macos – 如何在TexShop中添加-shell-escape选项

我正在使用minted.sty包,它要​​求我在latex / xelatex编译期间使用- shell-escape选项.我可以在控制台/终端上做到这一点.但是,我希望将此选项添加到TexShop中.我是 Windows上WinEdit的先前用户,但最近已切换到Mac和TexShop,所以不知道该怎么做?

这是控制台输出

Package ifplatform Warning: 
shell escape is disabled,so I can only detect \ifwindows.
))
! Package minted Error: You must invoke LaTeX with the -shell-escape  flag.

See the minted package documentation for explanation.
Type  H <return>  for immediate help.
...                                              

l.54 \makeatletter
如果你还在寻找答案:

>转到首选项
>转到“引擎”选项卡
>转到Field“pdfTeX”
>在LaTeX输入字段中,最后添加–shell-escape.

之前:pdflatex –file-line-error –synctex = 1

之后:pdflatex –file-line-error –synctex = 1 –shell-escape

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...