Skip to content
Snippets Groups Projects
Commit 3f7b793e authored by Simmo Saan's avatar Simmo Saan
Browse files

Add --shell-escape to lualatex for minted

parent ef3b84eb
No related branches found
No related tags found
No related merge requests found
# Add --shell-escape flag needed for minted
$latex = 'latex %O --shell-escape %S';
#$pdflatex = 'pdflatex %O --shell-escape %S';
$pdflatex = 'lualatex -file-line-error %O %S';
$pdflatex = 'lualatex -file-line-error %O --shell-escape %S';
$pdf_mode = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment