以下 MWE
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}
\rput{!240 6 div}(0,0){Hello World}
\end{pspicture}
\end{document}
无法解析后脚本命令。为什么?
答案1
\usepackage{pstricks}
\SpecialCoor% activate !, *, >, **, ;, and |
...
另一个问题是,你必须剥离维度:
\documentclass{article}
\usepackage{pstricks}
\SpecialCoor
\begin{document}
\begin{pspicture}
\rput{!\number\paperheight\space \number\paperwidth\space
atan }(2,3){Hello World}
\rput[lb](0,1){\the\paperwidth : \number\paperwidth}
\rput[lb](0,0){\the\paperheight : \number\paperheight}
\end{pspicture}
\end{document}
\the\paperwidth
以 pt 和\number\paperwidth
sp (缩放点) 为单位 1pt=65536sp