Compilation of a document with some big tables (partly floats) fails, see below. Is it really a capacity problem, or must I search for some recursion error or the like? What does the "emergencyend" at the beginning of the logfile mean? --- logfile --- This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=cont-en 2007.5.30) 31 MAY 2007 00:30 entering extended mode (/usr/local/gwTeX/texmf.local/web2c/natural.tcx) **prd_geburt.tex emergencyend (./prd_geburt.tex ConTeXt ver: 2007.01.02 13:44 MK II fmt: 2007.5.30 int: --- ... --- ! TeX capacity exceeded, sorry [hash size=60000]. \setvalue ...xpandafter \def \csname #1\endcsname \settbltxt ...ong \setvalue {\@@tblprefix #1:#2:t} {\doifdefined {\@@tblprefi... <argument> ...\handleTBLcell \celltag []{\strut }} \fi \firstofoneargument #1->#1 \redorecurse ->\expandrecursecontent \dodorecurse <to be read again> { ... l.233 \eTABLE If you really absolutely need more capacity, you can ask a wizard to enlarge me. Here is how much of TeX's memory you used: 20315 strings out of 57405 236675 string characters out of 540060 4906676 words of memory out of 6334956 60000 multiletter control sequences out of 10000+50000 149413 words of font info for 116 fonts, out of 2000000 for 2000 192 hyphenation exceptions out of 5000 53i,21n,63p,538b,16975s stack positions out of 5000i,500n,6000p, 200000b,50000s ! ==> Fatal error occurred, no output PDF file produced! --- Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Am 2007-05-31 um 00:39 schrieb Henning Hraban Ramm:
Compilation of a document with some big tables (partly floats) fails, see below.
Trying to create a minimal failing example always helps: I translated my tables from table to TABLE and missed some \AR The error message wasn't really clear, though, and the table several pages long... Sorry for the noise. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Henning Hraban Ramm wrote:
Compilation of a document with some big tables (partly floats) fails, see below. Is it really a capacity problem, or must I search for some recursion error or the like? What does the "emergencyend" at the beginning of the logfile mean?
--- logfile --- This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=cont-en 2007.5.30) 31 MAY 2007 00:30 entering extended mode (/usr/local/gwTeX/texmf.local/web2c/natural.tcx) **prd_geburt.tex emergencyend (./prd_geburt.tex
ConTeXt ver: 2007.01.02 13:44 MK II fmt: 2007.5.30 int: --- ... --- ! TeX capacity exceeded, sorry [hash size=60000].
since each cell is a framed many hash entries are used to keep track of the state (i will reimplement this mechanism some day in mkiv) in texmf.cnf you can enlarge the hash (you need to remake the format) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Henning Hraban Ramm