Skip to content

Instantly share code, notes, and snippets.

@vikjam
Last active May 15, 2019 17:35
Show Gist options
  • Save vikjam/91b2ac7cb1d54540650712a77cf17ed5 to your computer and use it in GitHub Desktop.
Save vikjam/91b2ac7cb1d54540650712a77cf17ed5 to your computer and use it in GitHub Desktop.
Life on BasicTeX
# https://ryan-holben.github.io/tex/latex/installation/macos/2016/08/21/installing-tex-on-mac/
brew cask install basictex
sudo tlmgr update --self
sudo tlmgr install texliveonfly
sudo tlmgr install latexmk
sudo tlmgr install biber
sudo tlmgr install standalone
sudo tlmgr install preview
sudo texliveonfly -c xelatex filename.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment