The following steps are a guide to install TeXLive and the LaTeX-Workshop VS Code extension
- Install VS Code
- Download the TeXLive installer for Windows.
- Run the installer (takes ~1h)
- Restart your Computer! Otherwise VS Code doesn't find
latexmk
in the PATH for some reason. - Install the LaTeX Workshop Extension
- Install the Code Spell Checker Extension for your language.
- Done. Open a
.tex
file and useCTRL
+ALT
+b
to compile.
LaTeX Workshop install instructions: https://github.com/James-Yu/LaTeX-Workshop/wiki/Install