[pstricks] npos problem

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Aug 14 10:51:20 CEST 2008


Michael Sharpe schrieb:
> According to TLGC2, npos=3 should be permitted within an \ncangle, but  
> I get a Postscript error when I try to convert the resulting .ps to  
> a .pdf. (With \ncline, npos=1 is OK,  but with all other connections  
> having more than one segment, the highest value for npos fails in the  
> same way.) Backing off by epsilon works OK in all cases. Since npos=0  
> is always OK, it seems like there's an asymmetry here that might be  
> fixable.
> 
> \documentclass[11pt]{article}
> \usepackage{pst-node}
> \listfiles
> \begin{document}
> \SpecialCoor
> \begin{pspicture}(-1,-1)(6,6)
> \pnode(0,0){A}\pnode(3,2){B}
> \ncangle[angleB=45]{A}{B}\ncput[npos=3]{\pnode{C}}
> \psdot(C)
> \end{pspicture}
> \end{document}

try again with the pst-node.pro from
http://perce.de/LaTeX/pstricks/pst-node.pro
replace it with the current one or put it simply into the
directory of the test file


Herbert



More information about the PSTricks mailing list