Setup VSCode for LaTeX

Home
Author: avolent
Updated on: May 2024
/tools/setup vscode for latex

Summary

This page will go over how I setup my VSCode environment for writing LaTeX.

Assumptions

Contents

  1. Useful Links
  2. Setup Visual Studio Code for LaTeX
  3. References

Setup Visual Studio Code for LaTeX

  1. Install mactex via brew: brew install --cask mactex
  2. Install the vscode extension LaTeX Workshop.
  3. Enjoy building latex files!
    latex-workshop

References

CSS is from Latex.css | Wiki built by avolent.io | Repository located on Github

Return to top