A VS Code DevContainer, set up with texlive and LaTeX Workshop & Utilities
Find a file Use this template
2025-10-11 15:10:43 +00:00
.devcontainer changes install mechanism for LaToTex 2025-10-11 14:57:47 +00:00
.vscode sets LaToTex to run on save 2025-10-11 14:58:29 +00:00
.gitignore adds devcontainer 2025-10-09 11:41:23 +02:00
README.md updates readme 2025-10-11 15:10:43 +00:00

LaTeX Dev Container

LaTeX development environment with VS Code Dev Containers.

Prerequisites

  • Docker
  • VS Code with Dev Containers extension

Usage

  1. Open in VS Code → Ctrl+Shift+P → "Dev Containers: Reopen in Container"
  2. Create .tex files and build with Ctrl+Alt+B

PDF Preview

To view the PDF preview, open the Command Palette (Ctrl+Shift+P) and select "LaTeX Workshop: View LaTeX PDF". You can also click the "View PDF" button in the LaTeX Workshop sidebar.

LanguageTool Integration (LaToTex)

The LaToTex extension integrates LanguageTool for grammar and style checking in LaTeX documents. Runs free version by default; for premium features, configure custom endpoint and authentication (username and API key) in settings.

To run, open the Command Palette (Ctrl+Shift+P) and select "LaTeX: Check with LanguageTool" or configure auto-check on save in settings.

"latotex.onSave": true

LaToTex: Git Repository

What's Included

  • Full TeX Live distribution
  • LaTeX Workshop extension
  • LaToTex extension (LanguageTool integration for LaTeX)
  • Oh My Zsh terminal

Notes

The LaToTex VS Code extension is updated automatically on startup. If you need additional LaTeX packages, use tlmgr install <package-name>.