Skip to content

Instantly share code, notes, and snippets.

@ltfschoen
Created February 23, 2020 18:33
Show Gist options
  • Save ltfschoen/b1b2e39e9c8c0a591855974a03b03adf to your computer and use it in GitHub Desktop.
Save ltfschoen/b1b2e39e9c8c0a591855974a03b03adf to your computer and use it in GitHub Desktop.
latex-setup

http://tug.org/mactex/mactex-download.html

brew cask install tex-live-utility
brew cask install basictex
brew install pandoc pandoc-citeproc

Restart terminal

pandoc test.md --pdf-engine xelatex -o output.pdf

Other

sudo tlmgr update --self
sudo tlmgr install collection-fontsrecommended

http://www.tug.org/texlive/doc.html https://gist.github.com/maxogden/97190db73ac19fc6c1d9beee1a6e4fc8 https://superuser.com/questions/1038612/where-do-i-get-the-pdflatex-program-for-mac https://pandoc.org/demos.html

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