PStricks 无法显示正确的字体和颜色

PStricks 无法显示正确的字体和颜色

我正在学习使用 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}

我得到的是:

在此处输入图片描述

我正在使用xelatexTexStudio 进行编译,使用xelatex -interaction=nonstopmode %.tex代码。

编译消息为:

Process started: xelatex -interaction=nonstopmode "test pstrick".tex

GPL Ghostscript

9.19: Unrecoverable error, exit code 1

Process exited normally

问题是什么?

答案1

输出内容latex->dvips->ps2pdf

在此处输入图片描述

有些示例无法与以下xdvipdfmx驱动程序配合使用:xelatex

相关内容