Set up LaTeX Environment with Sublime Text 3 on macOS
Set up LaTeX Environment with Sublime Text 3 on macOS
This is simple note rather than a detailed instruction.
Installation:
The manual way
- Install MacTex from: https://www.tug.org/mactex/.
- Install Sublime Text 3 from: https://www.sublimetext.com/3.
- Install Skim, a pdf reader for syncing and reverse-syncing from: https://skim-app.sourceforge.io.
The homebrew way
- Install
mactex
andsublime-text
andskim
withhomebrew
:
1
2
3
brew tap caskroom/cask
brew install --cask sublime-text
brew install --cask mactex skim
Haven’t got homebrew installed on your Mac? Check this article to learn how to install it: Apps I Install on My Mac
Set up
- Install Package Control in Sublime Text 3. https://packagecontrol.io/installation.
- Install
LatexTools
in Sublime Text 3’s Package Control - Set up reverse syncing in preference of Skim.