Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jfallon1997/d6f2df58d3ce94c8293e78fec2a0bad9 to your computer and use it in GitHub Desktop.

Select an option

Save jfallon1997/d6f2df58d3ce94c8293e78fec2a0bad9 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 install basictex
eval "$(/usr/libexec/path_helper)"
# Update $PATH to include `/usr/local/texlive/2025basic/bin/universal-darwin`
sudo tlmgr update --self
sudo tlmgr install texliveonfly adjustbox tcolorbox collectbox ucs environ trimspaces titling enumitem rsfs pdfcol latexmk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment