Skip to content

Instantly share code, notes, and snippets.

@larsbuntemeyer
Last active April 8, 2022 13:48
Show Gist options
  • Save larsbuntemeyer/64723005b8e4a3ec06032b94f595b5a0 to your computer and use it in GitHub Desktop.
Save larsbuntemeyer/64723005b8e4a3ec06032b94f595b5a0 to your computer and use it in GitHub Desktop.
#!/bin/bash
pandoc "$1" \
-f gfm \
-V linkcolor:blue \
-V geometry:a4paper \
-V geometry:margin=2cm \
-V mainfont="Arial" \
-V monofont="Arial" \
--pdf-engine=xelatex \
-o "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment