Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.02 KB

LaTeX Devcontainer

Features

  • 📦 Supports virtually all LaTeX packages
  • 👀 Preview LaTeX documents in real-time
  • 📝 Spell checking provided by LTeX
  • 🔍 Autocompletion provided by 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

Compiling LaTeX without the devcontainer

Build:

./build.sh

Build and watch for file changes:

./build.sh -pvc

Acknowledgements

The LaTeX content is a slightly changed version of the IEEE Conference Template.