diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-07-04 14:26:35 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-07-04 14:26:35 +0000 |
commit | 4576ca8453f49a705628149002c27e704122a854 (patch) | |
tree | a72c698f87843616fc5551b57f4f054e265517a8 /Build | |
parent | eb0ca0896a18ae41f243b3f096f2bb4737a8c2e2 (diff) |
increased trie_size again for etex etc
git-svn-id: svn://tug.org/texlive/trunk@9230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 69a66c4d219..eea193d9f7b 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -583,7 +583,7 @@ buf_size = 200000 % for all known free hyphenation patterns to be loaded simultaneously % (as TeX Live does). % -trie_size = 500000 +trie_size = 600000 hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. % http://primes.utm.edu/curios/page.php/8191.html |