Skip to content

Instantly share code, notes, and snippets.

@skl
Created August 13, 2019 12:30
Show Gist options
  • Save skl/476ab0fb9b12ec84a6eec9f329f4acc6 to your computer and use it in GitHub Desktop.
Save skl/476ab0fb9b12ec84a6eec9f329f4acc6 to your computer and use it in GitHub Desktop.
Jupyter Notebook Print to PDF on macOS
brew install pandoc homebrew/cask/basictex
# Add following to .bashrc or .zshrc for example
export PATH=/Library/TeX/texbin/:$PATH
# Use TeX Live Manager to install required packages missing from basictex
sudo tlmgr update --self && sudo tlmgr install tcolorbox environ trimspaces adjustbox collectbox ucs titling enumitem collection-fontsrecommended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment