Hey list, While attempting to compile my book, I get the following error: $ context Source/Handbook.tex --purgeresult ... graphics > invalid region for 'tbg:1' ! TeX capacity exceeded, sorry [input stack size=10000]. <argument> \next \doifmeaningelse ...>\edef \!!stringa {\meaning #1 }\def \!!stringb {#2}\edef... \spac_lines_between ...ningelse \next \obeyedline {\linesparameter \c! inbetw... \doifmeaningelse ...meaning #1}\def \!!stringb {#2 }\edef \!!stringb {\meanin... \spac_lines_between ...ningelse \next \obeyedline {\linesparameter \c! inbetw... \doifmeaningelse ...meaning #1}\def \!!stringb {#2 }\edef \!!stringb {\meanin... ... l.34 ... and the methane/oxygen return propellant. ! ==> Fatal error occurred, no output PDF file produced! mtx-context | fatal error: return code: 1 This happened with nightly 2012.03.02. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Hello Kip. I do not know whether it will be something, but try increasing the memory in some parts of texmf.cnf file. I once enlarged in ConTeXt in TeXlive pool_size.context = 2000000 Good Luck. Jaroslav At the same time are any values in texmf.cnt this: buf_size.context = 4000000 extra_mem_bot.context = 2000000 extra_mem_top.context = 4000000 font_max.context = 5000 font_mem_size.context = 2000000 hash_extra.context = 100000 main_memory.context = 2000000 max_strings.context = 300000 nest_size.context = 500 pdf_mem_size.context = 500000 param_size.context = 10000 pool_free.context = 47500 pool_size.context = 2000000 save_size.context = 50000 stack_size.context = 10000 string_vacancies.context = 125000 trie_size.context = 500000 hyph_size.context = 8191% prime expand_depth.context = 10000 obj_tab_size.context 300,000 = 1.40% + obsolete in dest_names_size.context 300,000 = 1.40% + obsolete in Dne 4.3.2012 2:49, Kip Warner napsal(a):
Hey list,
While attempting to compile my book, I get the following error:
$ context Source/Handbook.tex --purgeresult ... graphics> invalid region for 'tbg:1' ! TeX capacity exceeded, sorry [input stack size=10000]. <argument> \next
\doifmeaningelse ...>\edef \!!stringa {\meaning #1 }\def \!!stringb {#2}\edef... \spac_lines_between ...ningelse \next \obeyedline {\linesparameter \c! inbetw... \doifmeaningelse ...meaning #1}\def \!!stringb {#2 }\edef \!!stringb {\meanin... \spac_lines_between ...ningelse \next \obeyedline {\linesparameter \c! inbetw... \doifmeaningelse ...meaning #1}\def \!!stringb {#2 }\edef \!!stringb {\meanin... ... l.34 ... and the methane/oxygen return propellant.
! ==> Fatal error occurred, no output PDF file produced! mtx-context | fatal error: return code: 1
This happened with nightly 2012.03.02.
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On Sun, 2012-03-04 at 09:52 +0100, Jaroslav Hajtmar wrote:
Hello Kip. I do not know whether it will be something, but try increasing the memory in some parts of texmf.cnf file. I once enlarged in ConTeXt in TeXlive pool_size.context = 2000000
Good Luck. Jaroslav
Thanks Jaroslav. It sounds like its an actual bug in ConTeXt so I will wait for upstream to patch it before I probably muck something up inside of it. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 04.03.2012 um 02:49 schrieb Kip Warner:
Hey list,
While attempting to compile my book, I get the following error:
$ context Source/Handbook.tex --purgeresult ... graphics > invalid region for 'tbg:1' ! TeX capacity exceeded, sorry [input stack size=10000]. <argument> \next
\doifmeaningelse ...>\edef \!!stringa {\meaning #1 }\def \!!stringb {#2}\edef... \spac_lines_between ...ningelse \next \obeyedline {\linesparameter \c! inbetw... \doifmeaningelse ...meaning #1}\def \!!stringb {#2 }\edef \!!stringb {\meanin... \spac_lines_between ...ningelse \next \obeyedline {\linesparameter \c! inbetw... \doifmeaningelse ...meaning #1}\def \!!stringb {#2 }\edef \!!stringb {\meanin... ... l.34 ... and the methane/oxygen return propellant.
! ==> Fatal error occurred, no output PDF file produced! mtx-context | fatal error: return code: 1
This happened with nightly 2012.03.02.
This is a problem with the lines environment and a minimal example does also show the same message. \definetextbackground[test]%[state=stop] \starttext \showframe %\blank[force,35*line] \blank[force,36*line] \starttest \startlines One Two Three Four Five \stoplines \stoptest \stoptext Wolfgang
participants (3)
-
Jaroslav Hajtmar
-
Kip Warner
-
Wolfgang Schuster