beta-0.89.2
[luatex.git] / source / texk / web2c / triptrap / texmf.cnf
blobb6162e58c6e2b8603f0cdebd5514050ae808f864
1 % triptrap/texmf.cnf -- configuration for the trip and trap tests.
3 % These values apply to all the programs, and they are necessary for any
4 % kind of reasonable diff.
5 error_line = 64
6 half_error_line = 32
7 max_print_line = 72
8                 
9 % TeX, Metafont, and MetaPost.
10 mem_bot.tex          =    1
11 main_memory.tex      = 3000
12 main_memory.mf       = 3001
13 main_memory.mpost    = 4501
15 % In case you happen to run an ini* link by hand.
16 mem_bot.initex       =    1
17 main_memory.initex   = 3000
18 main_memory.inimf    = 3001
19 main_memory.inimpost = 4501
21 % Actually, Metafont currently ignores the settings for max_strings,
22 % string_vacancies and pool_size specified here, but it doesn't hurt
23 % to supply the correct values, just in case this changes one day.
25 max_strings.tex      = 3000
26 max_strings.mf       = 2000
27 max_strings.mpost    = 2500
29 % In case you happen to run an ini* link by hand.
30 max_strings.initex   = 3000
31 max_strings.inimf    = 2000
32 max_strings.inimpost = 2500
34 string_vacancies = 8000
35 pool_size = 40000
37 % TeX only.
38 font_mem_size = 20000
39 font_max = 75
40 stack_size = 200
41 nest_size = 40
42 buf_size = 500
43 save_size = 600
44 dvi_buf_size = 800
45 % Although hyph_size is settable, it can't be <hyph_prime, which is 607,
46 % and the original trip setting is 307, so no point in changing the default.
48 % Metafont only.
49 gf_buf_size.inimf = 8   % trapman.tex says to use this.
50 MFTERM.inimf = trap     % get the right screen output
51 screen_width.inimf = 100
52 screen_depth.inimf = 200
54 % MetaPost only.  Turn off callmakempx, i.e., makempx,
55 % since we can only test tex and dvitomp, and we'll test those in other
56 % places anyway.  (mpto fails because of the unending string constant
57 % check in trap.mp.)
58 MPXCOMMAND = 0
60 % Avoid running any MakeTeX* program.
61 MAKETEXTFM = 0
62 MAKETEXTEX = 0
63 MAKETEXMF = 0
65 % Avoid reading any texfonts.map:
66 TEXFONTMAPS = triptrap
68 % Search paths. 
69 % trip.tex:
70 TEXINPUTS = .
71 % trap.mf:
72 MFINPUTS = .
73 % trap.mp, mtrap.mp:
74 MPINPUTS = .
75 % trip.tfm, trap.tfm, trapf.tfm:
76 TFMFONTS = .
77 % trip.fmt:
78 TEXFORMATS = .
79 % trap.base:
80 MFBASES = .
81 % trap.mem:
82 MPMEMS = .
83 % tex.pool:
84 TEXPOOL = .
85 % mf.pool:
86 MFPOOL = .
87 % mp.pool:
88 MPPOOL = .
90 % GFtype only.
91 line_length.gftype = 79
92 max_rows.gftype = 79
93 max_cols.gftype = 79