diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-22 23:11:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-22 23:11:32 +0000 |
commit | b9c2f1887ecc71f00b5a976c23c62a1c05291c29 (patch) | |
tree | 1d0c480a8bca643839dd47bf9a2b52b11e470383 /Build | |
parent | 8b1eff59ef4e0fa32ff38461e631a55cc747d3b3 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@57497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 7 | ||||
-rw-r--r-- | Build/source/utils/README | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index decc891d255..7af26f6d7de 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -764,9 +764,7 @@ texmf_casefold_search = 1 % Part 3: Array and other sizes for TeX, Metafont, etc. % % If you want to change some of these sizes only for a certain TeX -% variant, the usual dot notation works, e.g., -% main_memory.hugetex = 20000000 -% +% variant, the usual dot notation works, as shown below for ConTeXt. % If a change here appears to be ignored, try redumping the format file. % Memory. Must be less than 8,000,000 total. @@ -827,8 +825,9 @@ buf_size = 200000 % trie_size = 1000000 -hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. +hyph_size = 8191 % prime number of hyphenation exceptions, >610, <65535 % http://primes.utm.edu/curios/page.php/8191.html + % dynamically increased as necessary, so not important. nest_size = 500 % simultaneous semantic levels (e.g., groups) max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost diff --git a/Build/source/utils/README b/Build/source/utils/README index b39bae96b9b..eec968410f0 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -96,9 +96,9 @@ cd $libiconv_ver # foil wrong attempts at dynamic linking, etc. (cd $clisp_basedir/clisp-tools/lib && rm -f *.dylib *.la) -clisp_ver= +clisp_ver=2.49.92 cd $clisp_basedir -$wget https://haible.de/bruno/gnu/$clisp_ver.tar.bz2 +$wget https://alpha.gnu.org/gnu/clisp/clisp-2.49.92.tar.bz2 bunzip2 -dc $clisp_ver.tar.bz2 | tar xf - cd $clisp_ver |