From bc715c300fe70c39e4b598c908070475626e24fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 6 Mar 2016 20:22:12 +0100 Subject: Draft of FFP presentation --- ws2015/ffp/presentation/presentation.pdf.gup | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ws2015/ffp/presentation/presentation.pdf.gup (limited to 'ws2015/ffp/presentation/presentation.pdf.gup') 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 @@ +#!/usr/bin/env zsh + +gup -u ${2%.pdf}.tex + +for i in $(seq 0 1); do + lualatex ${2%.pdf}.tex +done +[[ -e "$2" ]] && touch "$2" -- cgit v1.2.3