Add -shell-escape option to pdflatex

This commit is contained in:
Benjamin Bertrand 2017-04-25 12:07:19 +03:00
parent 3de627fd1d
commit da8c9479c2
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ def pdflatex(latex_file, output_dir=""):
# f"-output-directory={output_dir}",
# "-halt-on-error",
"-interaction=nonstopmode",
"-shell-escape",
str(Path(latex_file).name),
],
stdout=subprocess.PIPE,