diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-19 16:29:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-19 16:29:28 +0000 |
commit | 04c2cc3e4fd3c33cb2dd3b2e2c1b7067dd9204dc (patch) | |
tree | 314efc9986dab5ab1cc2756c2b5f3a2474b6f4d7 /Build/source/texk/web2c/etexdir/etrip | |
parent | ba0525ab1357402db941d4e2e6da5cd579ab2056 (diff) |
texmf.cnf for (e-)pTeX's trip test
git-svn-id: svn://tug.org/texlive/trunk@21125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/etexdir/etrip')
-rw-r--r-- | Build/source/texk/web2c/etexdir/etrip/texmf.cnf | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Build/source/texk/web2c/etexdir/etrip/texmf.cnf b/Build/source/texk/web2c/etexdir/etrip/texmf.cnf index 4433086badc..b4e4bb4c6bb 100644 --- a/Build/source/texk/web2c/etexdir/etrip/texmf.cnf +++ b/Build/source/texk/web2c/etexdir/etrip/texmf.cnf @@ -1,4 +1,4 @@ -% triptrap/texmf.cnf -- configuration for the trip and trap tests. +% etexdir/etrip/texmf.cnf -- configuration for the e-trip test. % These values apply to all the programs, and they are necessary for any % kind of reasonable diff. @@ -7,14 +7,9 @@ half_error_line = 32 max_print_line = 72 % e-TeX. -main_memory.etex = 3999 % can't change mem_bot, it stays 0 -max_strings.etex = 3300 -pool_size.etex = 34000 - -% In case you happen to run an ini* link by hand. -main_memory.einitex = 3999 % can't change mem_bot, it stays 0 -max_strings.einitex = 3300 -pool_size.einitex = 34000 +main_memory = 3999 % can't change mem_bot, it stays 0 +max_strings = 3300 +pool_size = 34000 string_vacancies = 8000 pool_size = 32000 @@ -40,7 +35,7 @@ MAKETEXMF = 0 TEXINPUTS = . % (e)trip.tfm: TFMFONTS = . -% (e)trip.efmt: +% (e)trip.fmt: TEXFORMATS = . % etex.pool: TEXPOOL = . |