Skip to content

EnhancedJax/Study-Materials

Repository files navigation

Study-Materials

My personal studying materials and notes. Browse around.

Quick LaTeX setup for MacOS

  1. Install MacTeX from here
  2. Add the following to your ~/.bash_profile or ~/.zshrc:
    export PATH=/usr/local/texlive/2024/bin/universal-darwin:$PATH
  3. Run source ~/.bash_profile or source ~/.zshrc
  4. Install the latex workshop vscode extension