[pstricks] More on the pst-eucl bug ?
Christophe Jorssen
christophe.jorssen at free.fr
Sun Oct 1 13:34:44 CEST 2006
Hi all again,
Some lines of code to see the strange behaviour of \pstGeonode (and
\pnode...)
Am I doing something wrong ?
TIA
\documentclass{article}
\listfiles
\usepackage{pstricks,pst-node,pst-eucl}
\begin{document}
\begin{figure}[h]
\centering
\begin{pspicture}(0,-2.5)(\linewidth,1.5)
\pnode(0,0){PSPcl}
\pnode(\linewidth,0){PSPcr}
\pstGeonode(.4\linewidth,0){C1}
\rput(C1){\pstGeonode(1;30){M1}}
\pstOrtSym{PSPcl}{PSPcr}{M1}[M2]
\pstArcOAB{C1}{M2}{M1}
\end{pspicture}
\caption{With pstGeonode}
\end{figure}
\begin{figure}[h]
\centering
\begin{pspicture}(0,-1.5)(\linewidth,1.5)
\pnode(0,0){PSPcl}
\pnode(\linewidth,0){PSPcr}
\pnode(.4\linewidth,0){C1}
\psdot(C1)\uput[0](C1){$C1$}
\rput(C1){\pstGeonode(1;30){M1}}
\pstOrtSym{PSPcl}{PSPcr}{M1}[M2]
\pstArcOAB{C1}{M2}{M1}
\end{pspicture}
\caption{With pnode}
\end{figure}
\begin{enumerate}
\item Neither pnode nor pstGeonode gives the good result ?
\item pnode and pstGeonode should have the same behaviour ?
\end{enumerate}
\end{document}
--
Christophe
More information about the PSTricks
mailing list