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