A: compile 時加上參數 --shell-escape, OK
pdflatex --shell-escape myfile.tex
OK
使用 pdflatex 編譯 TeX input eps 檔時,
\usepackage{epstopdf} %會自動將 input的 eps檔轉為Pdf檔, 再input進來.
如果input的eps圖檔不是和 .tex 同一目錄或子目錄, 而是放在父目錄或以外之其他目錄, 會出現此錯誤
參考網頁:
https://www.scivision.co/pdflatex-error-epstopdf-output-filename-not-allowed-in-restricted-mode/