On generating the format with "luatools --ini --compile --verbose cont-en" I got this error: ! TeX capacity exceeded, sorry [pool size=93529]. It seems that the setting of TEXMFCNF given in mag12 (/tex/texmf- local/web2c) was insufficient for getting the setup parameters for TeX format generation. For my texlive setup I translated the mag12 entry into: TEXMFCNF="{/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/ 2007/texmf/web2c}" But at least I needed: TEXMFCNF="{/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/ 2007/texmf/web2c}" I hope others may profit from this observation. By the way, the following seems very strange as luatools tells me: LuaTools | loading /usr/local/texlive/2007/texmf/web2c/texmf.cnf LuaTools | skipping /usr/local/texlive/texmf-local/web2c/texmf.cnf The name of the file in the context distribution however is "/usr/ local/texlive/texmf-local/web2c/context.cnf" but it is not searched for! COULD THIS BE A MISNOMER, either in a script or in the file name? Hans van der Meer
Hans van der Meer wrote:
On generating the format with "luatools --ini --compile --verbose cont-en" I got this error: ! TeX capacity exceeded, sorry [pool size=93529].
It seems that the setting of TEXMFCNF given in mag12 (/tex/texmf-local/web2c) was insufficient for getting the setup parameters for TeX format generation.
For my texlive setup I translated the mag12 entry into: TEXMFCNF="{/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/2007/texmf/web2c}"
But at least I needed: TEXMFCNF="{/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/2007/texmf/web2c}" I hope others may profit from this observation.
By the way, the following seems very strange as luatools tells me: LuaTools | loading /usr/local/texlive/2007/texmf/web2c/texmf.cnf LuaTools | skipping /usr/local/texlive/texmf-local/web2c/texmf.cnf
The name of the file in the context distribution however is "/usr/local/texlive/texmf-local/web2c/context.cnf" but it is not searched for! COULD THIS BE A MISNOMER, either in a script or in the file name?
this is teh cnf file used in the minimal; in principle you can set this with TEXMFCNF ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Aug 13, 2007, at 22:08, Hans Hagen wrote:
Hans van der Meer wrote:
On generating the format with "luatools --ini --compile --verbose cont-en" I got this error: ! TeX capacity exceeded, sorry [pool size=93529].
It seems that the setting of TEXMFCNF given in mag12 (/tex/texmf-local/web2c) was insufficient for getting the setup parameters for TeX format generation.
For my texlive setup I translated the mag12 entry into: TEXMFCNF="{/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/ 2007/texmf/web2c}"
But at least I needed: TEXMFCNF="{/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/ 2007/texmf/web2c}" I hope others may profit from this observation.
By the way, the following seems very strange as luatools tells me: LuaTools | loading /usr/local/texlive/2007/texmf/web2c/texmf.cnf LuaTools | skipping /usr/local/texlive/texmf-local/web2c/texmf.cnf
The name of the file in the context distribution however is "/usr/local/texlive/texmf-local/web2c/context.cnf" but it is not searched for! COULD THIS BE A MISNOMER, either in a script or in the file name?
this is teh cnf file used in the minimal; in principle you can set this with TEXMFCNF
That doesn't seem to be the case, vide this output: 110 ~/temp/luatex: echo $TEXMFCNF {/usr/local/texlive/texmf-local/web2c/context.cnf,/usr/local/texlive/ 2007/texmf/web2c/texmf.cnf} 111 ~/temp/luatex: luatools --generate LuaTools | skipping /usr/local/texlive/texmf-local/web2c/context.cnf/ texmf.cnf LuaTools | skipping /usr/local/texlive/2007/texmf/web2c/texmf.cnf/ texmf.cnf Obviously TEXMFCNF can be set to a directory only, not to a file. Hans van der Meer
participants (2)
-
Hans Hagen
-
Hans van der Meer