[pstricks] pstricks-add and \psaxes

Alan Ristow ristow at ece.gatech.edu
Wed Dec 1 19:16:37 CET 2004


Hello,

I just updated pstricks-add from a much earlier version to the one 
currently on CTAN, version 2.25, and it seems not to play nicely with 
\psaxes. I checked the change log and saw that Herbert rewrote \psaxes 
with version 2.00, but I can find no details in the documentation.

A minimal example and a file list follow this message. When I comment 
out \usepackage{pstricks-add} it works fine. When I run it as-is, I get 
the following error message:

test.tex:11: Undefined control sequence
The control sequence at the end of the top line
of your error message was never \def'ed.

I peeked at the definition of \psaxes in pstricks-add.tex, but didn't 
see any obvious clues.

As always, thanks for the help!

Alan


\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pstricks-add}
\listfiles

\begin{document}
     \psset{xunit=0.25in,yunit=0.0025in}%
     \begin{pspicture}(0,0)(16,800)
       \psaxes[tickstyle=bottom,Dy=100](0,0)(16,800)%
     \end{pspicture}
\end{document}


  *File List*
  article.cls    2004/02/16 v1.4f Standard LaTeX document class
   size10.clo    2004/02/16 v1.4f Standard LaTeX file (size option)
pstricks.sty    2004/05/12 v0.2l LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2004/06/22 v1.04 `PSTricks' (tvz)
   xcolor.sty    2004/07/04 v2.00 LaTeX color extensions (UK)
    color.cfg    2003/03/08 v1.0 MiKTeX 'color' configuration
    dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-plot.sty    2004/07/15 package wrapper for pst-plot.tex
pst-plot.tex    2004/05/18 1.41 `pst-plot' (tvz)
pstricks-add.sty    2004/07/18 package wrapper for pstricks-add.tex (hv)
pstricks-add.tex    2004/11/13 v2.25 `PSTricks-add' (hv)
pst-xkey.tex    2004/11/25 v1.2 PSTricks specialization of xkeyval (HA)
  xkeyval.sty    2004/11/25 v1.7 package option processing (HA)
  xkeyval.tex    2004/11/25 v1.7 key=value parser (HA)
  ***********





More information about the PSTricks mailing list