- 📦 Supports virtually all LaTeX packages
- 👀 Preview LaTeX documents in real-time
- 📝 Spell checking provided by LTeX
- 🔍 Autocompletion provided by LaTeX Workshop
- 🌐 Works offline
- Start the devcontainer
- Open
Main.tex
and start editing - Compile the document with
(Ctrl+Alt+B)
- View the compiled document with
(Ctrl+Alt+V)
- Docker
- Visual Studio Code
- Dev containers extension
Build:
./build.sh
Build and watch for file changes:
./build.sh -pvc
The LaTeX content is a slightly changed version of the IEEE Conference Template.