[Discuss] How to Rotate A Group of pstricks [resolved]

pw p.willis at telus.net
Sun May 18 19:20:18 PDT 2014


This is resolved.
For anyone interested:


\documentclass{article}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{pstricks}
\usepackage{comment}
\begin{document}
\begin{pspicture}(-1,0)(7,9)
\begin{comment}
  The line after this coment begins the globaly rotated block
  45 degrees of rotation around point 0,0
\end{comment}
\rput[bl]{45}(0,0){%

\pspolygon[linecolor=blue,linestyle=dotted,dotsep=2pt](1,1)(2,4)(3,2)
\rput(3,2){\pspolygon[linecolor=blue,linestyle=dotted,dotsep=0.5pt](1,1)(2,4)(3,2)}
\rput{45}(3,2){\pspolygon[linecolor=blue](1,1)(2,4)(3,2)}


}
\begin{comment}
  The bracket before this coment ends the globaly rotated block
\end{comment}

\end{pspicture}

\end{document}


On 05/18/2014 06:59 PM, pw wrote:
>
> Hello,
>
> Does anyone know how to rotate a group of
> LaTeX pstricks objects by a specific angle?
>
> Do I have to declare all the tricks as a
> block  definition or just use 'rput' for the whole
> pspicture?
>
> Thanks,
>
> Peter
> _______________________________________________
> Discuss mailing list
> Discuss at vlug.org
> http://lists.vlug.org/mailman/listinfo/discuss
>



More information about the Discuss mailing list