diff options
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 7dfe466cfde..eab0cb7132e 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,10 +1,11 @@ 2010-03-11 Peter Breitenlohner <peb@mppmu.mpg.de> - * texmf.cnf: Add '.mf' to Metafont specific parameters. + * texmf.cnf: Append '.mf' to Metafont specific parameters. + Add 'max_strings.bibtex', also for hash_size and hash_prime. 2010-03-09 Peter Breitenlohner <peb@mppmu.mpg.de> - * texmf.cnf: Add '.gftype' to GFtype specific parameters. + * texmf.cnf: Append '.gftype' to GFtype specific parameters. * progname.h: Remove kpse_set_progname from exported API. Deprecated since 1998. Kept in library for Versions 5.x.y. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index ca1806fa80e..d2751951e51 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -691,6 +691,9 @@ max_print_line = 79 screen_width.mf = 1664 screen_depth.mf = 1200 +% BibTeX only (also used for hash_size and hash_prime). +max_strings.bibtex = 35307 + % GFtype only. line_length.gftype = 500 max_rows.gftype = 8191 |