Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Icedtea-dev/2640466b59a44d025381b9755d99361a to your computer and use it in GitHub Desktop.
Save Icedtea-dev/2640466b59a44d025381b9755d99361a to your computer and use it in GitHub Desktop.
How to install latex and xelatex on Mac so that Jupyter "Download as PDF" will work
brew install pandoc
brew tap homebrew/cask
brew cask install basictex
eval "$(/usr/libexec/path_helper)"
# Update $PATH to include `/usr/local/texlive/2020basic/bin/x86_64-darwin`
sudo tlmgr update --self
sudo tlmgr install texliveonfly
sudo tlmgr install xelatex
sudo tlmgr install adjustbox
sudo tlmgr install tcolorbox
sudo tlmgr install collectbox
sudo tlmgr install ucs
sudo tlmgr install environ
sudo tlmgr install trimspaces
sudo tlmgr install titling
sudo tlmgr install enumitem
sudo tlmgr install rsfs
@Icedtea-dev
Copy link
Author

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment