diff options
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index c2f30d1c5fd..e834889b64b 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -108,7 +108,7 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$T % If a tree appears in this list, the mktex* scripts will use % VARTEXFONTS for generated files, if the original tree isn't writable; % otherwise the current working directory is used. -SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST +SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST % Where generated fonts may be written. This tree is used when the sources % were found in a system tree and either that tree wasn't writable, or the @@ -125,18 +125,6 @@ VARTEXFONTS = $TEXMFVAR/fonts % TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST,!!$TEXMFDOC} -% It may be convenient to define TEXMF like this: -% TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,~} -% which allows users to set up entire texmf trees, and tells TeX to -% look in places like ~/tex and ~/bibtex. If you do this, define TEXMFDBS -% like this: -% TEXMFDBS = $TEXMFHOME;$TEXMFLOCAL;$TEXMFMAIN;$VARTEXFONTS -% or mktexlsr will generate an ls-R file for ~ when called, which is -% rarely desirable. If you do this you'll want to define SYSTEXMF like -% this: -% SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST -% so that fonts from a user's tree won't escape into the global trees. -% % On some systems, there will be a system tree which contains all the font % files that may be created as well as the formats. For example % TEXMFVAR = /var/lib/texmf |