[pstricks] Probably a bug in \nodexn
Michael Sharpe
msharpe at ucsd.edu
Mon Dec 30 20:29:32 CET 2013
On Dec 30, 2013, at 11:03 AM, Donut E. Knot <the.counterterrorist at yahoo.com> wrote:
> The issue still exists even without pscustom. So what is misleading me now? :-)
>
> \documentclass{minimal}
>
> \usepackage{pst-eucl}
> \psset{saveNodeCoors}
>
> \def\xy#1{!N-#1.x N-#1.y}
> \begin{document}
> \begin{pspicture}[showgrid](-3,-1)(3,3)
> \pstGeonode
> (2,0){A}
> (2,2){B}
> %(!N-A.x N-B.x add 4 div N-A.y N-B.y add 4 div 2.5 add){C}
> \nodexn{.25(A)+.25(B)+(0,2.5)}{C'}% does not work
> \pstGeonode(C'){C}% does not work
> \psline(\xy{A})(\xy{B})(\xy{C})
> \end{pspicture}
> \end{document}
>
This time it's your \xy macro. Try \psline(A)(B)(C).
More information about the PSTricks
mailing list