summaryrefslogtreecommitdiff
path: root/gup
diff options
context:
space:
mode:
Diffstat (limited to 'gup')
-rwxr-xr-xgup/pdf.gup2
1 files changed, 1 insertions, 1 deletions
diff --git a/gup/pdf.gup b/gup/pdf.gup
index f49ec39..7604813 100755
--- a/gup/pdf.gup
+++ b/gup/pdf.gup
@@ -3,6 +3,6 @@
3gup -u ${2%.pdf}.md 3gup -u ${2%.pdf}.md
4 4
5for i in 0 1; do 5for i in 0 1; do
6 pandoc -t latex -o $2 -V "geometry=margin=2cm" -V "fontfamily=libertine" --listings --latex-engine=lualatex ${2%.pdf}.md >&2 6 pandoc -t latex -o $2 -V "geometry=margin=2cm" -V "fontfamily=libertine" -H preamble.tex --listings --latex-engine=lualatex ${2%.pdf}.md >&2
7done 7done
8[[ -e $2 ]] && touch $2 8[[ -e $2 ]] && touch $2