
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
문제는 무엇입니까?