[pstricks] pstricks-add bug in \psbrace

Alan Ristow ristow at ece.gatech.edu
Tue Sep 11 17:00:02 CEST 2007


Herbert,

I updated pstricks-add this morning and now have errors originating with 
\psbrace. With the following example (copied directly from the 
pstricks-add-doc.tex):

\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\begin{document}
\begin{pspicture}(4,4)
\psgrid[subgriddiv=0,griddots=10]
\pnode(0,0){A}
\pnode(4,4){B}
\psbrace[linecolor=red,ref=lC](A)(B){Text I}
\psbrace*[linecolor=blue,ref=lC](3,4)(0,1){Text II}
\psbrace[fillcolor=white](3,0)(3,4){III}
\end{pspicture}
\end{document}

The log file tells me:

! Undefined control sequence.
<argument> ...\psk at nodesepA add exch \tx at UserCoor

l.13 \psbrace[linecolor=red,ref=lC](A)(B){Text I}

! Undefined control sequence.
<argument> ...\psk at nodesepA add exch \tx at UserCoor

l.14 ...[linecolor=blue,ref=lC](3,4)(0,1){Text II}

! Undefined control sequence.
<argument> ...\psk at nodesepA add exch \tx at UserCoor

l.15 \psbrace[fillcolor=white](3,0)(3,4){III}


My file list is:

  *File List*
  article.cls    2005/09/16 v1.4f Standard LaTeX document class
   size10.clo    2005/09/16 v1.4f Standard LaTeX file (size option)
pstricks.sty    2006/08/10 v0.32 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2006/12/22 v1.15 `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)
pstricks-add.sty    2007/09/03 v. 0.11 package wrapper for 
pstricks-add.tex (hv
)
pstricks-add.tex    2007/08/18 v2.89 `PSTricks-add' (hv)
pst-xkey.tex    2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
  xkeyval.sty    2006/11/18 v2.5f package option processing (HA)
  xkeyval.tex    2006/11/18 v2.5f key=value parser (HA)
  ***********


Alan



More information about the PSTricks mailing list