Summary
This page will go over how I setup my VSCode environment for writing LaTeX.
Assumptions
- You use MacOS
Contents
Useful Links
Setup Visual Studio Code for LaTeX
- Install mactex via brew:
brew install --cask mactex
- Install the vscode extension LaTeX Workshop.
- Enjoy building latex files!