summaryrefslogtreecommitdiff
path: root/gup
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-19 15:20:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-19 15:20:48 +0200
commit6e70a46771d3b28edc80a88de22b98df47147dc1 (patch)
tree36a57af96167a027f4700e0a98032caa51e90189 /gup
parentd11b37a10cefd4b9b739008df49f06978fdefc11 (diff)
downloaduni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar.gz
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar.bz2
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar.xz
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.zip
TeX preamble with listings & algorithms
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