Last active
September 22, 2017 19:32
-
-
Save agounaris/125bf759bd310ae703aa4c8ff6206fe5 to your computer and use it in GitHub Desktop.
Jupyter notebook pdf export fix on macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this!