Added -shell-escape to pdflatex command

This commit is contained in:
Andreas Tsouchlos 2023-02-13 22:14:23 +01:00
parent b3b192066e
commit 3b5a7a76fb

View File

@ -1,2 +1,2 @@
$pdflatex="pdflatex -interaction=nonstopmode %O %S";
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode %O %S";
$out_dir = 'build';