Created
August 13, 2019 12:30
-
-
Save skl/476ab0fb9b12ec84a6eec9f329f4acc6 to your computer and use it in GitHub Desktop.
Jupyter Notebook Print to PDF 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
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