Skip to content

Instantly share code, notes, and snippets.

@RobBlackwell
Created June 20, 2015 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobBlackwell/dc965da495b6ed3d5bb4 to your computer and use it in GitHub Desktop.
Save RobBlackwell/dc965da495b6ed3d5bb4 to your computer and use it in GitHub Desktop.
Markdown to PDF via Pandoc
pandoc briefing.md --latex-engine=xelatex -V papersize:"a4paper" -V geometry:margin=1in -V fontsize:12pt -o briefing.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment