我收到以下錯誤:
! Package minted Error: You must invoke LaTeX with the -shell-escape flag.
! Package minted Error: You must have `pygmentize' installed to use this packag
在 TexMaker 設定中我寫道:
LaTeX : "/usr/texbin/latex" -interaction=nonstopmode %.tex -shell-escape
PdfLaTex: "/usr/texbin/pdflatex" -synctex=1 -interaction=nonstopmode %.tex -shell-escape
但錯誤仍然沒有消失...
答案1
錯誤說! Package minted Error: You must invoke LaTeX with the -shell-escape flag.
所以編譯時必須使用該標誌-shell-escape
,也就是在檔名之前使用它。
為此,請移至%.tex
最後。
-interaction=nonstopmode -shell-escape %.tex
答案2
我會將其發布給未來面臨類似問題的用戶。
檢查您的防毒程式。就我而言,「諾頓」阻止了進程「pygmentize.exe」。
我收到以下錯誤:
Package minted Error: Cannot find Pygments style default. \end{minted}