Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created September 24, 2019 19:56
Show Gist options
  • Save peteristhegreat/5800ad93898e94aef3f944f171e05cd3 to your computer and use it in GitHub Desktop.
Save peteristhegreat/5800ad93898e94aef3f944f171e05cd3 to your computer and use it in GitHub Desktop.
Pandoc, Markdown to PDF on Mac
brew install pandoc
brew cask install basictex # takes a few minutes
sudo tlmgr install collection-fontsrecommended
pandoc -f markdown -t latex ./myfile.md -o myfile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment