diff options
Diffstat (limited to 'zeitung/run')
-rwxr-xr-x | zeitung/run | 2 |
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 |