Skip to content

Instantly share code, notes, and snippets.

View csaguiar's full-sized avatar

Cristiano Aguiar csaguiar

View GitHub Profile
@csaguiar
csaguiar / install_xelatex_on_mac.txt
Last active September 10, 2022 18:34 — forked from peterhurford/install_xelatex_on_mac.txt
How to install latex and xelatex on Mac so that Jupyter "Download as PDF" will work
brew install pandoc
brew tap homebrew/cask
brew 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