aboutsummaryrefslogtreecommitdiff
path: root/zeitung/run
diff options
context:
space:
mode:
authorLarsVomMars2020-11-19 20:18:09 +0100
committerLarsVomMars2020-11-19 20:18:09 +0100
commit5b67b8c0fe8fbfd52c7af1e94d7b0f8633345cbc (patch)
treec4fc36accee1ebc541b0df730d12b8360a8469f2 /zeitung/run
parentd025305d6ce011c01880c647a02e4063ddd6bbae (diff)
Dynamic file loading
Diffstat (limited to 'zeitung/run')
-rwxr-xr-xzeitung/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/zeitung/run b/zeitung/run
index 2402c14..3e0098b 100755
--- a/zeitung/run
+++ b/zeitung/run
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
mkdir -p build/ &&
- latexmk -output-directory=build/ -xelatex &&
+ latexmk -shell-escape -output-directory=build/ -xelatex &&
zathura build/main.pdf