我正在学习使用 PStricks。就此而言,我正在尝试重现代码这个答案但我得到的是标准字体的黑色单词,样式没有任何变化。我唯一能改变的是文本。
我的代码是(针对所引用答案中的第三个示例):
\documentclass{article}
\usepackage{pst-all}
\usepackage{pst-light3d}
\begin{document}
\begin{pspicture}(0,-1)(8,2)
\DeclareFixedFont{\Rmb}{T1}{ptm}{m}{n}{3cm}
\PstLightThreeDText[fillstyle=solid,fillcolor=blue!100!red!70,
LightThreeDAngle=60,LightThreeDYLength=0.1]{\Rmb Example}
\end{pspicture}
\end{document}
我得到的是:
我正在使用xelatex
TexStudio 进行编译,使用xelatex -interaction=nonstopmode %.tex
代码。
编译消息为:
Process started: xelatex -interaction=nonstopmode "test pstrick".tex
GPL Ghostscript
9.19: Unrecoverable error, exit code 1
Process exited normally
问题是什么?