Hello, Giuseppe Bilotta wrote:
Tuesday, April 8, 2003 Sebastian Rooks wrote:
SR> Hello ConTeXters, SR> First of all I would like to thank you Hans for ConTeXt. It is a great SR> pleasure to use it to write my PhD thesis.
SR> I have just upgraded to the lastest versions of ConTeXt and MikTeX and SR> my draft doesn't compile any more: pdfeTeX complains that it runs out of SR> "multiletter control sequences" (see part of the log file below). I SR> did not found what it is nor how to increase it. Maybe someone on this list SR> can give me some advice ? SR> Yours,
To increase the hash size in MiKTeX you have to edit miktex.ini; the key to change is hash_size_def (possibly the one in the [ConTeXt] section)
I did not find this key in the ConTeXt section (or any other key). I looked in MikTeX CVS repository, and it seems to have been removed in revision 1.20 of the file (3 month ago). Nevertheless I did add it (following the [Omega] section ) in my localtexmf\miktex\config\miktex.ini : ;; ---------------------------------------------------------- [ConTeXt] Input Dirs=.;%R\pdftex\context//;%R\pdftex\plain//;%R\pdftex\generic//;%R\pdftex//;%R\etex\context//;%R\etex\plain//;%R\etex\generic//;%R\etex//;%R\tex\context//;%R\tex\plain//;%R\tex\generic//;%R\tex// ;; maximum number of control sequences; it should be at most ;; about (mem_max-mem_min)/10. hash_size_def=65536 ;; a prime number equal to about 85% of hash_size. hash_prime_def=55711 ;; --------------------------------------------------------- Then i rebuilt the formats, but it did not changed anything (with or without hash_prime_def=55711). What did i miss ? Thanks for your help, Seb.