On Tue, Jan 17, 2012 at 10:22 PM, Frank Küster <[email protected]> wrote: > Norbert Preining <[email protected]> wrote: > >> On Di, 17 Jan 2012, Frank Küster wrote: >>> Norbert, what's the current pool size in upstream texlive (or where is >>> upstream's texmf.cnf in the SVN)? >> >> pool_size = 3250000 >> >> so that is about 2.5 times what it is in Debian: 1250000 > > Mathieu, do your doxygen file run with that size? Can you provide us > with the sources? I think there should be a commandline switch to keep > intermediate files. If you do that, a tex file should be present in the > working directory which you could send to us.
I have tar-gzipped the whole latex/ directory. According to the log the pdflatex command is run on refman.tex, which in turns includes the other *.tex files. The archive is at: http://gdcm.sourceforge.net/thingies/latex.tar.gz Log is: make[4]: Entering directory `/home/mathieu/Perso/gdcm-gcc/Utilities/doxygen/latex' rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf pdflatex refman.tex This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) entering extended mode (./refman.tex LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. makeindex refman.idx This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support). Scanning input file refman.idx.............done (9507 entries accepted, 34 rejected). Sorting entries..............................................................................................done (136096 comparisons). Generating output file refman.ind............done (12257 lines written, 0 warnings). Output written in refman.ind. Transcript written in refman.ilg. pdflatex refman.tex This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) entering extended mode (./refman.tex LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. latex_count=5 ; \ while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $latex_count -gt 0 ] ;\ do \ echo "Rerunning latex...." ;\ pdflatex refman.tex ;\ latex_count=`expr $latex_count - 1` ;\ done make[4]: Leaving directory `/home/mathieu/Perso/gdcm-gcc/Utilities/doxygen/latex' Thanks, -- Mathieu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

