summaryrefslogtreecommitdiff
path: root/default.pdf.do
blob: d6b4ac40372f26abbb74d3e62450f617633309c3 (plain)
1
2
3
4
5
6
7
redo-ifchange $2.md

tmp=$(mktemp --suffix=.pdf)

pandoc -t latex -o $tmp -V "geometry=margin=2cm" -V "fontfamily=libertine" $2.md >&2

cat $tmp