Created
June 22, 2023 13:20
-
-
Save AdamGagorik/ff7188577fbc70241b8df2f322ff6705 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
pandoc -N \ | |
--variable "geometry=margin=0.75cm" \ | |
--variable mainfont="Palatino" \ | |
--variable sansfont="Helvetica" \ | |
--variable monofont="Menlo" \ | |
--variable fontsize=10pt \ | |
--variable version=2.0 \ | |
--from=gfm "$1.md" \ | |
--pdf-engine=xelatex \ | |
--toc -o "$1.pdf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment