"When the enclosed object is a pstricks object, the reference point of \rput does NOT work."
Code: Select all
\documentclass{article}
\usepackage{pst-node}
\psset{%
unit=2cm,
gridcolor=green,
subgridcolor=lightgray,
gridlabels=5pt,
gridlabelcolor=red,
gridwidth=0.4pt,
subgridwidth=0.2pt
}
%\let\psgrid\relax
\begin{document}
\begin{pspicture}(-2,-2)(2,2)
\psgrid
%changing the ref point to tr, tl, br, etc does NOT affect the position of the enclosed pstricks object.
\rput[tr](0,0){\psframe[linecolor=blue](2,1)}
\end{pspicture}
\end{document}
Thank you in advance.
regards,
Yoyoimut