[pstricks] TeX memory exceeded

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Jun 28 18:32:18 CEST 2010


Am 28.06.2010 08:23, schrieb Antoine Pairet:
> Hello,
> 
> On Mon, 2010-06-28 at 07:47 -0700, Herbert Voss wrote: 
>> can you put the data elsewhere for a download?
> 
> Here you are:
> http://transvol.sgsi.ucl.ac.be/download.php?id=12f53346a95ee90d 

this file runs if I enlarge TeX's main memory to 5000000
Load the file

/usr/local/texlive/2009/texmf.cnf

and insert the line

main_memory = 5000000

into this file. Then save it and run

fmtutil-sys --all

my testfile:

\listfiles
\documentclass[a4paper,11pt]{article}
\usepackage{pst-plot}
%
\begin{document}
\begin{center}
\psset{xunit=5}
\begin{pspicture}(0,-5)(1.5,10)
\multido{\iA=1+1}{40}{%
  \readdata[plotNoMax=40,plotNo=\iA]{\data}{bsp.dat}%
  \listplot{\data}%
}
\end{pspicture}
\end{center}

\end{document}


Herbert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x.png
Type: image/png
Size: 8662 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20100628/a7cd7398/attachment.png>


More information about the PSTricks mailing list