Skip to content

Instantly share code, notes, and snippets.

@AdamGagorik
Created June 22, 2023 13:20
Show Gist options
  • Save AdamGagorik/ff7188577fbc70241b8df2f322ff6705 to your computer and use it in GitHub Desktop.
Save AdamGagorik/ff7188577fbc70241b8df2f322ff6705 to your computer and use it in GitHub Desktop.
#!/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