Skip to content

Instantly share code, notes, and snippets.

@eddex
Last active September 29, 2021 13:10
Show Gist options
  • Save eddex/429863e2fadee8fc77556205f229558e to your computer and use it in GitHub Desktop.
Save eddex/429863e2fadee8fc77556205f229558e to your computer and use it in GitHub Desktop.
How to install everythin needed to write and compile LaTeX documents on Windows using VS Code

Use LaTeX on Windows using VS Code

The following steps are a guide to install TeXLive and the LaTeX-Workshop VS Code extension

  1. Install VS Code
  2. Download the TeXLive installer for Windows.
  3. Run the installer (takes ~1h)
  4. Restart your Computer! Otherwise VS Code doesn't find latexmk in the PATH for some reason.
  5. Install the LaTeX Workshop Extension
  6. Install the Code Spell Checker Extension for your language.
  7. Done. Open a .tex file and use CTRL+ALT+b to compile.

Helpful links

LaTeX Workshop install instructions: https://github.com/James-Yu/LaTeX-Workshop/wiki/Install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment