[pstricks] Zmin and Zmax in \gridIIID of pst-solides3d

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Sep 1 16:37:47 CEST 2012


Am 01.09.2012 13:57, schrieb Robin.Kronenberg at t-online.de:
> Hi,
>
> I'm using the updated version 4.23 of pst-solides3d from 2010/9/22 with
> Windows 7 and TeXLive2009. If I take
>
> \usepackage{pst-solides3d}
>
> \begin{pspicture}(-4,4)(-4,4)
>     \gridIIID[Zmin=0,Zmax=2](-2,2)(-2,2)
> \end{pspicture}
>
> I got the error
>
> Fehler: ! Bad number: `2 0 sub'. 0 substituted..
>
> If I write
>
> \psset[pst-solides3d]{Zmin=0,Zmax=2}
>    \gridIIID(-2,2)(-2,2)
>
> the error occurs also.
>
> Has anyone an idea?

it is not sufficiant to update only pst-solides3d. There are some
dependences, like pstricks.tex, ...

\listfiles
\documentclass[11pt]{article}
\usepackage{pst-solides3d}
\begin{document}

\begin{pspicture}(-4,4)(-4,4)
    \gridIIID[Zmin=0,Zmax=2](-2,2)(-2,2)
\end{pspicture}

\end{document}

uses the following files, listed in the log file:

  *File List*
  article.cls    2007/10/19 v1.4h Standard LaTeX document class
   size11.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
pst-solides3d.sty    2009/07/25 package wrapper for pst-solides3d
pstricks.sty    2012/08/24 v0.53 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2012/08/24 v2.31 `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    2012/08/24 v2.31 `PST-fp' (hv)
pstricks.pro    2012/08/24 v. 1.15, PostScript prologue file (hv)
pst-algparser.pro    2011/10/31 v. 0.04, PostScript prologue file (hv)
pst-tools.pro    2012/01/01 v. 0.02, PostScript prologue file (hv)
pst-dots.pro    2006/12/19 v. 2.00, 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
    xetex.def    2009/11/22 v0.94 LaTeX color/graphics driver for XeTeX 
(RRM/JK)

pst-solides3d.tex    2011/07/13 v4.24 `PST-solides3D'
pst-solides3d.pro    2010/04/27 v. 4.20, PostScript prologue file

you can get all PSTricks files at http://texnik.dante.de

Herbert


More information about the PSTricks mailing list