fix 'may be clobbered by longjmp' warning
[mplib] / src / texk / kpathsea / texmf.cnf
1 % original texmf.cnf -- runtime path configuration file for kpathsea.
2 % Public domain.
3 %
4 % What follows is a super-summary of what this .cnf file can
5 % contain. Please read the Kpathsea manual for more information.
6 %
7 % Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
8 % The `=' (and surrounding spaces) is optional.
9 % $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
10 %
11 % Earlier entries (in the same or another file) override later ones, and
12 % an environment variable foo overrides any texmf.cnf definition of foo.
13 %
14 % All definitions are read before anything is expanded, so you can use
15 % variables before they are defined.
16 %
17 % If a variable assignment is qualified with `.PROGRAM', it is ignored
18 % unless the current executable (last filename component of argv[0]) is
19 % named PROGRAM.  This foo.PROGRAM construct is not recognized on the
20 % right-hand side. For environment variables, use FOO_PROGRAM.
21 %
22 % Which file formats use which paths for searches is described in the
23 % various programs' and the kpathsea documentation.
24 %
25 % // means to search subdirectories (recursively).
26 % A leading !! means to look only in the ls-R db, never on the disk.
27 % In this file, either ; or : can be used to separate path components.
28 % A leading/trailing/doubled path separator in the paths will be
29 %   expanded into the compile-time default. Probably not what you want.
30 %
31 % You can use brace notation, for example: /usr/local/{mytex,othertex}
32 % expands to /usr/local/mytex:/usr/local/othertex.  Instead of the comma
33 % you can use the path separator: /usr/local/{mytex:othertex} also expands
34 % to /usr/local/mytex:/usr/local/othertex.
35
36\f Part 1: Search paths and directories.
37
38 % You can set an environment variable to override TEXMF if you're testing
39 % a new TeX tree, without changing anything else.
40 %
41 % You may wish to use one of the $SELFAUTO... variables here so TeX will
42 % find where to look dynamically.  See the manual and the definition
43 % below of TEXMFCNF.
44
45 % The tree containing the runtime files closely related to the specific
46 % program version used:
47 TEXMFMAIN = $SELFAUTOPARENT/texmf
48
49 % The main distribution tree:
50 TEXMFDIST = $SELFAUTOPARENT/texmf-dist
51
52 % Our documentation-only tree, arranged by language:
53 TEXMFDOC = $SELFAUTOPARENT/texmf-doc
54
55 % A place for local additions to a "standard" texmf tree.
56 % This tree is not used for local configuration maintained by
57 % texconfig, it uses TEXMFCONFIG below.
58 TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local
59
60 % TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
61 % With teTeX-3.0 or later, this must be set.
62 % For sharing this tree with $TEXMFMAIN:
63 %   TEXMFSYSVAR = $TEXMFMAIN
64 % For using a separate tree:
65 %   TEXMFSYSVAR = $SELFAUTOPARENT/texmf-var
66 TEXMFSYSVAR = $SELFAUTOPARENT/texmf-var
67
68 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
69 % With teTeX-3.0 or later, this must be set.
70 % For sharing this tree with $TEXMFMAIN:
71 %   TEXMFSYSCONFIG = $TEXMFMAIN
72 % For using a separate tree:
73 %   TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config
74 TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config
75
76 % User texmf trees are allowed as follows.
77 % This used to be HOMETEXMF.
78 TEXMFHOME = ~/texmf
79
80 % TEXMFVAR, where texconfig stores variable runtime data.
81 % With teTeX-3.0 or later, this must be set.
82 % For sharing this tree with $TEXMFMAIN:
83 %   TEXMFVAR = $TEXMFMAIN
84 % For using a separate tree:
85 %   TEXMFVAR = ~/.texmf-var  # teTeX 3.0 default
86 TEXMFVAR = ~/.texlive2008/texmf-var
87
88 % TEXMFCONFIG, where texconfig stores configuration data.
89 % With teTeX-3.0 or later, this must be set.
90 % For sharing this tree with $TEXMFMAIN:
91 %   TEXMFCONFIG = $TEXMFMAIN
92 % For using a separate tree:
93 %   TEXMFCONFIG = ~/.texmf-config  # teTeX 3.0 default
94 % For using a separate tree:
95 %   TEXMFCONFIG = $SELFAUTOPARENT/texmf-config
96 TEXMFCONFIG = ~/.texlive2008/texmf-config
97
98 % Now, list all the texmf trees. If you have multiple trees you can
99 % use shell brace notation, like this:
100 %   TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN}
101 % The braces are necessary.
102 %
103 % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
104 % explicitly and before all other trees.
105 TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
106
107 % The system trees.  These are the trees that are shared by all the users.
108 % If a tree appears in this list, the mktex* scripts will use
109 % VARTEXFONTS for generated files, if the original tree isn't writable;
110 % otherwise the current working directory is used.
111 SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST
112
113 % Where generated fonts may be written.  This tree is used when the sources
114 % were found in a system tree and either that tree wasn't writable, or the
115 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
116 VARTEXFONTS = $TEXMFVAR/fonts
117
118 % Where to look for ls-R files.  There need not be an ls-R in the
119 % directories in this path, but if there is one, Kpathsea will use it.
120 % By default, this is only the !! elements of TEXMF, plus texmf-doc, so
121 % that mktexlsr does not create ls-R files in the non-!! elements --
122 % because if an ls-R is present, it will be used, and the disk will not
123 % be searched.  This is arguably a bug in kpathsea, but we will not
124 % think about it now.
125 %
126 TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST,!!$TEXMFDOC}
127
128 % On some systems, there will be a system tree which contains all the font
129 % files that may be created as well as the formats.  For example
130 %   TEXMFVAR = /var/lib/texmf
131 % is used on many Linux systems.  In this case, set VARTEXFONTS like this
132 % VARTEXFONTS = $TEXMFVAR/fonts
133 % and do not mention it in TEXMFDBS (but _do_ mention TEXMFVAR).
134 %
135 % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
136 % one of the TEXMF directories (avoids overlapping ls-R files).
137
138
139 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
140 % Usually you will not need to edit any of the other variables in part 1. %
141 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
142
143 % WEB2C is for Web2C specific files.  The current directory may not be
144 % a good place to look for them.
145 WEB2C = $TEXMF/web2c
146
147 % TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
148 % or \openin, including .sty, .eps, etc.
149
150 % Plain TeX.  Have the command tex check all directories as a last
151 % resort, we may have plain-compatible stuff anywhere.
152 TEXINPUTS.tex           = .;$TEXMF/tex/{plain,generic,}//
153
154 % Other plain-based formats.
155 TEXINPUTS.amstex        = .;$TEXMF/tex/{amstex,plain,generic,}//
156 TEXINPUTS.csplain       = .;$TEXMF/tex/{csplain,plain,generic,}//
157 TEXINPUTS.eplain        = .;$TEXMF/tex/{eplain,plain,generic,}//
158 TEXINPUTS.ftex          = .;$TEXMF/tex/{formate,plain,generic,}//
159 TEXINPUTS.jadetex       = .;$TEXMF/tex/{jadetex,plain,generic,}//
160 TEXINPUTS.mex           = .;$TEXMF/tex/{mex,plain,generic,}//
161 TEXINPUTS.texinfo       = .;$TEXMF/tex/{texinfo,plain,generic,}//
162 TEXINPUTS.xetex         = .;$TEXMF/tex/{xetex,plain,generic,}//
163
164 % LaTeX 2e specific macros are stored in latex/, macros that can only be
165 % used with 2.09 in latex209/.  In addition, we look in the directory
166 % latex209, useful for macros that were written for 2.09 and do not
167 % mention 2e at all, but can be used with 2e.
168 TEXINPUTS.cslatex       = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
169 TEXINPUTS.latex         = .;$TEXMF/tex/{latex,generic,}//
170 TEXINPUTS.olatex        = .;$TEXMF/tex/{latex,generic,}//
171 TEXINPUTS.latex209      = .;$TEXMF/tex/{latex209,generic,latex,}//
172 TEXINPUTS.xelatex       = .;$TEXMF/tex/{xelatex,latex,generic,}//
173
174 % Fontinst needs to read afm files.
175 TEXINPUTS.fontinst      = .;$TEXMF/{tex,fonts/afm}//
176
177 % MLTeX.
178 TEXINPUTS.frlatex       = .;$TEXMF/tex/{french,latex,generic,}//
179 TEXINPUTS.frtex         = .;$TEXMF/tex/{french,plain,generic,}//
180 TEXINPUTS.mllatex       = .;$TEXMF/tex/{latex,generic,}//
181 TEXINPUTS.mltex         = .;$TEXMF/tex/{plain,generic,}//
182
183 % e-TeX.  This form of the input paths is borrowed from teTeX.  A certain
184 % variant of TDS is assumed here, unaffected by the build variables.
185 TEXINPUTS.elatex        = .;$TEXMF/tex/{latex,generic,}//
186 TEXINPUTS.etex          = .;$TEXMF/tex/{plain,generic,}//
187
188 % pdfTeX.  This form of the input paths is borrowed from teTeX.  A certain
189 % variant of TDS is assumed here, unaffected by the build variables.
190 TEXINPUTS.pdfcslatex    = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
191 TEXINPUTS.pdfcsplain    = .;$TEXMF/tex/{csplain,plain,generic,}//
192 TEXINPUTS.pdfjadetex    = .;$TEXMF/tex/{jadetex,plain,generic,}//
193 TEXINPUTS.pdflatex      = .;$TEXMF/tex/{latex,generic,}//
194 TEXINPUTS.pdfmex        = .;$TEXMF/tex/{mex,plain,generic,}//
195 TEXINPUTS.utf8mex       = .;$TEXMF/tex/{mex,plain,generic,}//
196 TEXINPUTS.pdftex        = .;$TEXMF/tex/{plain,generic,}//
197 TEXINPUTS.pdftexinfo    = .;$TEXMF/tex/{texinfo,plain,generic,}//
198 TEXINPUTS.pdfamstex     = .;$TEXMF/tex/{amstex,plain,generic,}//
199
200 % pdfeTeX.
201 TEXINPUTS.pdfelatex     = .;$TEXMF/tex/{latex,generic,}//
202 TEXINPUTS.pdfetex       = .;$TEXMF/tex/{plain,generic,}//
203
204 % pdfxTeX.
205 TEXINPUTS.pdfxlatex     = .;$TEXMF/tex/{latex,generic,}//
206 TEXINPUTS.pdfxtex       = .;$TEXMF/tex/{plain,generic,}//
207
208 % XeTeX
209 TEXINPUTS.xelatex       = .;$TEXMF/tex/{xelatex,latex,generic,}//
210 TEXINPUTS.xeplain       = .;$TEXMF/tex/{xeplain,eplain,plain,generic,}//
211 TEXINPUTS.xetex         = .;$TEXMF/tex/{xetex,plain,generic,}//
212
213 % Omega / Aleph
214 TEXINPUTS.lamed         = .;$TEXMF/tex/{lamed,lambda,latex,generic,}//
215 TEXINPUTS.lambda        = .;$TEXMF/tex/{lambda,latex,generic,}//
216 TEXINPUTS.omega         = .;$TEXMF/tex/{plain,generic,}//
217 TEXINPUTS.aleph         = .;$TEXMF/tex/{plain,generic,}//
218
219 % ConTeXt
220 TEXINPUTS.context       = .;$TEXMF/tex/{context,plain,generic,}//
221
222 % odd formats needing their own paths
223 TEXINPUTS.lamstex       = .;$TEXMF/tex/{lamstex,plain,generic,}//
224 TEXINPUTS.lollipop      = .;$TEXMF/tex/{lollipop,plain,generic,}//
225
226 % Earlier entries override later ones, so put this last.
227 TEXINPUTS               = .;$TEXMF/tex/{$progname,generic,}//
228
229 % extra format definitions for TeX Live
230
231 TEXINPUTS.elambda       = .;$TEXMF/tex/{lambda,latex,generic,}//
232 TEXINPUTS.eomega        = .;$TEXMF/tex/{plain,generic,}//
233 TEXINPUTS.pdfxmex       = .;$TEXMF/tex/{mex,plain,generic,}//
234 TEXINPUTS.frpdflatex    = .;$TEXMF/tex/{french,latex,generic,}//
235 TEXINPUTS.frpdftex      = .;$TEXMF/tex/{french,plain,generic,}//
236 TEXINPUTS.xmltex        = .;$TEXMF/tex/{xmltex,latex,generic,}//
237 TEXINPUTS.pdfxmltex     = .;$TEXMF/tex/{xmltex,latex,generic,}//
238
239 TTF2TFMINPUTS =                 .;$TEXMF/ttf2pk//
240
241 % Metafont, MetaPost inputs.
242 MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source//
243 MPINPUTS = .;$TEXMF/metapost//
244
245 % allow for compressed files, and various extensions.
246 TEXDOCSSUFFIX   = ;.pdf;.ps;.dvi;.html;.txt;.tex
247 TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z
248 TEXDOCEXT       = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
249
250 % Dump files (fmt/base/mem) for vir{tex,mf,mp} to read (see
251 % web2c/INSTALL), and string pools (.pool) for ini{tex,mf,mp}.  It is
252 % painful that we have six paths and directories here (they all resolve
253 % to a single place by default), but historically ...
254 TEXFORMATS = .;$TEXMF/web2c{/$engine,}
255 MFBASES = .;$TEXMF/web2c{/$engine,}
256 MPMEMS = .;$TEXMF/web2c{/$engine,}
257 TEXPOOL = .;$TEXMF/web2c
258 MFPOOL = .;$TEXMF/web2c
259 MPPOOL = .;$TEXMF/web2c
260
261 % support the original xdvi.  Must come before the generic settings.
262 PKFONTS.XDvi   = .;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
263 VFFONTS.XDvi   = .;$TEXMF/%s
264 PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}//
265 TEXPICTS.XDvi  = .;$TEXMF/%q{dvips,tex}//
266
267 % Device-independent font metric files.
268 VFFONTS = .;$TEXMF/fonts/vf//
269 TFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/tfm//
270
271 % The $MAKETEX_MODE below means the drivers will not use a cx font when
272 % the mode is ricoh.  If no mode is explicitly specified, kpse_prog_init
273 % sets MAKETEX_MODE to /, so all subdirectories are searched.  See the manual.
274 % The modeless part guarantees that bitmaps for PostScript fonts are found.
275 PKFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/pk/{$MAKETEX_MODE,modeless}//
276
277 % Similarly for the GF format, which only remains in existence because
278 % Metafont outputs it (and MF isn't going to change).
279 GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MODE//
280
281 % A backup for PKFONTS and GFFONTS. Not used for anything.
282 GLYPHFONTS = .;$TEXMF/fonts
283
284 % A place to puth everything that doesn't fit the other font categories.
285 MISCFONTS = .;$TEXMF/fonts/misc//
286
287 % font name map files.  This isn't just fonts/map// because ConTeXt
288 % wants support for having files with the same name in the different
289 % subdirs.  Maybe if the programs ever get unified to accepting the same
290 % map file syntax the definition can be simplified again.
291 TEXFONTMAPS = .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//
292
293 % BibTeX bibliographies and style files.
294 BIBINPUTS = .;$TEXMF/bibtex/bib//
295 BSTINPUTS = .;$TEXMF/bibtex/{bst,csf}//
296 % For bibtex8. Do we really need to repeat the BIBINPUTS setting?
297 BIBINPUTS.bibtex8 =             .;$TEXMF/bibtex/{bib,}//
298 BSTINPUTS.bibtex8 =             .;$TEXMF/bibtex/{bst,csf,}//
299
300 % MFT style files.
301 MFTINPUTS = .;$TEXMF/mft//
302
303 % PostScript headers and prologues (.pro); unfortunately, some programs
304 % also use this for acessing font files (enc, type1, truetype)
305 TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}//
306 TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}//
307
308 % OSFONTDIR is to provide a convenient hook for allowing TeX to find
309 % fonts installed on the system (outside of TeX).  An empty default
310 % value would add "//" to the search paths, so we give it a dummy value.
311 OSFONTDIR = /please/set/osfontdir/in/the/environment
312
313 % PostScript Type 1 outline fonts.
314 T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR//
315
316 % PostScript AFM metric files.
317 AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR//
318
319 % TrueType outline fonts.
320 TTFONTS = .;$TEXMF/fonts/truetype//;$OSFONTDIR//
321
322 % Opentype outline fonts.
323 OPENTYPEFONTS = .;$TEXMF/fonts/opentype//;$OSFONTDIR//
324
325 % Type 42 outline fonts.
326 T42FONTS = .;$TEXMF/fonts/type42//
327
328 % Ligature definition files.
329 LIGFONTS =  .;$TEXMF/fonts/lig//
330
331 % Dvips' config.* files (this name should not start with `TEX'!).
332 TEXCONFIG = $TEXMF/dvips//
333
334 % Makeindex style (.ist) files.
335 INDEXSTYLE = .;$TEXMF/makeindex//
336
337 % Font encoding files (.enc).
338 ENCFONTS = .;$TEXMF/fonts/enc//
339
340 % CMap files.
341 CMAPFONTS = .;$TEXMF/fonts/cmap//
342
343 % Subfont definition files.
344 SFDFONTS = .;$TEXMF/fonts/sfd//
345
346 % OpenType outline fonts.
347 OPENTYPEFONTS = .;$TEXMF/fonts/opentype//
348
349 % pdftex config files:
350 PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}//
351
352 % Used by DMP (ditroff-to-mpx), called by makempx -troff.
353 TRFONTS = /usr{/local,}/share/groff/{current/font,site-font}/devps
354 MPSUPPORT = .;$TEXMF/metapost/support
355
356 % For xdvi to find mime.types and .mailcap, if they do not exist in
357 % ~.  These are single directories, not paths.
358 % (But the default mime.types, at least, may well suffice.)
359 MIMELIBDIR = $SELFAUTOPARENT/etc
360 MAILCAPLIBDIR = $SELFAUTOPARENT/etc
361
362 % Default settings for fontconfig library, used by Win32 versions of
363 % xetex/xdvipdfmx (note that fontconfig on Linux/Unix-like systems
364 % will ignore settings in this file)
365 FONTCONFIG_FILE=fonts.conf
366 FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf
367 FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache
368
369 % TeX documentation and source files, for use with kpsewhich.
370 % TeX Live has a separate hierarchy with just documentation, texmf-doc,
371 % in addition to the doc files in the other hierarchies.
372 % Also, find the English documentation first -- better than random, when
373 % there are name collisions.
374 TEXMFDOCDIR = $TEXMFDOC/doc{/english,}
375 TEXDOCS = .;$TEXMF/doc//;$TEXMFDOCDIR//
376 TEXSOURCES = .;$TEXMF/source//
377
378 % Web and CWeb input paths.
379 WEBINPUTS = .;$TEXMF/web//
380 CWEBINPUTS = .;$TEXMF/cweb//
381
382 % Omega-related fonts and other files.
383 OFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//
384 OPLFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/opl//
385 OVFFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ovf,vf}//
386 OVPFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/ovp//
387 OTPINPUTS = .;$TEXMF/omega/otp//
388 OCPINPUTS = .;$TEXMF/omega/ocp//
389
390 % Some additional input variables for several programs.  If you add
391 % a program that uses the `other text files' or `other binary files'
392 % search formats, you'll want to add their variables here as well.
393 T4HTINPUTS   = .;$TEXMF/tex4ht//
394
395 %% t4ht utility, sharing files with TeX4ht
396 TEX4HTFONTSET=alias,iso8859,unicode
397 TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}//
398
399 % Find scripts that are distributed/installed in the texmf tree.
400
401 % Lua needs to look in TEXINPUTS for lua scripts distributed with packages.
402 LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS
403
404 % Architecture independent executables.
405 TEXMFSCRIPTS = $TEXMF/scripts/{$engine,$progname,}//
406
407 % Other languages.
408 JAVAINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/java//
409 PERLINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/perl//
410 PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python//
411 RUBYINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/ruby//
412
413
414 %% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment.
415 % KPSE_DOT = .
416
417 % This definition isn't used from this .cnf file itself (that would be
418 % paradoxical), but the compile-time default in paths.h is built from it.
419 % The SELFAUTO* variables are set automatically from the location of
420 % argv[0], in kpse_set_progname.
421 %
422 % For security reasons, it is better not to include . in this path.
423 %
424 TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
425
426 # kpathsea 3.5.3 and later sets these at runtime. To avoid empty
427 # expansions from binaries linked against an earlier version of the
428 # library, we set $progname and $engine to something non-empty:
429 progname = unsetprogname
430 engine = unsetengine
431
432
433\f Part 2: Options.
434
435 % If this is true, `tex a.b' will look first for a.b.tex (within each
436 % path element), and then for a.b, i.e., we try standard extensions
437 % first.  If this is false, we first look for a.b and then a.b.tex,
438 % first.  If this is false, we first look for a.b and then a.b.tex,
439 % i.e., we try the name as-is first.
440 %
441 % Both names are always tried; the difference is the order in which they
442 % are tried.  The setting applies to all searches, not just .tex.
443 %
444 % This setting only affects names being looked up which *already* have
445 % an extension.  A name without an extension (e.g., `tex story') will
446 % always have an extension added first.
447 %
448 % The default is true, because we already avoid adding the standard
449 % extension(s) in most common cases.  E.g., babel.sty will only look for
450 % babel.sty, not babel.sty.tex, regardless of this setting.
451 try_std_extension_first = t
452
453 % Enable system commands via \write18{...}?  Obviously insecure, despite
454 % being so useful.
455 shell_escape = f
456
457 % Allow TeX \openin, \openout, or \input on filenames starting with `.'
458 % (e.g., .rhosts) or outside the current tree (e.g., /etc/passwd)?
459 % a (any)        : any file can be opened.
460 % r (restricted) : disallow opening "dotfiles".
461 % p (paranoid)   : as `r' and disallow going to parent directories, and
462 %                  restrict absolute paths to be under $TEXMFOUTPUT.
463 openout_any = p
464 openin_any = a
465
466 % Write .log/.dvi/etc. files here, if the current directory is unwritable.
467 % TEXMFOUTPUT = /tmp
468
469 % If a dynamic file creation fails, log the command to this file, in
470 % either the current directory or TEXMFOUTPUT.  Set to the
471 % empty string or  0  to avoid logging.
472 MISSFONT_LOG = missfont.log
473
474 % Set to a colon-separated list of words specifying warnings to suppress.
475 % To suppress everything, use TEX_HUSH = all; this is currently equivalent to
476 % TEX_HUSH = checksum:lostchar:readable:special
477 % To suppress nothing, use TEX_HUSH = none or do not set the variable at all.
478 TEX_HUSH = none
479
480 % Allow TeX, MF, and MP to parse the first line of an input file for
481 % the %&format construct.
482 parse_first_line = t
483
484 % But don't parse the first line if invoked as "tex", since we want that
485 % to remain Knuth-compatible.  The src_specials and
486 % file_line_error_style settings, as well as the options -enctex,
487 % -mltex, -8bit, etc., also affect this, but they are all off by default.
488 parse_first_line.tex = f
489
490 % Control file:line:error style messages.
491 file_line_error_style = f
492
493 % Enable the mktex... scripts by default?  These must be set to 0 or 1.
494 % Particular programs can and do override these settings, for example
495 % dvips's -M option.  Your first chance to specify whether the scripts
496 % are invoked by default is at configure time.
497 %
498 % These values are ignored if the script names are changed; e.g., if you
499 % set DVIPSMAKEPK to `foo', what counts is the value of the environment
500 % variable/config value `FOO', not the `MKTEXPK' value.
501 %
502 % MKTEXTEX = 0
503 % MKTEXPK = 0
504 % MKTEXMF = 0
505 % MKTEXTFM = 0
506 % MKTEXFMT = 0
507 % MKOCP = 0
508 % MKOFM = 0
509
510 % What MetaPost runs to make MPX files.  This is passed an option -troff
511 % if MP is in troff mode.  Set to `0' to disable this feature.
512 MPXCOMMAND = makempx
513
514 % Used by makempx to run TeX.  We use "etex" because MetaPost is
515 % expecting DVI, and not "tex" because we want first line parsing.
516 TEX = etex
517
518
519\f Part 3: Array and other sizes for TeX (and Metafont and MetaPost).
520 %
521 % If you want to change some of these sizes only for a certain TeX
522 % variant, the usual dot notation works, e.g.,
523 % main_memory.hugetex = 20000000
524 %
525 % If a change here appears to be ignored, try redumping the format file.
526
527 % Memory. Must be less than 8,000,000 total.
528 %
529 % main_memory is relevant only to initex, extra_mem_* only to non-ini.
530 % Thus, have to redump the .fmt file after changing main_memory; to add
531 % to existing fmt files, increase extra_mem_*.  (To get an idea of how
532 % much, try \tracingstats=2 in your TeX source file;
533 % web2c/tests/memtest.tex might also be interesting.)
534 %
535 % To increase space for boxes (as might be needed by, e.g., PiCTeX),
536 % increase extra_mem_bot.
537 %
538 % For some xy-pic samples, you may need as much as 700000 words of memory.
539 % For the vast majority of documents, 60000 or less will do.
540 %
541 main_memory = 3000000 % words of inimemory available; also applies to inimf&mp
542 extra_mem_top = 0     % extra high memory for chars, tokens, etc.
543 extra_mem_bot = 0     % extra low memory for boxes, glue, breakpoints, etc.
544
545 % ConTeXt needs lots of memory.
546 extra_mem_top.context = 2000000
547 extra_mem_bot.context = 4000000
548
549 % Words of font info for TeX (total size of all TFM files, approximately).
550 % Must be >= 20000 and <= 4000000 (without tex.ch changes).
551 font_mem_size = 3000000
552
553 % Total number of fonts. Must be >= 50 and <= 5000 (without tex.ch changes).
554 font_max = 5000
555
556 % Extra space for the hash table of control sequences (which allows 10K
557 % names as distributed).
558 hash_extra = 50000
559
560 % Max number of characters in all strings, including all error messages,
561 % help texts, font names, control sequences.  These values apply to TeX and MP.
562 pool_size = 1250000
563 % Minimum pool space after TeX/MP's own strings; must be at least
564 % 25000 less than pool_size, but doesn't need to be nearly that large.
565 string_vacancies = 90000
566 % Maximum number of strings.
567 max_strings = 100000
568 % min pool space left after loading .fmt
569 pool_free = 47500
570
571 % Buffer size.  TeX uses the buffer to contain input lines, but macro
572 % expansion works by writing material into the buffer and reparsing the
573 % line.  As a consequence, certain constructs require the buffer to be
574 % very large, even though most documents can be handled with a small value.
575 buf_size = 200000
576
577 % Hyphenation trie.  The maximum possible is 4194303 (ssup_trie_size in
578 % the sources), but we don't need that much.  The value here suffices
579 % for all known free hyphenation patterns to be loaded simultaneously
580 % (as TeX Live does).
581 %
582 trie_size = 450000
583
584 hyph_size = 8191        % prime number of hyphenation exceptions, >610, <32767.
585                         % http://primes.utm.edu/curios/page.php/8191.html
586 nest_size = 500         % simultaneous semantic levels (e.g., groups)
587 max_in_open = 15        % simultaneous input files and error insertions
588 param_size = 10000      % simultaneous macro parameters
589 save_size = 50000       % for saving values outside current group
590 stack_size = 5000       % simultaneous input sources
591
592 % These are Omega-specific.
593 ocp_buf_size = 500000   % character buffers for ocp filters.
594 ocp_stack_size = 10000  % stacks for ocp computations.
595 ocp_list_size = 1000    % control for multiple ocps.
596
597 % Parameter specific to MetaPost.
598 % Maximum number of knots between breakpoints of a path.
599 % Set to 2000 by default.
600 % path_size.mpost = 10000
601
602 % These work best if they are the same as the I/O buffer size, but it
603 % doesn't matter much.  Must be a multiple of 8.
604 dvi_buf_size = 16384 % TeX
605 gf_buf_size = 16384  % MF
606
607 % It's probably inadvisable to change these. At any rate, we must have:
608 % 45 < error_line      < 255;
609 % 30 < half_error_line < error_line - 15;
610 % 60 <= max_print_line;
611 % These apply to TeX, Metafont, and MetaPost.
612 error_line = 79
613 half_error_line = 50
614 max_print_line = 79