[pstricks] Bug in pstricks-add?

Herbert Voss LaTeX at zedat.fu-berlin.de
Tue Oct 10 12:31:31 CEST 2006


Christoph Bersch wrote:

> the first small error is in line 1272 of pstricks-add.tex (v2.80), which
> should be
> 
>   \psLDNode(#1)(#2){#3}{@temp at lnput}
> 
> instead of
> 
>   \psLDNode(A)(B){#3}{@temp at lnput}
> 
> With this correction the following code does not work properly:
> 
> \listfiles
> \documentclass{article}
> \usepackage{pstricks-add}
> %
> \begin{document}
> \begin{pspicture}(5,5)
>   \psgrid
>   \pnode(0,5){A1}
>   \pnode(5,0){A2}
>   \nlput(A1)(A2){2}{\psframe(-1,-0.5)(1,0.5)}
>   \psline(A1)(A2)
> \end{pspicture}
> \end{document}

try again with the version 2.81

http://perce.de/LaTeX/pstricks-add/pstricks-add.tex

Was a stupid bug ...

Herbert





More information about the PSTricks mailing list