[pstricks] changing rput
Herbert Voss
LaTeX at zedat.fu-berlin.de
Sun Mar 26 23:51:51 CEST 2006
Germi Camps wrote:
> the modifications in \psarc definition worked OK for calculating the
> radi and angles with PostScript code. Now I nedd to do something very
> similiar, but with \rput.
> I need to calculate the rotation in PS. what have I to change in the
> rput definition?
it is easier to work with a trick here
\pstVerb{gsave 30 rotate}
\rput(0, 0){foo}
\pstVerb{grestore}
Herbert
More information about the PSTricks
mailing list