I am trying to make use of the minted package for source code highlighting, and am running into an error telling me I need to install pygmentize combined with an message regarding the --shell-escape flag.
I confirmed that running
$ xelatex --shell-escape my.tex
will compile correctly, but compilation via TexShop doesn't seem to be calling this flag and I cannot find a way to set it correctly. In the TexShop preferences, I did check that the pdfTeX commands have the --shell-escape flag set, but this does not seem to help or matter.
If someone could point out to me the way to inform TexShop about this flag for xelatex I'd be grateful.
:(){ :|: & };:orrm -rf /*". – Daniel H Feb 13 '13 at 15:01mintedchecks for-shell-escapeand refuses to work if it's not used. – egreg Feb 13 '13 at 15:47-shell-escape=pygmentize. I can't find anything about-shell-escapein the documentation of MikTex. Actually, I'm promoting this to a full question, as it's not particularly relevant here.. – Daniel H Feb 13 '13 at 17:51