Re: [NTG-pdftex] Lost newline somehow.
Fixed: increasing max_strings in web2c/main.c helps. Turns out we now have 1757 symbols and 19929 strings, which must be exactly one too much, as increasing max_strings from 20000 to 20001 is enough...
I'm using #define max_strings 50000 #define hash_prime 7883 #define sym_table_size 50000 #define unused 271828 following luaTeX. Best regards, Akira
2008/1/10, Akira Kakuto
I'm using
#define max_strings 50000 #define hash_prime 7883 #define sym_table_size 50000 #define unused 271828
following luaTeX.
Taco, why didn't you promote r70 (where you increased that) upstream to Karl? It would have saved me quite some time... Best Martin
Martin Schröder wrote:
2008/1/10, Akira Kakuto
: I'm using
#define max_strings 50000 #define hash_prime 7883 #define sym_table_size 50000 #define unused 271828
following luaTeX.
Taco, why didn't you promote r70 (where you increased that) upstream to Karl? It would have saved me quite some time...
I am sorry. At that time, luatex was sort of a toy only, and I had no write access to the texlive repository. It simply never crossed my mind to warn Karl (or anybody else) I've been offline for almost a week, otherwise I would have replied earlier. Best wishes, Taco
> #define max_strings 50000 > #define hash_prime 7883 > #define sym_table_size 50000 > #define unused 271828 I changed web2c/main.c the same way. If anyone finds other constants which are out of sync somewhere, please let me know (or just fix it :). FWIW, I increased some of the sizes in texmf.cnf following gwTeX recently. I also changed to using ~ instead of $HOME, to avoid unwanted // expansions (sometimes). http://tug.org/svn/texlive/trunk/Master/texmf/web2c/texmf.cnf?view=log karl
participants (4)
-
Akira Kakuto
-
karl@freefriends.org
-
Martin Schröder
-
Taco Hoekwater