diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-19 00:08:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-19 00:08:21 +0000 |
commit | 744cc8667bb48e900f8e584ab9262c877105c622 (patch) | |
tree | 3426251394543d6b2948111cb3277d01e212aba8 /Build | |
parent | 700ebe6dca66096a802f7082e827aad571f3ada1 (diff) |
increase max_font_max and hash_size
git-svn-id: svn://tug.org/texlive/trunk@13219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index fa6d3c416a5..19b96717037 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,9 @@ +2009-05-19 Karl Berry <karl@tug.org> + + * tex.ch (max_font_max): increase to 9000. + (hash_size): increase to 15000. + (Their sum is supposed to stay <29000.) + 2009-05-18 Karl Berry <karl@tug.org> * cpascal.h (getline): #define to web2c_getline, diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index 2343f1e3c63..9a8f9612ce6 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -211,7 +211,7 @@ versions of the program. @d ssup_hyph_size == 65535 {Changing this requires changing (un)dumping!} @d iinf_hyphen_size == 610 {Must be not less than |hyph_prime|!} -@d max_font_max=5000 {maximum number of internal fonts; this can be +@d max_font_max=9000 {maximum number of internal fonts; this can be increased, but |hash_size+max_font_max| should not exceed 29000.} @d font_base=0 {smallest internal font number; must be @@ -303,8 +303,8 @@ versions of the program. @d hash_prime=1777 {a prime number equal to about 85\pct! of |hash_size|} @d hyph_size=307 {another prime; the number of \.{\\hyphenation} exceptions} @y -@d hash_size=10000 {maximum number of control sequences; it should be at most - about |(mem_max-mem_min)/10|} +@d hash_size=15000 {maximum number of control sequences; it should be at most + about |(mem_max-mem_min)/10|; see also |font_max|} @d hash_prime=8501 {a prime number equal to about 85\pct! of |hash_size|} @d hyph_prime=607 {another prime for hashing \.{\\hyphenation} exceptions; if you change this, you should also change |iinf_hyphen_size|.} |