[pstricks] part of an ellipse

Herbert Voss Herbert.Voss at alumni.tu-berlin.de
Mon Oct 14 09:52:27 CEST 2002


Goebel, Juergen wrote:

> 
>>http://www.tug.org/pipermail/pstricks/2001/000507.html
>>
>>there you find the code for commands like
>>
>>\PstArcEllipse(0,0)(2,3){215}{0}
>>
> 
> By testing the command \PstArcEllipseN I ran into
> another problem.
> 
> ! Undefined control sequence.
> <argument> ...ub exch \fi \pst at tempc \tx at EllipseN


\usepackage{pstricks}  ????

no problem here with:

\documentclass{article}
\usepackage{pstricks}
\input{psellipse}% the code from the above link
\begin{document}
	\PstArcEllipseN(0,0)(2,3){215}{0}
	\PstArcEllipse(0,0)(2,3){215}{0}
\end{document}


Herbert




More information about the PSTricks mailing list