PSTricks \rput 命令似乎在 xelatex 中不起作用

PSTricks \rput 命令似乎在 xelatex 中不起作用

使用xelatex编译后的文档如下:

\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}

\begin{document}
\begin{center}
\begin{pspicture}(0,0)(10,6)
\psgrid[subgriddiv=1,griddots=10,gridlabels=10pt](0,0)(10,6)
\pnode(2,2){C}
\psdot(C)
\rput(C){NOTWORKING!!!!}
\end{pspicture}
\end{center}

\end{document}

我总是在原点 (0,0) 而不是指定点处看到文本“NOTWORKING!!!!”。我的 xelatex --version:3.14159265-2.6-0.999991 (TeX Live 2019/Debian)。

我在 Google 上找不到此问题。请帮忙。

相关内容