When trying to use pst-vectorian, I'm getting an error: GPL Ghostscript 9.54.0: Unrecoverable error, exit code 1
Here's my code:
\documentclass{report}
\usepackage{psvectorian}
\newcommand{\ornamentalBreak}{%
\begin{center}
\psvectorian[width=2in]{83}
\end{center}%
}
\begin{document}
asdf asdfjkajs;df
\ornamentalBreak
asdfsdfaslfd;
\end{document}
My pst-vectorian package is v. 41 (rev 60488). I'm using TexLive on Windows and compiling with Xelatex. I noticed that Ghostscript is currently at 9.55, but I can't figure out how to get the version in Texlive to update to that.
ADD: tlgs.win32 now updated to rev 60648 so now I'm getting version 9.55 in Latex but still the same error.
lualatexinstead? Xelatex fails for me too on linux, butlualatexcompiles – daleif Oct 01 '21 at 10:39lualatex, thanks. I feel like there was a reason I was using Xelatex for something that I can't remember, though. I'll have to see how it affects the rest of my files. – Jon Arnold Oct 02 '21 at 03:17