Skip to content

Instantly share code, notes, and snippets.

@tomwallis
Created October 20, 2014 21:53
Show Gist options
  • Save tomwallis/456e01c2a959a9cd44f1 to your computer and use it in GitHub Desktop.
Save tomwallis/456e01c2a959a9cd44f1 to your computer and use it in GitHub Desktop.
Command line call for outputting a markdown document to pdf using the Minion Pro font
# Adapted from http://gist.github.com/bsag/4197052#file-panda-rb
pandoc markdown_file.txt --variable mainfont='Minion Pro' --latex-engine=xelatex -o markdown_file.pdf
@tomwallis
Copy link
Author

Thanks to @bsag for the call (from here)

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