/[pkgs]/devel/texlive-texmf/texlive-2007-texmfconf.patch
ViewVC logotype

Contents of /devel/texlive-texmf/texlive-2007-texmfconf.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Oct 14 11:34:35 2008 UTC (13 months, 1 week ago) by jnovy
Branch: MAIN
CVS Tags: F-12-split, texlive-texmf-2007-28_fc11, F-10-split, F-11-split, texlive-texmf-2007-30_fc13, texlive-texmf-2007-29_fc12, texlive-texmf-2007-32_fc13, texlive-texmf-2007-31_fc13, texlive-texmf-2007-26_fc10, texlive-texmf-2007-27_fc11, texlive-texmf-2007-27_fc10, HEAD
Changes since 1.1: +26 -5 lines
File MIME type: text/x-patch
* Mon Oct 13 2008 Jindrich Novy <jnovy@redhat.com> - 2007-26
- increase limits in texmf.cnf so that PostgreSQL documentation build
  passes (#460982)
- update to texlive-2008 version of envlab
1 diff -up texlive-texmf-2007/texmf/web2c/texmf.cnf.texmfcnf texlive-texmf-2007/texmf/web2c/texmf.cnf
2 --- texlive-texmf-2007/texmf/web2c/texmf.cnf.texmfconf 2007-02-02 23:28:29.000000000 +0100
3 +++ texlive-texmf-2007/texmf/web2c/texmf.cnf 2008-10-13 09:30:17.000000000 +0200
4 @@ -524,16 +541,16 @@ font_max = 2000
5
6 % Extra space for the hash table of control sequences (which allows 10K
7 % names as distributed).
8 -hash_extra = 50000
9 +hash_extra = 200000
10
11 % Max number of characters in all strings, including all error messages,
12 % help texts, font names, control sequences. These values apply to TeX and MP.
13 -pool_size = 1250000
14 +pool_size = 2000000
15 % Minimum pool space after TeX/MP's own strings; must be at least
16 % 25000 less than pool_size, but doesn't need to be nearly that large.
17 -string_vacancies = 90000
18 +string_vacancies = 150000
19 % Maximum number of strings.
20 -max_strings = 100000
21 +max_strings = 300000
22 % min pool space left after loading .fmt
23 pool_free = 47500
24
25 @@ -555,7 +572,7 @@ hyph_size = 8191 % prime number o
26 nest_size = 500 % simultaneous semantic levels (e.g., groups)
27 max_in_open = 15 % simultaneous input files and error insertions
28 param_size = 10000 % simultaneous macro parameters
29 -save_size = 5000 % for saving values outside current group
30 +save_size = 15000 % for saving values outside current group
31 stack_size = 5000 % simultaneous input sources
32
33 % These are Omega-specific.

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2