summaryrefslogtreecommitdiff
path: root/gup/pdf.gup
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-14 01:29:03 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-14 01:29:03 +0000
commitbdc3e65ec0e93da5499b1ff7486eea5775fdd73a (patch)
tree1408e31b349784382ee3384550e15a66ac259436 /gup/pdf.gup
parent068823ad5895e36495c69336550349edd2589628 (diff)
downloaduni-bdc3e65ec0e93da5499b1ff7486eea5775fdd73a.tar
uni-bdc3e65ec0e93da5499b1ff7486eea5775fdd73a.tar.gz
uni-bdc3e65ec0e93da5499b1ff7486eea5775fdd73a.tar.bz2
uni-bdc3e65ec0e93da5499b1ff7486eea5775fdd73a.tar.xz
uni-bdc3e65ec0e93da5499b1ff7486eea5775fdd73a.zip
Better listings
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