[pstricks] \psarcAB and \psarcnAB...

Werner Grundlingh wgrundlingh at gmail.com
Thu Feb 4 08:44:32 CET 2010


Hi,

In the following minimal example, why doesn't LINE 1 coincide with
LINE 2? Moving LINE 1 and LINE 2 before \psarcAB (or \psarcnAB) does
not produce the same problem.

\documentclass[10pt]{article}
\listfiles
\usepackage{pstricks}
\usepackage{pst-node}
\usepackage{pstricks-add}
\pagestyle{empty}
\begin{document}

\begin{pspicture}(10,10)%
\SpecialCoor%
\cnode(0,0){2pt}{v} \cnode(1;30){2pt}{vR} \cnode(1;150){2pt}{vL}%
\psarcAB[linestyle=solid,linecolor=black,linewidth=0.5pt]{-}(v)(vR)(vL)%
\psline(v)(vR)% LINE 1
\psline(v)(1;30)% LINE 2; Since vR=(1;30), why does this line coincide
with LINE 1?
\end{pspicture}

\end{document}

My file list via a recent distribution of MiKTeX 2.8:

 *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)
pstricks.sty    2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2009/11/27 v1.31 `PSTricks' (tvz,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.sty    2006/01/01 package wrapper for pst-node.tex
pst-node.tex    2008/11/26 1.01 `pst-node' (tvz)
pstricks-add.sty    2009/03/17 v. 0.13 package wrapper for pstricks-add.tex (hv
)
pstricks-add.tex    2009/11/14 v3.36 `PSTricks-add' (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    2009/11/14 v3.36 `PST-fp' (hv)
 ***********

Werner


More information about the PSTricks mailing list