Skip to content

Instantly share code, notes, and snippets.

@embolden
Created January 16, 2013 03:24
Show Gist options
  • Save embolden/4544420 to your computer and use it in GitHub Desktop.
Save embolden/4544420 to your computer and use it in GitHub Desktop.
Pandoc markdown to pdf
pandoc -V geometry:margin=.75in -V mainfont="Minion Pro" --latex-engine xelatex filename.md -o filename.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment