diff options
author | LarsVomMars | 2020-11-19 20:18:09 +0100 |
---|---|---|
committer | LarsVomMars | 2020-11-19 20:18:09 +0100 |
commit | 5b67b8c0fe8fbfd52c7af1e94d7b0f8633345cbc (patch) | |
tree | c4fc36accee1ebc541b0df730d12b8360a8469f2 /zeitung/run | |
parent | d025305d6ce011c01880c647a02e4063ddd6bbae (diff) |
Dynamic file loading
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 |