Latex-workshop: Invoking shell-escape flag

Created on 23 Oct 2018  路  2Comments  路  Source: James-Yu/LaTeX-Workshop

How to invoke LaTeX with the shell-escape flag?

question

Most helpful comment

Modify the recipe accordingly, see here. If you want to keep using latexmk, have a look at latexmk's manual: the --shell-escape option can only be added as an option to -[pdf]latex. From the latexmk manual

latexmk -pdf -pdflatex="pdflatex --shell-escape %O %S"  foo.tex

All 2 comments

Modify the recipe accordingly, see here. If you want to keep using latexmk, have a look at latexmk's manual: the --shell-escape option can only be added as an option to -[pdf]latex. From the latexmk manual

latexmk -pdf -pdflatex="pdflatex --shell-escape %O %S"  foo.tex

@jlelong The link to the readme section is broken. Here's the new one.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seanmcbreen picture seanmcbreen  路  4Comments

kookma picture kookma  路  4Comments

iainmstott picture iainmstott  路  5Comments

domenicozambella picture domenicozambella  路  4Comments

sth4nth picture sth4nth  路  3Comments