## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
Tex发行版
* [x] TexLive 2020
* [ ] MikTeX `版...
## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
Tex发行版
* [x] TexLive 2020
* [ ] MikTeX `版本号`
* [ ] CTeX
## 我的问题
用 `psfrag` 宏包替换 EPS 中的文字,不生效
结果:
![](https://wenda.latexstudio.net/data/attach/200830/RMpFng79.png)
MWE:
```latex
\documentclass{ctexart}
\usepackage{graphicx}
\usepackage{psfrag}
\begin{document}
第一段。
\begin{center}
\psfrag{abcdefg}{$\sin{a}$}
\includegraphics[width=5cm]{test1.eps}
\end{center}
第二段。
\begin{center}
\psfrag{abc}{$\sin{a}$}
\includegraphics[width=5cm]{example.eps}
\end{center}
\end{document}
```
[test1.eps](http://pic.frank.xin/test1.eps)
[example.eps](http://pic.frank.xin/example.eps)
其中 `test1.eps` 是用 GIMP 生成的,其中的文字都是“画”出来的,不能替换是正常现象,但是 `example.eps` 是用 MATLAB 导出的,用文本方式打开之后可以搜索到 `(abc) t`,但是也不能替换,请问大家为什么?没有在 TeXLive 2019 测试过,不知道 2019 能不能行
一周热门 更多>