RE: [Doxygen-users] has anybody seen latex problems like this?
Brought to you by:
dimitri
From: Prikryl,Petr <PRI...@sk...> - 2001-10-25 05:39:40
|
Honza wrote: > [...] > ! TeX capacity exceeded, sorry [pool size=71984]. > > I'm using doxygen 1.2.8.1 on OS X v10.1 (G4 PPC). > LaTeX is teTeX (1.3.7?). > > the error shows during first run while processing the 752nd page of the > refman.tex (it is in some included file). This probably means what it says. I do not have that version of teTeX. In my case (TeX Live 5), the pool size can be adjusted via modification of the text file "TeX/Texmf-var/web2c/texmf.cnf". If you find the file, look for pool_size = nnnn or more specific info for your application -- like pool_size.cslatex = nnnn. Increase the nnnn to higher value than stated in the error message. Regards, Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... |