当我处理这个文件时
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}[showgrid,framesep=0pt](6,3)
\psdot(3,2) % The dot appears at 3,2
\rput(3,2){X} % The X is expected at 3,2 but appears at 0,1
\end{pspicture}
\end{document}
\psdot 的位置正确,但 X 出现在 (0,0) 而不是 (3,2)。存在类似的问题,但未得到解答。我的示例简单而完整,希望这有助于识别问题。我通常使用 XeLaTeX 来处理我的文档,但我无法使用我所知道的任何其他命令链来使此示例工作。我的操作系统是 Debian 11。