Codebase list texlive-bin / ece94a2
update patches Norbert Preining 5 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
3232
3333 % Per-user texmf tree(s) -- organized per the TDS, as usual. To define
3434 % more than one per-user tree, set this to a list of directories in
35 @@ -83,10 +86,10 @@
35 @@ -83,10 +86,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
3636 TEXMFHOME = ~/texmf
3737
3838 % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
4545
4646 % This is the value manipulated by tlmgr's auxtrees subcommand in the
4747 % root texmf.cnf. Kpathsea warns about a literally empty string for a
48 @@ -107,7 +110,7 @@
48 @@ -107,7 +110,7 @@ TEXMFAUXTREES = {}
4949 % The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree is
5050 % ever defined (the 99% common case), no extra elements will be added to
5151 % the search paths. tlmgr takes care to end any value with a trailing comma.
5454
5555 % Where to look for ls-R files. There need not be an ls-R in the
5656 % directories in this path, but if there is one, Kpathsea will use it.
57 @@ -115,7 +118,7 @@
57 @@ -115,7 +118,7 @@ TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEX
5858 % does not create ls-R files in the non-!! elements -- because if an
5959 % ls-R is present, it will be used, and the disk will not be searched.
6060 % This is arguably a bug in kpathsea.
6363
6464 % The system trees. These are the trees that are shared by all users.
6565 % If a tree appears in this list, the mktex* scripts will use
66 @@ -132,7 +135,7 @@
66 @@ -132,7 +135,7 @@ TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR
6767 % Where generated fonts may be written. This tree is used when the sources
6868 % were found in a system tree and either that tree wasn't writable, or the
6969 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
7272
7373 % On some systems, there will be a system tree which contains all the font
7474 % files that may be created as well as the formats. For example
75 @@ -511,33 +514,8 @@
75 @@ -520,33 +523,8 @@ RUBYINPUTS = $TEXMFDOTDIR;$TEXMF/scrip
7676 % since we don't want to scatter ../'s throughout the value. Hence we
7777 % explicitly list every directory. Arguably more understandable anyway.
7878 %