我相信我遇到的问题与封闭式讨论中的问题相同:Beamer auto-pst-pdf——多幅图像
通过更新的 MiKTeX 安装,当我编译我的讲座幻灯片(18 个月前编译正常)时,所有 ps 图像都被文档中第一个 psimage 替换。
例如,当我编译以下代码时,出现的两个图像完全相同:
\documentclass{beamer}
\usepackage{pstricks}
\usepackage{auto-pst-pdf}
\begin{document}
\begin{frame}
\begin{pspicture}(1,1)
\psline(0,0)(1,1)
\end{pspicture}
\end{frame}
\begin{frame}
\begin{pspicture}(1,1)
\psline(1,0)(0,1)
\end{pspicture}
\end{frame}
\end{document}
日志文件位于以下链接: