[pstricks] [pst-eucl] pstGeonode PointName and PointSymbol

Michela Spada mspada at bluewin.ch
Fri Oct 5 10:30:44 CEST 2018


Hello,

I noticed that options behavior of pstGeonode has changed.
If PointSymbol is equal to none, the PointName is automatically set to none.
Before it was possible to give a name to a point without symbol.

In the following example point C has no name.

\documentclass[10pt]{report}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}(0,0)(5,5)
\psframe(0,0)(5,5)
\pstGeonode(1,1){A}
\pstGeonode[PointSymbol=square,PointName=none](2,2){B}
\pstGeonode[PointName=Z,PointSymbol=none](3,3){C}
\end{pspicture}
\end{document}

Is this an expected behaviour?

Thanks,
Michela Spada



More information about the PSTricks mailing list