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/ptexdir/ptrip/texmf.cnf | |
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/ptexdir/ptrip/texmf.cnf')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptrip/texmf.cnf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptrip/texmf.cnf b/Build/source/texk/web2c/ptexdir/ptrip/texmf.cnf new file mode 100644 index 00000000000..79e15b44a37 --- /dev/null +++ b/Build/source/texk/web2c/ptexdir/ptrip/texmf.cnf @@ -0,0 +1,41 @@ +% ptexdir/ptrip/texmf.cnf -- configuration for the ptrip test. + +% These values apply to all the programs, and they are necessary for any +% kind of reasonable diff. +error_line = 64 +half_error_line = 32 +max_print_line = 72 + +% pTeX. +mem_bot = 1 +main_memory = 3500 +max_strings = 3000 +pool_size = 40000 + +string_vacancies = 8000 + +font_mem_size = 20000 +font_max = 75 +stack_size = 200 +nest_size = 40 +buf_size = 500 +save_size = 600 +dvi_buf_size = 800 +% Although hyph_size is settable, it can't be <hyph_prime, which is 607, +% and the original trip setting is 307, so no point in changing the default. + +% Avoid running any MakeTeX* program. +MAKETEXTFM = 0 +MAKETEXTEX = 0 +MAKETEXMF = 0 + +% Search paths. +% trip.tex: +TEXINPUTS = . +% trip.tfm: +TFMFONTS = . +% trip.fmt: +TEXFORMATS = . +% tex.pool: +TEXPOOL = . + |