1% etexdir/etrip/texmf.cnf -- configuration for the e-trip test.
2
3% These values apply to all the programs, and they are necessary for any
4% kind of reasonable diff.
5error_line = 64
6half_error_line = 32
7max_print_line = 72
8
9% e-TeX.
10main_memory     = 3999 % can't change mem_bot, it stays 0
11max_strings     = 3300
12pool_size       = 34000
13
14string_vacancies = 8000
15pool_size = 32000
16
17% TeX end e-TeX.
18font_mem_size = 20000
19font_max = 75
20stack_size = 200
21nest_size = 40
22buf_size = 500
23save_size = 600
24dvi_buf_size = 800
25% Although hyph_size is settable, it can't be <hyph_prime, which is 607,
26% and the original trip setting is 307, so no point in changing the default.
27
28% Avoid running any MakeTeX* program.
29MAKETEXTFM = 0
30MAKETEXTEX = 0
31MAKETEXMF = 0
32
33% Search paths.
34% (e)trip.tex:
35TEXINPUTS = .
36% (e)trip.tfm:
37TFMFONTS = .
38% (e)trip.fmt:
39TEXFORMATS = .
40% etex.pool:
41TEXPOOL = .
42