LaTeX Toolchain
There are many ways to compile your LaTeX. Here is how i do it.
macOS
-
If you have not installed Homebrew yet, you should do that right now.
-
Install Cask for binary management:
brew tap caskroom/cask
-
Install MacTeX LaTeX toolchain:
brew cask install mactex
-
Install Sublime Text text editor:
brew cask install sublime-text
-
Install skim PDF viewer:
brew cask install skim
-
Install ImageMagick for equation preview (optional):
brew install imagemagick brew install ghostscript
-
Install Package Control in Sublime Text:
Simply follow the on-site instructions
-
Install LaTeXTools plugin in Sublime Text:
Press
⌘+⇧+P
in Sublime TextEnter
Package Control: Install Package
Enter
LaTeXTools
Now you should be able to compile your .tex Documents with ⌘+B
Windows
-
Install MiKTeX LaTeX toolchain
-
Install Sublime Text text editor
-
Install Sumatra PDF reader
-
Install Package Control in Sublime Text:
Simply follow the on-site instructions
-
Install LaTeXTools plugin in Sublime Text:
Press
Ctrl+Shift+P
in Sublime TextEnter
Package Control: Install Package
Enter
LaTeXTools
Now you should be able to compile your .tex Documents with Ctrl+B