Gentoo Archives: gentoo-commits

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