summaryrefslogtreecommitdiff
path: root/ws2015/ffp/presentation/presentation.pdf.gup
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-03-06 20:22:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-03-06 20:22:12 +0100
commitbc715c300fe70c39e4b598c908070475626e24fe (patch)
treebc7f19183cc20179afa51380ac34fc41ba2c8f45 /ws2015/ffp/presentation/presentation.pdf.gup
parent8ebbc9b41ab2e94f1a037b59dd9313e01afcc212 (diff)
downloaduni-bc715c300fe70c39e4b598c908070475626e24fe.tar
uni-bc715c300fe70c39e4b598c908070475626e24fe.tar.gz
uni-bc715c300fe70c39e4b598c908070475626e24fe.tar.bz2
uni-bc715c300fe70c39e4b598c908070475626e24fe.tar.xz
uni-bc715c300fe70c39e4b598c908070475626e24fe.zip
Draft of FFP presentation
Diffstat (limited to 'ws2015/ffp/presentation/presentation.pdf.gup')
-rw-r--r--ws2015/ffp/presentation/presentation.pdf.gup8
1 files changed, 8 insertions, 0 deletions
diff --git a/ws2015/ffp/presentation/presentation.pdf.gup b/ws2015/ffp/presentation/presentation.pdf.gup
new file mode 100644
index 0000000..b609189
--- /dev/null
+++ b/ws2015/ffp/presentation/presentation.pdf.gup
@@ -0,0 +1,8 @@
1#!/usr/bin/env zsh
2
3gup -u ${2%.pdf}.tex
4
5for i in $(seq 0 1); do
6 lualatex ${2%.pdf}.tex
7done
8[[ -e "$2" ]] && touch "$2"