[pstricks] A simple file

Henry Proudhon henry.proudhon at insa-lyon.fr
Wed Jun 22 20:41:02 CEST 2005


Hello Denis,

the maximum number of operation TeX is allowed to do has been exceeded, 
while compiling your file
you can increase it, depending on the LaTeX distribution you use.
I compiled successfully your file with default setting in teTeX. I don't 
know why that happens here, maybe the memory allowed by default was very 
small in your case.

try before to reduce the y unit of your graph:
\psaxes[linewidth=1.75pt,dy=1000,Dy=1000]{->}(0,0)(15,3000)

Hope this helps

Henry


Denis Vergès a écrit :

> Hello
>
> What's wrong in
>
> \documentclass[10pt]{article}
> \usepackage{pstricks,pst-plot}
> \begin{document}
> \psset{xunit=0.8cm,yunit=0.004cm}
> \begin{pspicture}(0,0)(15,3000)
> \psaxes[linewidth=1.75pt]{->}(0,0)(15,3000)
> %\rput(15,-80){$x$} \rput(-0.5,3000){$y$}
> \uput[d](1,0){$1$}
> \multido{\n=0.0+.1}{151}{\psline(\n,0)(\n,3000)}
> \multido{\n=0+100}{31}{\psline(0,\n)(15,\n)}
> \psplot{0}{15}{x 3 exp x  2 exp 10 mul  sub 25 x mul add 1200 add}
> \uput[u](13,200){$\mathcal{C}$}
> \rput(7.5,-500){\textbf{ANNEXE EXERCICE 2 Partie B}}
> \end{pspicture}
>  \end{document}
>
> In the log file  I have :
>
> ! TeX capacity exceeded, sorry [save size=5000]. ???
>
> Thanks.
>
> Denis Vergès
>
> _______________________________________________
> pstricks mailing list
> pstricks at tug.org
> http://tug.org/mailman/listinfo/pstricks







More information about the PSTricks mailing list