[pstricks] rput

Michael Sharpe msharpe at ucsd.edu
Sun Jan 25 02:01:51 CET 2009


On Jan 24, 2009, at 3:36 PM, Jon Joseph wrote:

> \multido{\iX=-3+3}{9}
> {
> 	\multido{\iY=-3+3}{9}
> 	{
> 		rput{! \iY \iX atan}(0,0){Some text}
> 	}
> }

Try instead

\multido{\iX=-3+3}{9}
{
	\multido{\iY=-3+3}{9}
	{
		\rput{!\iY\space \iX\space Atan }(0,0){Some text}
	}
}

You need Atan, not atan, to get around a PostScript error in the case  
0 0. You need \space to insert a space in the output to PS.

Michael



More information about the PSTricks mailing list