pstool 无法与 grffile 配合使用

pstool 无法与 grffile 配合使用

关于我的模板和 pstool 无法正常工作的错误报告让我看到了这个问题,这似乎是 pstool 和 grffile 的一个主要问题

我使用创建了 matlabfraq 文件

figure(1), clf;
plot([1 2]);
ylabel('A straight line');
matlabfrag('testpic');

(我可以在这里附加这些文件吗?)

如果我使用以下代码加载它

\documentclass{minimal}
\usepackage[extendedchars, encoding, multidot, space,filenameencoding=latin1]{grffile}
\usepackage[crop=pdfcrop]{pstool}

\begin{document}
\psfragfig*{images/pstool/testpic}{}
\end{document}

它失败是因为grffile。在文件中的testpic-pstool.tex代码

\csname @input\endcsname {images/pstool/testpic.tex}
 \includegraphics [] {testpic}

失败

Package grffile Info: \Gin@ii of package `graphicx' fixed on input line 15.
(./images/pstool/testpic.tex)

! LaTeX Error: File `testpic' not found.

导致此错误的原因是什么?

相关内容