archrelease: copy trunk to extra-x86_64
[arch-packages.git] / texlive-core / repos / extra-any / texmf.cnf
blob446239549244e0334e1cdb3eaac2d0a00a6ff2f2
1 % texmf.cnf for TeXLive/Arch Linux -- runtime path configuration file for kpathsea.
2 % Public domain.
3
4 % If you modify this original file, YOUR CHANGES WILL BE LOST when it is
5 % updated.  Instead, put your changes -- and only your changes, not an
6 % entire copy! -- in ../../texmf.cnf.  That is, if this file is
7 % installed in /some/path/to/texlive/2021/texmf-dist/web2c/texmf.cnf,
8 % put your custom settings in /some/path/to/texlive/2021/texmf.cnf.
9 % (Below, we use YYYY in place of the specific year.)
10
11 % What follows is a super-summary of what this .cnf file can
12 % contain. Please read the Kpathsea manual for more information.
14 % Each statement in this file boils down to:
15 %   <variable>[.<program>] [=] <value>
17 % Neither the <variable> nor the <value> may be empty.
18 % Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
19 % The `=' (and surrounding spaces) is optional.
20 % $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
21 % Lines can be continued with a \; no whitespace removal is done.
23 % Earlier entries (in the same or another file) override later ones, and
24 % an environment variable foo overrides any texmf.cnf definition of foo.
26 % All definitions are read before anything is expanded, so you can use
27 % variables before they are defined.
29 % If a variable assignment is qualified with `.PROGRAM', it is ignored
30 % unless the current executable (last filename component of argv[0]) is
31 % named PROGRAM.  This foo.PROGRAM construct is not recognized on the
32 % right-hand side. For environment variables, use FOO_PROGRAM.
34 % Which file formats use which paths for searches is described in the
35 % various programs' and the Kpathsea documentation (http://tug.org/kpathsea).
37 % // means to search subdirectories (recursively).
38 % A leading !! means to look only in the ls-R db, never on the disk.
39 % In this file, either ; or : can be used to separate path components.
40 % A leading/trailing/doubled path separator in the paths will be
41 %   expanded into the compile-time default. Probably not what you want.
43 % Brace notation is supported, for example: /usr/local/{mytex,othertex}
44 % expands to /usr/local/mytex:/usr/local/othertex.
47 \f Part 1: Search paths and directories.
49 % This is the parent directory of our several trees, i.e.,
50 % /usr/local/texlive/YYYY in the original TeX Live distribution.
52 % The path definitions here assume the directories are organized
53 % according to the TeX Directory Structure (http://tug.org/tds).
55 % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
56 % Kpathsea sets (in kpathsea/progname.c):
57 % SELFAUTOLOC (directory of the binary=/usr/local/texlive/YYYY/bin/i386-linux),
58 % SELFAUTODIR (its parent = /usr/local/texlive/YYYY/bin), 
59 % SELFAUTOPARENT (its grandparent = /usr/local/texlive/YYYY), and
60 % SELFAUTOGRANDPARENT (its great-grandparent = /usr/local/texlive).
61 % Sorry for the off-by-one-generation names.
62 TEXMFROOT = $SELFAUTODIR/share
64 % The main tree of distributed packages and programs:
65 TEXMFDIST = $TEXMFROOT/texmf-dist
67 % We used to have a separate /texmf tree with some core programs and files.
68 % Keep the variable name.
69 TEXMFMAIN = $TEXMFDIST
71 % Local additions to the distribution trees.
72 TEXMFLOCAL = /usr/local/share/texmf;/usr/share/texmf
74 % TEXMFSYSVAR, where *-sys store cached runtime data.
75 TEXMFSYSVAR = /var/lib/texmf
77 % TEXMFSYSCONFIG, where *-sys store configuration data.
78 TEXMFSYSCONFIG = /etc/texmf
80 % Per-user texmf tree(s) -- organized per the TDS, as usual.  To define
81 % more than one per-user tree, set this to a list of directories in
82 % braces, as described above.  (This used to be HOMETEXMF.)  ~ expands
83 % to %USERPROFILE% on Windows, $HOME otherwise.
84 TEXMFHOME = ~/texmf
86 % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
87 TEXMFVAR = ~/.texlive/texmf-var
89 % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
90 TEXMFCONFIG = ~/.texlive/texmf-config
92 % This is the value manipulated by tlmgr's auxtrees subcommand in the
93 % root texmf.cnf. Kpathsea warns about a literally empty string for a
94 % value, hence the empty braces.
95 TEXMFAUXTREES = {}
97 % List all the texmf trees. For an explanation of what they are, see the
98 % TeX Live manual.
100 % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
101 % explicitly and before other trees.
103 % TEXMFLOCAL precedes TEXMFDIST because locally-installed versions
104 % should take precedence over distribution files -- although it is
105 % generally a source of confusion to have different versions of a
106 % package installed, whatever the trees, so try to avoid it.
108 % The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree is
109 % ever defined (the 99% common case), no extra elements will be added to
110 % the search paths. tlmgr takes care to end any value with a trailing comma.
111 TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
113 % Where to look for, and where mktexlsr creates, ls-R files. By default,
114 % this is all and only the !! elements of TEXMF, so that mktexlsr does not
115 % create ls-R files in the non-!! elements -- because if an ls-R is
116 % present, it will be used, and the disk will not (usually) be searched,
117 % regardless of !!.  Although in principle a directory listed here need
118 % not contain an ls-R file, in practice they all should.
119 TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
121 % The system trees.  These are the trees that are shared by all users.
122 % If a tree appears in this list, the mktex* scripts will use
123 % VARTEXFONTS for generated files, if the original tree isn't writable;
124 % otherwise the current working directory is used.
125 SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
127 % First writable tree here is used by Lua(La)TeX for the font cache.
128 % LuaLaTeX uses the value here, while ConTeXt uses the same variable but
129 % from texmfcnf.lua; therefore the two values should be kept in sync.
130 % (As should everything else in texmf.cnf <-> texmfcnf.lua.)
131 TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR
133 % Where generated fonts may be written.  This tree is used when the sources
134 % were found in a system tree and either that tree wasn't writable, or the
135 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
136 VARTEXFONTS = $TEXMFVAR/fonts
138 % On some systems, there will be a system tree which contains all the font
139 % files that may be created as well as the formats.  For example
140 %   TEXMFVAR = /var/lib/texmf
141 % is used in many distros.  In this case, set VARTEXFONTS like this
142 %VARTEXFONTS = $TEXMFVAR/fonts
143 % and do not mention it in TEXMFDBS (but _do_ mention TEXMFVAR).
145 % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
146 % one of the TEXMF directories (avoids overlapping ls-R files).
149 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
150 % Usually you will not need to edit any of the following variables.
151 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
153 % WEB2C is for Web2C specific files.  The current directory may not be
154 % a good place to look for them.
155 WEB2C = $TEXMF/web2c
157 % This variable exists only to be redefined; it is used in nearly all
158 % search paths. If a document has source files not only in the current
159 % directory but also in subdirectories, it is convenient to set
160 % TEXMFDOTDIR=.// so that everything will be searched automatically.
161 % On the other hand, if you never want the current directory to be
162 % searched at all, setting TEXMFDOTDIR=/nonesuch should come close.
164 TEXMFDOTDIR = .
166 % TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
167 % or \openin, including .sty, .eps, etc.  We specify paths for all known
168 % formats, past or present.  Not all of them are built these days.
170 % Plain TeX.  Have the command tex check all directories as a last
171 % resort, we may have plain-compatible stuff anywhere.  Prefer
172 % latex/ to latex-dev/, implying that we have to add a latex, element to
173 % every TEXINPUTS tree that recursively searches $TEXMF/tex//, which is
174 % all of them except ConTeXt.
175 TEXINPUTS.tex           = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
177 % Fontinst needs to read afm files.
178 TEXINPUTS.fontinst      = $TEXMFDOTDIR;$TEXMF/{tex,fonts/afm}//
180 % Other plain-based formats.
181 TEXINPUTS.amstex        = $TEXMFDOTDIR;$TEXMF/tex/{amstex,plain,generic,latex,}//
182 TEXINPUTS.csplain       = $TEXMFDOTDIR;$TEXMF/tex/{csplain,plain,generic,latex,}//
183 TEXINPUTS.eplain        = $TEXMFDOTDIR;$TEXMF/tex/{eplain,plain,generic,latex,}//
184 TEXINPUTS.ftex          = $TEXMFDOTDIR;$TEXMF/tex/{formate,plain,generic,latex,}//
185 TEXINPUTS.mex           = $TEXMFDOTDIR;$TEXMF/tex/{mex,plain,generic,latex,}//
186 TEXINPUTS.texinfo       = $TEXMFDOTDIR;$TEXMF/tex/{texinfo,plain,generic,latex,}//
188 % LaTeX2e specific macros are stored in latex/, macros that can only be
189 % used with 2.09 in latex209/.  In addition, we look in the directory
190 % latex209, useful for macros that were written for 2.09 and do not
191 % mention 2e at all, but can be used with 2e.  The latex-dev/ subtree
192 % may contain release candidates for testing.
193 TEXINPUTS.cslatex       = $TEXMFDOTDIR;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
194 TEXINPUTS.latex         = $TEXMFDOTDIR;$TEXMF/tex/{latex,generic,}//
195 TEXINPUTS.latex-dev     = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,latex,generic,}//
196 TEXINPUTS.latex209      = $TEXMFDOTDIR;$TEXMF/tex/{latex209,generic,latex,}//
197 TEXINPUTS.olatex        = $TEXMFDOTDIR;$TEXMF/tex/{latex,generic,}//
199 % MLTeX.
200 TEXINPUTS.frlatex       = $TEXMFDOTDIR;$TEXMF/tex/{french,latex,generic,}//
201 TEXINPUTS.frtex         = $TEXMFDOTDIR;$TEXMF/tex/{french,plain,generic,latex,}//
202 TEXINPUTS.mllatex       = $TEXMFDOTDIR;$TEXMF/tex/{latex,generic,}//
203 TEXINPUTS.mltex         = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
205 % e-TeX.
206 TEXINPUTS.elatex        = $TEXMFDOTDIR;$TEXMF/tex/{latex,generic,}//
207 TEXINPUTS.etex          = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
209 % pdfTeX.
210 TEXINPUTS.pdfcslatex    = $TEXMFDOTDIR;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
211 TEXINPUTS.pdfcsplain    = $TEXMFDOTDIR;$TEXMF/tex/{csplain,plain,generic,latex,}//
212 TEXINPUTS.pdflatex      = $TEXMFDOTDIR;$TEXMF/tex/{latex,generic,}//
213 TEXINPUTS.pdflatex-dev  = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,latex,generic,}//
214 TEXINPUTS.pdfmex        = $TEXMFDOTDIR;$TEXMF/tex/{mex,plain,generic,latex,}//
215 TEXINPUTS.utf8mex       = $TEXMFDOTDIR;$TEXMF/tex/{mex,plain,generic,latex,}//
216 TEXINPUTS.pdftex        = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
217 TEXINPUTS.pdftexinfo    = $TEXMFDOTDIR;$TEXMF/tex/{texinfo,plain,generic,latex,}//
218 TEXINPUTS.pdfamstex     = $TEXMFDOTDIR;$TEXMF/tex/{amstex,plain,generic,latex,}//
220 % pdfeTeX.
221 TEXINPUTS.pdfelatex     = $TEXMFDOTDIR;$TEXMF/tex/{latex,generic,}//
222 TEXINPUTS.pdfetex       = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
224 % LuaTeX.
225 TEXINPUTS.luatex          = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,latex,}//
226 TEXINPUTS.luajittex       = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,latex,}//
227 TEXINPUTS.luahbtex        = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,latex,}//
228 TEXINPUTS.luajithbtex     = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,latex,}//
229 TEXINPUTS.dviluatex       = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,latex,}//
230 TEXINPUTS.lualatex        = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
231 TEXINPUTS.lualatex-dev    = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,lualatex,latex,luatex,generic,}//
232 TEXINPUTS.luajitlatex     = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
233 TEXINPUTS.luahblatex      = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
234 TEXINPUTS.luahblatex-dev  = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,lualatex,latex,luatex,generic,}//
235 TEXINPUTS.luajithblatex   = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
236 TEXINPUTS.dvilualatex     = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
237 TEXINPUTS.dvilualatex-dev = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,lualatex,latex,luatex,generic,}//
239 % HarfTeX.
240 TEXINPUTS.harftex       = $TEXMFDOTDIR;$TEXMF/tex/{harftex,luatex,plain,generic,latex,}//
241 TEXINPUTS.harflatex     = $TEXMFDOTDIR;$TEXMF/tex/{harflatex,harftex,lualatex,latex,luatex,generic,}//
242 TEXINPUTS.harflatex-dev = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,harflatex,harftex,lualatex,latex,luatex,generic,}//
244 % XeTeX.
245 TEXINPUTS.xelatex       = $TEXMFDOTDIR;$TEXMF/tex/{xelatex,latex,xetex,generic,}//
246 TEXINPUTS.xelatex-dev   = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,xelatex,latex,xetex,generic,}//
247 TEXINPUTS.xeplain       = $TEXMFDOTDIR;$TEXMF/tex/{xeplain,eplain,plain,xetex,generic,latex,}//
248 TEXINPUTS.xetex         = $TEXMFDOTDIR;$TEXMF/tex/{xetex,plain,generic,latex,}//
250 % Omega / Aleph.
251 TEXINPUTS.aleph         = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
252 TEXINPUTS.elambda       = $TEXMFDOTDIR;$TEXMF/tex/{lambda,latex,generic,}//
253 TEXINPUTS.eomega        = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
254 TEXINPUTS.lambda        = $TEXMFDOTDIR;$TEXMF/tex/{lambda,latex,generic,}//
255 TEXINPUTS.lamed         = $TEXMFDOTDIR;$TEXMF/tex/{lambda,latex,generic,}//
256 TEXINPUTS.omega         = $TEXMFDOTDIR;$TEXMF/tex/{plain,generic,latex,}//
258 % p(La)TeX.
259 TEXINPUTS.ptex          = $TEXMFDOTDIR;$TEXMF/tex/{ptex,plain,generic,latex,}//
260 TEXINPUTS.platex        = $TEXMFDOTDIR;$TEXMF/tex/{platex,latex,generic,}//
261 TEXINPUTS.platex-dev    = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,platex,latex,generic,}//
263 % epTeX, and use that engine for pmpost.
264 TEXINPUTS.eptex         = $TEXMFDOTDIR;$TEXMF/tex/{ptex,plain,generic,latex,}//
265 TEX.pmpost = eptex
267 % p(La)TeX-ng
268 TEXINPUTS.ptex-ng   = $TEXMFDOTDIR;$TEXMF/tex/{uptex,ptex,plain,generic,latex,}//
269 TEXINPUTS.platex-ng = $TEXMFDOTDIR;$TEXMF/tex/{uplatex,platex,latex,generic,}//
271 % (e)up(La)TeX, and for upmpost
272 TEXINPUTS.uplatex     = $TEXMFDOTDIR;$TEXMF/tex/{uplatex,platex,latex,generic,}//
273 TEXINPUTS.uplatex-dev = $TEXMFDOTDIR;$TEXMF/tex/{latex-dev,uplatex,platex,latex,generic,}//
274 TEXINPUTS.uptex   = $TEXMFDOTDIR;$TEXMF/tex/{uptex,ptex,plain,generic,latex,}//
275 TEXINPUTS.euptex  = $TEXMFDOTDIR;$TEXMF/tex/{uptex,ptex,plain,generic,latex,}//
276 TEX.upmpost = euptex
278 % pBibTeX bibliographies and style files.
279 BIBINPUTS.pbibtex       = $TEXMFDOTDIR;$TEXMF/{pbibtex,bibtex}/bib//
280 BSTINPUTS.pbibtex       = $TEXMFDOTDIR;$TEXMF/{pbibtex,bibtex}/bst//
282 % upBibTeX bibliographies and style files.
283 BIBINPUTS.upbibtex      = $TEXMFDOTDIR;$TEXMF/{upbibtex,pbibtex,bibtex}/bib//
284 BSTINPUTS.upbibtex      = $TEXMFDOTDIR;$TEXMF/{upbibtex,pbibtex,bibtex}/bst//
286 % ConTeXt.
287 TEXINPUTS.context       = $TEXMFDOTDIR;$TEXMF/tex/{context,plain,generic,}//
289 % jadetex.
290 TEXINPUTS.jadetex       = $TEXMFDOTDIR;$TEXMF/tex/{jadetex,latex,generic,latex,}//
291 TEXINPUTS.pdfjadetex    = $TEXMFDOTDIR;$TEXMF/tex/{jadetex,latex,generic,latex,}//
293 % XMLTeX.
294 TEXINPUTS.xmltex        = $TEXMFDOTDIR;$TEXMF/tex/{xmltex,latex,generic,}//
295 TEXINPUTS.pdfxmltex     = $TEXMFDOTDIR;$TEXMF/tex/{xmltex,latex,generic,}//
297 % Miscellany, no longer built.
298 TEXINPUTS.lamstex       = $TEXMFDOTDIR;$TEXMF/tex/{lamstex,plain,generic,latex,}//
299 TEXINPUTS.lollipop      = $TEXMFDOTDIR;$TEXMF/tex/{lollipop,plain,generic,latex,}//
300 TEXINPUTS.frpdflatex    = $TEXMFDOTDIR;$TEXMF/tex/{french,latex,generic,}//
301 TEXINPUTS.frpdftex      = $TEXMFDOTDIR;$TEXMF/tex/{french,plain,generic,latex,}//
303 % Earlier entries override later ones, so put this generic one last.
304 TEXINPUTS               = $TEXMFDOTDIR;$TEXMF/tex/{$progname,generic,latex,}//
306 % ttf2tfm.
307 TTF2TFMINPUTS =                 $TEXMFDOTDIR;$TEXMF/ttf2pk//
309 % Metafont, MetaPost inputs.
310 MFINPUTS = $TEXMFDOTDIR;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source//
311 MPINPUTS = $TEXMFDOTDIR;$TEXMF/metapost//
313 % Dump files (fmt/base/mem) for vir{tex,mf,mp} to read.
314 % We want to find the engine-specific file, e.g., cont-en.fmt can
315 % exist under both pdftex/ and xetex/.  But just in case some formats
316 % end up without an engine directory, look directly in web2c/ too.
317 % We repeat the same definition three times because of the way fmtutil
318 % is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats
319 % will not be found.
320 TEXFORMATS = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}
321 MFBASES = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}
322 MPMEMS = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}
324 % As of 2008, pool files don't exist any more (the strings are compiled
325 % into the binaries), but just in case something expects to find these:
326 TEXPOOL = $TEXMFDOTDIR;$TEXMF/web2c
327 MFPOOL = ${TEXPOOL}
328 MPPOOL = ${TEXPOOL}
330 % support the original xdvi.  Must come before the generic settings.
331 PKFONTS.XDvi   = $TEXMFDOTDIR;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
332 VFFONTS.XDvi   = $TEXMFDOTDIR;$TEXMF/%s
333 PSHEADERS.XDvi = $TEXMFDOTDIR;$TEXMF/%q{dvips,fonts/type1}//
334 TEXPICTS.XDvi  = $TEXMFDOTDIR;$TEXMF/%q{dvips,tex}//
336 % Device-independent font metric files.
337 VFFONTS = $TEXMFDOTDIR;$TEXMF/fonts/vf//
338 TFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/tfm//
340 % The $MAKETEX_MODE below means the drivers will not use a cx font when
341 % the mode is ricoh.  If no mode is explicitly specified, kpse_prog_init
342 % sets MAKETEX_MODE to /, so all subdirectories are searched.  See the manual.
343 % The modeless part guarantees that bitmaps for PostScript fonts are found.
344 PKFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/pk/{$MAKETEX_MODE,modeless}//
346 % Similarly for the GF format, which only remains in existence because
347 % Metafont outputs it (and MF isn't going to change).
348 GFFONTS = $TEXMFDOTDIR;$TEXMF/fonts/gf/$MAKETEX_MODE//
350 % A backup for PKFONTS and GFFONTS. Not used for anything.
351 GLYPHFONTS = $TEXMFDOTDIR;$TEXMF/fonts
353 % A place to puth everything that doesn't fit the other font categories.
354 MISCFONTS = $TEXMFDOTDIR;$TEXMF/fonts/misc//
356 % font name map files.  This isn't just fonts/map// because ConTeXt
357 % wants support for having files with the same name in the different
358 % subdirs.  Maybe if the programs ever get unified to accepting the same
359 % map file syntax the definition can be simplified again.
360 TEXFONTMAPS = $TEXMFDOTDIR;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//
362 % BibTeX bibliographies and style files.  bibtex8 also uses these.
363 BIBINPUTS = $TEXMFDOTDIR;$TEXMF/bibtex/bib//
364 BSTINPUTS = $TEXMFDOTDIR;$TEXMF/bibtex/{bst,csf}//
366 % MlBibTeX.
367 MLBIBINPUTS = $TEXMFDOTDIR;$TEXMF/bibtex/bib/{mlbib,}//
368 MLBSTINPUTS = $TEXMFDOTDIR;$TEXMF/bibtex/{mlbst,bst}//
370 % .ris and .bltxml bibliography formats.
371 RISINPUTS = $TEXMFDOTDIR;$TEXMF/biber/ris//
372 BLTXMLINPUTS = $TEXMFDOTDIR;$TEXMF/biber/bltxml//
374 % MFT style files.
375 MFTINPUTS = $TEXMFDOTDIR;$TEXMF/mft//
377 % PostScript headers and prologues (.pro); unfortunately, some programs
378 % also use this for acessing font files (enc, type1, truetype)
379 TEXPSHEADERS = $TEXMFDOTDIR;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}//
380 TEXPSHEADERS.gsftopk = $TEXMFDOTDIR;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}//
382 % OSFONTDIR is to provide a convenient hook for allowing TeX to find
383 % fonts installed on the system (outside of TeX).  An empty default
384 % value would add "//" to the search paths, so we give it a dummy value.
385 % OSFONTDIR = /usr/share/fonts
387 % PostScript Type 1 outline fonts.
388 T1FONTS = $TEXMFDOTDIR;$TEXMF/fonts/type1//;$OSFONTDIR//
390 % PostScript AFM metric files.
391 AFMFONTS = $TEXMFDOTDIR;$TEXMF/fonts/afm//;$OSFONTDIR//
393 % TrueType outline fonts.
394 TTFONTS = $TEXMFDOTDIR;$TEXMF/fonts/{truetype,opentype}//;$OSFONTDIR//
396 % OpenType outline fonts.
397 OPENTYPEFONTS = $TEXMFDOTDIR;$TEXMF/fonts/{opentype,truetype}//;$OSFONTDIR//
399 % Type 42 outline fonts.
400 T42FONTS = $TEXMFDOTDIR;$TEXMF/fonts/type42//
402 % Ligature definition files.
403 LIGFONTS =  $TEXMFDOTDIR;$TEXMF/fonts/lig//
405 % Dvips' config.* files (this name should not start with `TEX'!).
406 TEXCONFIG = $TEXMF/dvips//
408 % Makeindex style (.ist) files.
409 INDEXSTYLE = $TEXMFDOTDIR;$TEXMF/makeindex//
411 % mendex dictionary files. Used internally by mendex and upmendex.
412 % It is not necessary to introduce a new format in Kpathsea.
413 INDEXDICTIONARY = $TEXMFDOTDIR;$TEXMF/makeindex//
415 % Font encoding files (.enc).
416 ENCFONTS = $TEXMFDOTDIR;$TEXMF/fonts/enc//
418 % CMap files.
419 CMAPFONTS = $TEXMFDOTDIR;$TEXMF/fonts/cmap//
421 % Subfont definition files.
422 SFDFONTS = $TEXMFDOTDIR;$TEXMF/fonts/sfd//
424 % OpenType feature files (.fea).
425 FONTFEATURES=$TEXMFDOTDIR;$TEXMF/fonts/fea//
427 % .cid and .cidmap
428 FONTCIDMAPS=$TEXMFDOTDIR;$TEXMF/fonts/cid//
430 % pdftex config files:
431 PDFTEXCONFIG = $TEXMFDOTDIR;$TEXMF/pdftex/{$progname,}//
433 % Used by DMP (ditroff-to-mpx), called by makempx -troff.
434 TRFONTS = /usr{/local,}/share/groff/{current/font,site-font}/devps
435 MPSUPPORT = $TEXMFDOTDIR;$TEXMF/metapost/support
437 % For xdvi to find mime.types and .mailcap, if they do not exist in
438 % ~.  These are single directories, not paths.
439 % (But the default mime.types, at least, may well suffice.)
440 MIMELIBDIR = /etc
441 MAILCAPLIBDIR = /etc
443 % Default settings for the fontconfig library as used by the Windows
444 % versions of xetex/xdvipdfmx.  Not used by xetex on Unixish systems.
445 % ConTeXT MkIV (all platforms) also use these values.
447 FONTCONFIG_FILE = fonts.conf
448 FONTCONFIG_PATH = $TEXMFSYSVAR/fonts/conf
449 FC_CACHEDIR = $TEXMFSYSVAR/fonts/cache
451 % TeX documentation and source files, for use with texdoc and kpsewhich.
452 TEXDOCS = $TEXMF/doc//
453 TEXSOURCES = $TEXMFDOTDIR;$TEXMF/source//
455 % Top-level directory for any string translations for the binaries, in
456 % the same structure as the usual system locale/ directories. This is a
457 % single directory, not a path.
458 TEXMFLOCALEDIR = $TEXMFMAIN/locale
460 % Web and CWeb input paths.
461 WEBINPUTS = $TEXMFDOTDIR;$TEXMF/web//
462 CWEBINPUTS = $TEXMFDOTDIR;$TEXMF/cweb//
464 % Omega-related fonts and other files.
465 OFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//
466 OPLFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/opl//
467 OVFFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/{ovf,vf}//
468 OVPFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/ovp//
469 OTPINPUTS = $TEXMFDOTDIR;$TEXMF/omega/otp//
470 OCPINPUTS = $TEXMFDOTDIR;$TEXMF/omega/ocp//
472 % Some additional input variables for several programs.  If you add
473 % a program that uses the `other text files' or `other binary files'
474 % search formats, you'll want to add their variables here as well.
475 T4HTINPUTS   = $TEXMFDOTDIR;$TEXMF/tex4ht//
477 %% t4ht utility, sharing files with TeX4ht
478 TEX4HTFONTSET=alias,iso8859,unicode
479 TEX4HTINPUTS = $TEXMFDOTDIR;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}//
481 % TeXworks editor configuration and settings
482 TW_LIBPATH = $TEXMFCONFIG/texworks
483 TW_INIPATH = $TW_LIBPATH
485 % For security, do not look in . for dvipdfmx.cfg, since the D option
486 % would allow command execution.
487 DVIPDFMXINPUTS = $TEXMF/dvipdfmx
489 % Lua needs to look in TEXINPUTS for lua scripts distributed with packages.
491 % But we can't simply use $TEXINPUTS, since then if TEXINPUTS is set in
492 % the environment with a colon, say, TEXINPUTS=/some/dir:, the intended
493 % default expansion of TEXINPUTS will not happen and .lua files under
494 % the /tex/ tree will not be found.
496 % So, duplicate the TEXINPUTS.*lualatex values as LUAINPUTS.*lualatex.
497 % The default LUAINPUTS suffices for luatex and dviluatex.
499 LUAINPUTS.lualatex        = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
500 LUAINPUTS.lualatex-dev    = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{latex-dev,lualatex,latex,luatex,generic,}//
502 LUAINPUTS.luahblatex      = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{luahblatex,luahbtex,lualatex,latex,luatex,generic,}//
503 LUAINPUTS.luahblatex-dev  = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{latex-dev,luahblatex,luahbtex,lualatex,latex,luatex,generic,}//
505 LUAINPUTS.dvilualatex     = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
506 LUAINPUTS.dvilualatex-dev = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{latex-dev,lualatex,latex,luatex,generic,}//
508 LUAINPUTS.harflatex     = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{harflatex,harftex,lualatex,latex,luatex,generic,}//
509 LUAINPUTS.harflatex-dev = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{latex-dev,harflatex,harftex,lualatex,latex,luatex,generic,}//
511 LUAINPUTS = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{luatex,plain,generic,latex,}//
513 % Lua needs to look for binary lua libraries distributed with packages.
514 CLUAINPUTS = $TEXMFDOTDIR;$SELFAUTOLOC/lib/{$progname,$engine,}/lua//
516 % Architecture independent executables.
517 TEXMFSCRIPTS = $TEXMF/scripts/{$progname,$engine,}//
519 % Other languages.
520 JAVAINPUTS   = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/java//
521 PERLINPUTS   = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/perl//
522 PYTHONINPUTS = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/python//
523 RUBYINPUTS   = $TEXMFDOTDIR;$TEXMF/scripts/{$progname,$engine,}/ruby//
526 %% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment.
527 % KPSE_DOT = .
529 % This definition isn't used from this .cnf file itself (that would be
530 % paradoxical), but the compile-time default in paths.h is built from it.
531 % The SELFAUTO* variables are set automatically from the location of
532 % argv[0], in kpse_set_program_name.
534 % This main texmf.cnf file is installed, for a release YYYY, in a
535 % directory such as /usr/local/texlive/YYYY/texmf-dist/web2c/texmf.cnf.
536 % Since this file is subject to future updates, the TeX Live installer
537 % or human administrator may also create a file
538 % /usr/local/texlive/YYYY/texmf.cnf; any settings in this latter file
539 % will take precedence over the distributed one.
541 % For security reasons, it is best not to include . in this path.
543 % The idea behind this lengthy definition: for each of
544 % SELFAUTO{LOC,DIR,PARENT}, look in the directory,
545 % then the subdirectories share/texmf-local, share/texmf-dist, share/texmf,
546 % then the subdirectories ./texmf-local, texmf-dist, ./texmf.
547 % At any given installation, most of these directories will not exist,
548 % but they all turn out to be useful somewhere.
550 % Special addition -- we want to include one more directory: the
551 % great-grandparent's texmf-local, because that is how TL is installed
552 % by default.  That is, given a binary
553 % /usr/local/texlive/YYYY/bin/PLATFORM/kpsewhich, it should find
554 % /usr/local/texlive/texmf-local/web2c/texmf.cnf.  I.e., not under YYYY.
556 % As a result, we cannot use actual brace expansion in the definition,
557 % since we don't want to scatter ../'s throughout the value.  Hence we
558 % explicitly list every directory.  Arguably more understandable anyway.
560 TEXMFCNF = {\
561 $SELFAUTOLOC,\
562 $SELFAUTOLOC/share/texmf-local/web2c,\
563 $SELFAUTOLOC/share/texmf-dist/web2c,\
564 $SELFAUTOLOC/share/texmf/web2c,\
565 $SELFAUTOLOC/texmf-local/web2c,\
566 $SELFAUTOLOC/texmf-dist/web2c,\
567 $SELFAUTOLOC/texmf/web2c,\
569 $SELFAUTODIR,\
570 $SELFAUTODIR/share/texmf-local/web2c,\
571 $SELFAUTODIR/share/texmf-dist/web2c,\
572 $SELFAUTODIR/share/texmf/web2c,\
573 $SELFAUTODIR/texmf-local/web2c,\
574 $SELFAUTODIR/texmf-dist/web2c,\
575 $SELFAUTODIR/texmf/web2c,\
577 $SELFAUTOPARENT/../texmf-local/web2c,\
578 $SELFAUTOPARENT,\
580 $SELFAUTOPARENT/share/texmf-local/web2c,\
581 $SELFAUTOPARENT/share/texmf-dist/web2c,\
582 $SELFAUTOPARENT/share/texmf/web2c,\
583 $SELFAUTOPARENT/texmf-local/web2c,\
584 $SELFAUTOPARENT/texmf-dist/web2c,\
585 $SELFAUTOPARENT/texmf/web2c\
588 % For reference, here is the old brace-using definition:
589 %TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
591 % kpathsea 3.5.3 and later sets these at runtime. To avoid empty
592 % expansions from binaries linked against an earlier version of the
593 % library, we set $progname and $engine to something non-empty:
594 progname = unsetprogname
595 engine = unsetengine
598 \f Part 2: Options.
600 % If this option is set to true, `tex a.b' will look first for a.b.tex
601 % (within each path element), and then for a.b, i.e., we try standard
602 % extensions first.  If this is false, we first look for a.b and then
603 % a.b.tex, i.e., we try the name as-is first.
605 % Both names are always tried; the difference is the order in which they
606 % are tried.  The setting applies to all searches, not just .tex.
608 % This setting only affects names being looked up which *already* have
609 % an extension.  A name without an extension (e.g., `tex story') will
610 % always have an extension added first.
612 % The default is true, because we already avoid adding the standard
613 % extension(s) in the usual cases.  E.g., babel.sty will only look for
614 % babel.sty, not babel.sty.tex, regardless of this setting.
615 try_std_extension_first = t
617 % Enable system commands via \write18{...}.  When enabled fully (set to
618 % t), obviously insecure.  When enabled partially (set to p), only the
619 % commands listed in shell_escape_commands are allowed.  Although this
620 % is not fully secure either, it is much better, and so useful that we
621 % enable it for everything but bare tex.
622 shell_escape = p
624 % No spaces in this command list.
626 % The programs listed here are as safe as any we know: they either do
627 % not write any output files, respect openout_any, or have hard-coded
628 % restrictions similar to or higher than openout_any=p.  They also have
629 % no features to invoke arbitrary other programs, and no known
630 % exploitable bugs.  All to the best of our knowledge.  They also have
631 % practical use for being called from TeX.
633 shell_escape_commands = \
634 bibtex,bibtex8,\
635 extractbb,\
636 gregorio,\
637 kpsewhich,\
638 makeindex,\
639 repstopdf,\
640 r-mpost,\
641 texosquery-jre8,\
643 % we'd like to allow:
644 % dvips - but external commands can be executed, need at least -R1.
645 % epspdf, ps2pdf, pstopdf - need to respect openout_any,
646 %   and gs -dSAFER must be used and check for shell injection with filenames.
647 % pygmentize - but is the filter feature insecure?
648 % ps4pdf - but it calls an unrestricted latex.
649 % rpdfcrop - maybe ok, but let's get experience with repstopdf first.
650 % texindy,xindy - but is the module feature insecure?
651 % ulqda - but requires optional SHA1.pm, so why bother.
652 % tex, latex, etc. - need to forbid --shell-escape, and inherit openout_any.
654 % plain "tex" should remain unenhanced.
655 shell_escape.tex = f
656 shell_escape.initex = f
658 % This is used by the Windows script wrapper for restricting searching
659 % for the purportedly safe shell_escape_commands above to system
660 % directories.
661 TEXMF_RESTRICTED_SCRIPTS = \
662   {!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}//
664 % Do we allow TeX \input or \openin (openin_any), or \openout
665 % (openout_any) on filenames starting with `.' (e.g., .rhosts) or
666 % outside the current tree (e.g., /etc/passwd)?
667 % a (any)        : any file can be opened.
668 % r (restricted) : disallow opening dot files
669 % p (paranoid)   : as `r' and disallow going to parent directories, and
670 %                  restrict absolute paths to be under $TEXMFOUTPUT.
671 openin_any = a
672 openout_any = p
674 % Write .log/.dvi/.aux/etc. files here, if the current directory is unwritable.
675 %TEXMFOUTPUT = /tmp
677 % If a dynamic file creation fails, log the command to this file, in
678 % either the current directory or TEXMFOUTPUT.  Set to the
679 % empty string or  0  to avoid logging.
680 MISSFONT_LOG = missfont.log
682 % Set to a colon-separated list of words specifying warnings to suppress.
683 % To suppress everything, use TEX_HUSH = all; this is currently equivalent to
684 % TEX_HUSH = checksum:lostchar:readable:special
685 % To suppress nothing, use TEX_HUSH = none or do not set the variable at all.
686 TEX_HUSH = none
688 % Allow TeX and MF to parse the first line of an input file for
689 % the %&format construct.
690 parse_first_line = t
692 % But don't parse the first line if invoked as "tex", since we want that
693 % to remain Knuth-compatible.  The src_specials and
694 % file_line_error_style settings, as well as the options -enctex,
695 % -mltex, -8bit, etc., also affect this, but they are all off by default.
696 parse_first_line.tex = f
697 parse_first_line.initex = f
699 % Normally we mention files created by \openout in the log file,
700 % but again, trip-compatibility forbids this for (ini)tex.
701 log_openout = t
702 log_openout.tex = f
703 log_openout.initex = f
705 % Control file:line:error style messages.
706 file_line_error_style = f
708 % Enable the mktex... scripts by default?  These must be set to 0 or 1.
709 % Particular programs can and do override these settings, for example
710 % dvips's -M option.  Your first chance to specify whether the scripts
711 % are invoked by default is at configure time.
713 % These values are ignored if the script names are changed; e.g., if you
714 % set DVIPSMAKEPK to `foo', what counts is the value of the environment
715 % variable/config value `FOO', not the `MKTEXPK' value.
717 %MKTEXTEX = 0
718 %MKTEXPK = 0
719 %MKTEXMF = 0
720 %MKTEXTFM = 0
721 %MKTEXFMT = 0
722 %MKOCP = 0
723 %MKOFM = 0
725 % Used by makempx to run TeX.  We use "etex" because MetaPost is
726 % expecting DVI, and not "tex" because we want first line parsing.
727 TEX = etex
729 % Use Japanese eptex for Japanese pmpost.
730 TEX.pmpost = eptex
732 % These variables specify the external program called for the
733 % interactive `e' option.  %d is replaced by the line number and %s by
734 % the current filename.  The default is specified at compile-time, and
735 % we let that stay in place since different platforms like different values.
736 %TEXEDIT = vi +%d '%s'                    % default for Unix
737 %TEXEDIT = texworks --position=+%d "%s"   % default for Windows
738 %MFEDIT = ${TEXEDIT}
739 %MPEDIT = ${TEXEDIT}
741 % The default `codepage and sort order' file for BibTeX8, when none is
742 % given as command line option or environment variable.
743 BIBTEX_CSFILE = 88591lat.csf
745 % This variable is specific to Unix, to fall back to case-insensitive
746 % search in non-system directories if there is no exact match. It is
747 % enabled by default in texmf.cnf, but not enabled by default at
748 % compile-time.
750 texmf_casefold_search = 1
752 % This variable is specific to Windows.  It must be set to 0 or 1.  The
753 % default is 0.  Setting it to 1 tells the Windows script wrappers to
754 % use an already installed Perl interpreter if one is found on the
755 % search path, in preference to the Perl shipped with TeX Live.  Thus,
756 % it may be useful if you both (a) installed a full Perl distribution
757 % for general use, and (b) need to run Perl programs from TL that use
758 % additional modules we don't provide.  The TL Perl does provide all the
759 % standard Perl modules.
761 %TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 0
764 \f Part 3: Array and other sizes for TeX, Metafont, etc.
766 % If you want to change some of these sizes only for a certain TeX
767 % variant, the usual dot notation works, as shown below for ConTeXt.
768 % If a change here appears to be ignored, try redumping the format file.
770 % Memory. Must be less than 8,000,000 total.
772 % main_memory is relevant only to initex, extra_mem_* only to non-ini.
773 % Thus, have to redump the .fmt file after changing main_memory; to add
774 % to existing fmt files, increase extra_mem_*.  (To get an idea of how
775 % much, try \tracingstats=2 in your TeX source file;
776 % web2c/tests/memtest.tex might also be interesting.)
778 % To increase space for boxes (as might be needed by, e.g., PiCTeX),
779 % increase extra_mem_bot.
781 % For some xy-pic samples, you may need as much as 700000 words of memory.
782 % For the vast majority of documents, 60000 or less will do.
784 main_memory = 5000000 % words of inimemory available; also applies to inimf&mp
785 extra_mem_top = 0     % extra high memory for chars, tokens, etc.
786 extra_mem_bot = 0     % extra low memory for boxes, glue, breakpoints, etc.
788 % ConTeXt needs lots of memory.
789 extra_mem_top.context = 2000000
790 extra_mem_bot.context = 4000000
792 % Words of font info for TeX (total size of all TFM files, approximately).
793 % Must be >= 20000 and <= 147483647 (without tex.ch changes).
794 font_mem_size = 8000000
796 % Total number of fonts. Must be >= 50 and <= 9000 (without tex.ch changes).
797 font_max = 9000
799 % Extra space for the hash table of control sequences.
800 hash_extra = 600000
802 % Max number of characters in all strings, including all error messages,
803 % help texts, font names, control sequences.  These values apply to TeX.
804 pool_size = 6250000
805 % Minimum pool space after TeX's own strings; must be at least
806 % 25000 less than pool_size, but doesn't need to be nearly that large.
807 string_vacancies = 90000
808 % Maximum number of strings.
809 max_strings = 500000
810 % Min pool space left after loading .fmt.
811 pool_free = 47500
812 % Ensure at least this many strings are free after loading .fmt.
813 strings_free = 100
815 % Buffer size.  TeX uses the buffer to contain input lines, but macro
816 % expansion works by writing material into the buffer and reparsing the
817 % line.  As a consequence, certain constructs require the buffer to be
818 % very large, even though most documents can be handled with a small value.
819 buf_size = 200000
821 % Hyphenation trie.  The maximum possible is 4194303 (ssup_trie_size in
822 % the sources), but we don't need that much.  The value here suffices
823 % for all known free hyphenation patterns to be loaded simultaneously
824 % (as TeX Live does).
826 trie_size = 1100000
828 hyph_size = 8191        % prime number of hyphenation exceptions, >610, <65535
829                         % http://primes.utm.edu/curios/page.php/8191.html
830                         % dynamically increased as necessary, so not important.
831 nest_size = 500         % simultaneous semantic levels (e.g., groups)
832 max_in_open = 15        % simultaneous input files and error insertions, 
833                         % also applies to MetaPost
834 param_size = 10000      % simultaneous macro parameters, also applies to MP
835 save_size  = 80000      % for saving values outside current group
836 stack_size = 5000       % simultaneous input sources
838 % Limit on recursive expansion calls so TeX has a chance to quit nicely
839 % before stack space runs out. The default is 10000. Normally there is no
840 % reason to change it. The web2c manual has a bit more about this.
841 %expand_depth = 10000
843 % These are Omega-specific.
844 ocp_buf_size = 500000   % character buffers for ocp filters.
845 ocp_stack_size = 10000  % stacks for ocp computations.
846 ocp_list_size = 1000    % control for multiple ocps.
848 % For pdftex and luatex: default resolution for bitmaps;
849 % commonly set via \pdfpkresolution when needed to be changed.
850 %pk_dpi = 72
852 % These work best if they are the same as the I/O buffer size, but it
853 % doesn't matter much.  Must be a multiple of 8.
854 dvi_buf_size = 16384 % TeX
855 gf_buf_size = 16384  % MF
857 % It's probably inadvisable to change these. At any rate, we must have:
858 % 45 < error_line      < 255;
859 % 30 < half_error_line < error_line - 15;
860 % 60 <= max_print_line;
861 % These apply to TeX, Metafont, and MetaPost.
862 error_line = 79
863 half_error_line = 50
864 max_print_line = 79
866 % Metafont only.
867 screen_width.mf = 1664
868 screen_depth.mf = 1200
870 % BibTeX only (max_strings also determines hash_size and hash_prime).
871 ent_str_size = 500
872 glob_str_size = 200000
873 max_strings.bibtex  = 200000
874 max_strings.bibtex8 = 200000
875 max_strings.bibtexu = 200000
876 max_strings.pbibtex = 200000
877 max_strings.upbibtex= 200000
879 % GFtype only.
880 line_length.gftype = 500
881 max_rows.gftype = 8191
882 max_cols.gftype = 8191
884 % Guess input encoding (SJIS vs. Unicode, etc.) in pTeX and friends?
885 % Default is 1, to guess. Used on Windows only.
886 guess_input_kanji_encoding = 1
888 % command_line_encoding
890 % This variable is used on Windows only, and affects 4 TeX engines:
891 % uptex, euptex, pdftex, xetex, and 2 drivers: dvips, [x]dvipdfmx.
892 % Several applications also are affected by the variable:
893 % dvi2tty.exe, disdvi.exe, dvibook.exe, dviconcat.exe, dviselect.exe,
894 % dvitodvi.exe, and dvidvi.exe.
895 % Only values utf8 or utf-8 are meaningful. Other values are simply
896 % ignored. If file names in sources and DVI or XDV files are ASCII
897 % only, the value of command_line_encoding is irrelevant.
898 % If command_line_encoding = utf8 or command_line_encoding = utf-8,
899 % file names in sources and DVI or XDV files are assumed to be UTF-8.
900 % Default is utf-8, from 2019-07-24, to assume UTF-8 file names.
901 % In order to switch off the function, define an environment variable:
902 % set command_line_encoding=none
903 % or write a line:
904 % command_line_encoding = none
905 % in a texmf.cnf prefered, for example $TEXMFLOCAL/web2c/texmf.cnf.
906 command_line_encoding = utf-8