<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:mailman.19.1260788402.28765.pstricks@tug.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I've updated my latex and pstricks packages lately and there is
something wrong with
\usepackage{pst-solides3d}. If you uncomment it below, it does not compile.
How can I fix that?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I have no crystal ball which tells me:

1. what does it mean "I've updated ..."? CTAN, TeXLive, dante.de??
2. what does it mean "it does not compile"?
3. where is the list file from the log
  </pre>
</blockquote>
Hi Herbert, sorry, I always think my problems do not need any log.
Thanks<br>
<br>
1 - miktex update from CTAN<br>
2 - error message:<br>
! You can't use `macro parameter character #' in restricted horizontal
mode.<br>
\in@ #1#2-&gt;\def \in@@ ##1#1##<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2##3\in@@ {\ifx \in@ ##2\in@false \else
\in@tru...<br>
l.18 ...linecolor=red, linewidth=2pt]{-1.75}{1.75}<br>
3 - <br>
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)<br>
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive<br>
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)<br>
File: pstricks.tex 2009/11/27 v1.31 `PSTricks' (tvz,hv)<br>
File: pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval
(HA)<br>
File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)<br>
File: pst-func.tex 2009/10/08 v0.60 `PST-func' (hv)<br>
File: pstricks-add.tex 2009/10/08 v0.60 `PSTricks-add' (hv)<br>
File: pst-fp.tex 2009/10/08 v0.60 `PST-fp' (hv)<br>
File: pst-solides3d.tex 2009/08/11 v4.16 `PST-solides3D'<br>
<br>
with my new example : <br>
<br>
\documentclass{article}<br>
<br>
\usepackage[dvips]{xcolor}<br>
\definecolor{ocre}{RGB}{243,102,25}<br>
\usepackage{pstricks,pst-func}<br>
\usepackage{pst-solides3d}<br>
\usepackage{pstricks-add}<br>
<br>
\listfiles<br>
<br>
\begin{document}<br>
\begin{figure}[h!]\centering\scriptsize<br>
\psset{yunit=1cm,xunit=1.4cm}<br>
\begin{pspicture}(-3,-0.5)(3,0.5)<br>
\psGauss[linecolor=red, linewidth=2pt]{-1.75}{1.75}<br>
\end{pspicture}<br>
\end{figure}<br>
\end{document} <br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>