diff options
Diffstat (limited to 'gup')
-rwxr-xr-x | gup/pdf.gup | 2 |
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 | ||
3 | gup -u ${2%.pdf}.md | 3 | gup -u ${2%.pdf}.md |
4 | 4 | ||
5 | pandoc -t latex -o $2 -V "geometry=margin=2cm" -V "fontfamily=libertine" ${2%.pdf}.md >&2 | 5 | pandoc -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 |