[pstricks] \ncline (to Herbert Voss)

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Mar 3 23:00:26 CET 2010


Am 03.03.2010 20:02, schrieb robert.fischer10 at arcor.de:
> 
> have you any assumption which _pro_ file? I have checked all the files, but seem to be up to date. Furthermore I have removed and reinstalled the pst-* mentioned in the log file. But the error keeps.
> 
> What I have found out:
> \ncline[linestyle=dashed]{A}{B} leads to error described below
> \ncline{A}{B} works well
> 
> Do you know the file where linestyle=dashed is handled? Maybe this is the not updated file... 

I have no problem with this file:
\listfiles
\documentclass{article}
\usepackage{pst-node}
\begin{document}

\begin{pspicture}[linewidth=1cm](-4,-4)(4,4)
  \pnode(-4,-3){A}\pnode(4,3){B}
  \ncline[linestyle=dashed]{A}{B}% leads to error described below
%  \ncline{A}{B}% works well
\end{pspicture}
\end{document}

 *File List*
 article.cls    2007/10/19 v1.4h Standard LaTeX document class
  size10.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
pst-node.sty    2010/01/22 package wrapper for pst-node.tex
pstricks.sty    2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2010/02/23 v2.02 `PSTricks' (tvz,hv)
pst-xkey.tex    2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
 xkeyval.sty    2008/08/13 v2.6a package option processing (HA)
 xkeyval.tex    2008/08/13 v2.6a key=value parser (HA)
  pst-fp.tex    2010/02/23 v2.02 `PST-fp' (hv)
pstricks.pro    2009/01/30 v. 1.06, PostScript prologue file (hv)
pst-dots.pro    2006/12/19 v. 2.00, PostScript prologue file (hv)
pst-algparser.pro    2008/01/01 v. 0.01, PostScript prologue file (hv)
  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    2010/01/22 1.10 `pst-node' (tvz)
pst-node.pro    2010/01/22 v. 1.10, PostScript prologue file (hv)
 ***********


you can get all pro files here:
http://www.ctan.org/tex-archive/graphics/pstricks/base/dvips/
http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-node/

Herbert


More information about the PSTricks mailing list