Skip to content

Instantly share code, notes, and snippets.

@agounaris
Last active September 22, 2017 19:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agounaris/125bf759bd310ae703aa4c8ff6206fe5 to your computer and use it in GitHub Desktop.
Save agounaris/125bf759bd310ae703aa4c8ff6206fe5 to your computer and use it in GitHub Desktop.
Jupyter notebook pdf export fix on macos
Download and install xelatex from http://www.texts.io/support/0001/
Based on the exact version etc add the executable on path
export PATH="$PATH:/usr/local/texlive/2016basic/bin/x86_64-darwin"
install all the following
sudo tlmgr update --self
sudo tlmgr install collectbox
sudo tlmgr install ucs
sudo tlmgr install adjustbox
sudo tlmgr install enumitem
sudo tlmgr install collection-fontsrecommended
@makmanalp
Copy link

Thank you for this!

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