diff options
Diffstat (limited to 'Build/source/texk/web2c/euptexdir/euptrip/texmf.cnf')
-rw-r--r-- | Build/source/texk/web2c/euptexdir/euptrip/texmf.cnf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/euptexdir/euptrip/texmf.cnf b/Build/source/texk/web2c/euptexdir/euptrip/texmf.cnf new file mode 100644 index 00000000000..61739d6d58c --- /dev/null +++ b/Build/source/texk/web2c/euptexdir/euptrip/texmf.cnf @@ -0,0 +1,41 @@ +% euptexdir/euptrip/texmf.cnf -- configuration for the e-uptrip 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 + +% e-upTeX. +mem_bot = 1 +main_memory = 4500 +max_strings = 3300 +pool_size = 36000 + +string_vacancies = 8000 + +% TeX end e-TeX. +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. +% (e)trip.tex: +TEXINPUTS = . +% (e)trip.tfm: +TFMFONTS = . +% (e)trip.fmt: +TEXFORMATS = . +% etex.pool: +TEXPOOL = . |