[pstricks] rput

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Dec 5 14:07:44 CET 2008


Cyrille Piatecki schrieb:

> I would like to know why \rput is not sensitive to a change of origine by \psset.
> It would be a nice idea if it's sensitivity could be swiched.

Cyrille,


origin is only valid for PSTricks objects, that are macros defined by
\pst at object{...}. And \rput isn't.
You can nest the \rput command

\documentclass{article}
\usepackage{pstricks}
\parindent=0pt

\begin{document}

\begin{pspicture}[showgrid=true](5,5)
\rput(1,2){\rput(3,2){PSTricks}\psdot(3,2)\psdot(0,0)}
\end{pspicture}

\end{document}

Herbert


More information about the PSTricks mailing list