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 sudo tlmgr update --self --all
See also https://texwiki.texjp.org/?TeX%20Live%2FMac#texlive-install-pacman
-
- I recommend to install latexindent via homebrew because the one provided by mactex needs specific version of perl. Resolving 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",