https://github.com/lukashass/latex-devcontainer
LaTeX editing setup using VSCode devcontainers
https://github.com/lukashass/latex-devcontainer
devcontainer latex remote-containers vscode
Last synced: 9 months ago
JSON representation
LaTeX editing setup using VSCode devcontainers
- Host: GitHub
- URL: https://github.com/lukashass/latex-devcontainer
- Owner: lukashass
- License: apache-2.0
- Created: 2024-11-15T11:27:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T11:48:21.000Z (over 1 year ago)
- Last Synced: 2025-06-21T18:11:24.695Z (12 months ago)
- Topics: devcontainer, latex, remote-containers, vscode
- Language: TeX
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX Devcontainer
## Features
- 📦 Supports virtually all LaTeX packages
- 👀 Preview LaTeX documents in real-time
- 📝 Spell checking provided by [LTeX](https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex)
- 🔍 Autocompletion provided by [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
- 🌐 Works offline
## Usage
1. Start the devcontainer
2. Open `Main.tex` and start editing
3. Compile the document with `(Ctrl+Alt+B)`
4. View the compiled document with `(Ctrl+Alt+V)`
## Requirements
- Docker
- Visual Studio Code
- [Dev containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension
## Compiling LaTeX without the devcontainer
Build:
```sh
./build.sh
```
Build and watch for file changes:
```sh
./build.sh -pvc
```
## Acknowledgements
The LaTeX content is a slightly changed version of the [IEEE Conference Template](https://www.overleaf.com/latex/templates/ieee-conference-template/grfzhhncsfqn).