[Debian-tex-commits] SVN tex-common commit + diffs: r1932 -
tex-common/trunk/doc
Frank Küster
frank at alioth.debian.org
Fri Nov 3 16:04:22 CET 2006
Author: frank
Date: 2006-11-03 16:04:21 +0100 (Fri, 03 Nov 2006)
New Revision: 1932
Modified:
tex-common/trunk/doc/TeX-on-Debian.sgml
Log:
fix description of user-specific texmf.cnf
Modified: tex-common/trunk/doc/TeX-on-Debian.sgml
===================================================================
--- tex-common/trunk/doc/TeX-on-Debian.sgml 2006-11-03 14:53:55 UTC (rev 1931)
+++ tex-common/trunk/doc/TeX-on-Debian.sgml 2006-11-03 15:04:21 UTC (rev 1932)
@@ -546,11 +546,25 @@
<p>
<prgn>update-texmf</prgn> is only available for root; if a
user wants to maintain their own <file>texmf.cnf</file>,
- they can put it into <tt><var>TEXMFCONFIG</var>/web2c</tt> and must
- manually edit it. Since all <file>texmf.cnf</file> files
- are read, with earlier definitions taking precedence over
- later ones, it is best to keep only a minimal set of
- definitions in the user-specific file.
+ they can put it into <tt><var>TEXMFCONFIG</var>/web2c</tt>
+ and must manually edit it. However, in order for it to be
+ found, they need to set an environment
+ variable
+ <footnote>
+ The reason for this is that the search
+ path for <file>texmf.cnf</file>, which is the file that
+ defines all search paths for later use, naturally cannot
+ be specified in the file, but is fixed at compile
+ time.
+ </footnote>:
+<example>
+export TEXMFCNF=$HOME/.texmf-config/web2c:
+</example>
+ The final colon includes the system wide default. Since
+ all <file>texmf.cnf</file> files are read, with earlier
+ definitions taking precedence over later ones, it is best
+ to keep only a minimal set of definitions in the
+ user-specific file.
</p>
<p>
More information about the Debian-tex-commits
mailing list