[pstricks] Packages: mattens / pst-3dplot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Dec 30 10:24:35 CET 2011


Am 30.12.2011 10:13, schrieb robert.fischer10 at arcor.de:

> I am getting a compiling error by using the vector package mattens in combination with pst-3dplot. Maybe this is a problem of the first package. Therefore I'am not sure to have the correct mailing list with pstricks.

> \begin{pspicture}(-2,-2)(2,2)
> 		\pstThreeDCoor[linecolor=black,IIIDticks=false,arrowinset=0,
> 		arrowscale=1.5,xMin=0,yMin=0,zMin=0,xMax=1,yMax=1,zMax=1,
> 		nameX=$\aS[\hat]{t}$%WORKS NOT

that cannot work! Because the right ] is taken as closing bracket for
the optional argument of \pstThreeDCoor. Use instead ...={$...$}

		nameX={$\aS[\hat]{t}$}

Herbert


> %		nameX=$\aS{t}$ %WORKS
> 		]
> \end{pspicture}
>
> \end{document}


More information about the PSTricks mailing list