[pstricks] npos problem

Michael Sharpe msharpe at ucsd.edu
Thu Aug 14 02:55:45 CEST 2008


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}

  *File List*
  article.cls    2005/09/16 v1.4f Standard LaTeX document class
   size11.clo    2005/09/16 v1.4f Standard LaTeX file (size option)
pst-node.sty    2006/01/01 package wrapper for pst-node.tex
pstricks.sty    2008/01/24 v0.37 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2008/07/31 v1.26 `PSTricks' (tvz)
   xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
    color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
    dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-node.tex    2007/10/16 1.00 `pst-node' (tvz)

Michael



More information about the PSTricks mailing list