PSfrag 不会替换标签,但会插入替换文本

PSfrag 不会替换标签,但会插入替换文本

我想使用 \psfrag 命令替换 eps 图形中的标签。以下是该图形的代码:

\begin{figure}[H]
    \centering
    \psfrag{r}[cB][cB]{Radius}
    \includegraphics{02_Grundlagen/eps/Coordinate_System.eps}
    \caption{Coordinate System}
\end{figure}

在所附的屏幕截图中您可以看到,psfrag 并没有替换“r”,而是在图像左侧列出了 PSfrag 替换“Radius”。 错误 psfrag 替换的截图

我正在使用 Visual Studio Code 和以下配方:xelatex➞makeindex➞xelatex➞bibtex➞xelatex.2x

我期待您的帮助!谢谢!

相关内容