This repo provide my latex document template files and settings working on Visual Studio Code.
-
- In case of OSX, you can get via homebrew. Note that following command takes long time.
brew install --cask mactex-no-gui
-
- I recommend to install latexindent via homebrew because the one provided by mactex needs specific version of perl. Resolve the dependency by oneself is a little tedious.
brew install latexindent
- The path to the above
latexindent
installed via homebrew is configured in settings.json.
"latex-workshop.latexindent.path": "/opt/homebrew/bin/latexindent",