[pstricks] list of pstricks command accepting embedded postscript code

Mathias Legrand legrand.mathias at gmail.com
Tue May 4 01:12:18 CEST 2010


Hi all,

is there a list of pstricks commands that directly accept postscript code?

For instance, what follows does not work (have a look at the rput
angle calculation)

\documentclass{article}
\usepackage{pstricks-add}
\usepackage{multido}

\begin{document}
\begin{pspicture}(-4,-4)(4,4)
\multido{\iA=0+1}{48}{%
\rput{360 48 div \iA\space mul}(0,0){\rput[l](2,0){This is vertical text}}
}
\end{pspicture}
\end{document}


More information about the PSTricks mailing list