-
Notifications
You must be signed in to change notification settings - Fork 151
Home
Dustin Tran edited this page Aug 21, 2015
·
12 revisions
This is a primer to my LaTeX workflow. It is mostly for myself although I'm glad if others find it useful as well.
- Package manager: Homebrew
- Text editor: MacVim
- TeX distribution: MacTeX
- Compiler: latexmk
- PDF Viewer: Skim
Homebrew makes it easy to manage your commandline packages. For example, you can install MacVim with brew install macvim
. You can also install Cask so you can manage graphical applications too, e.g., brew cask install skim
.