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/source/texk/web2c/tex.ch | |
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/source/texk/web2c/tex.ch')
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 6 |
1 files changed, 3 insertions, 3 deletions
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|.} |