尝试使用 pst-vectorian 时出现错误:GPL Ghostscript 9.54.0:无法恢复的错误,退出代码 1
这是我的代码:
\documentclass{report}
\usepackage{psvectorian}
\newcommand{\ornamentalBreak}{%
\begin{center}
\psvectorian[width=2in]{83}
\end{center}%
}
\begin{document}
asdf asdfjkajs;df
\ornamentalBreak
asdfsdfaslfd;
\end{document}
我的 pst-vectorian 软件包是 v. 41 (rev 60488)。我在 Windows 上使用 TexLive 并使用 Xelatex 进行编译。我注意到 Ghostscript 当前为 9.55,但我不知道如何让 Texlive 中的版本更新到该版本。
添加:tlgs.win32 现在已更新至 rev 60648,所以现在我在 Latex 中获得了 9.55 版本,但仍然出现同样的错误。
答案1
在 Herbert Voss 的帮助下,添加-output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E"
到我的编译xelatex
命令中是一个可行的解决方法。