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 f49ec39..7604813 100755 --- a/gup/pdf.gup +++ b/gup/pdf.gup | |||
@@ -3,6 +3,6 @@ | |||
3 | gup -u ${2%.pdf}.md | 3 | gup -u ${2%.pdf}.md |
4 | 4 | ||
5 | for i in 0 1; do | 5 | for 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 |
7 | done | 7 | done |
8 | [[ -e $2 ]] && touch $2 | 8 | [[ -e $2 ]] && touch $2 |