[pstricks] Problems with \psbrace again

Alan Ristow ristow at ece.gatech.edu
Tue Nov 6 01:04:09 CET 2007


I am having trouble with \psbrace again. When I run the example from the 
pstricks-add docs:

\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\listfiles
\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}

I get the following error:

ERROR: Undefined control sequence.

--- TeX said ---
<argument> ...\psk at nodesepA add exch \tx at UserCoor

l.10 ...sbrace[linecolor=red,ref=lC](A)(B){Text I}


  *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/10/20 v2.91 `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)
  ***********

And my pstricks.pro is the same as that on CTAN -- version 0.14, dated 
2007/09/17.

Alan



More information about the PSTricks mailing list