diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-12 00:08:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-12 00:08:56 +0000 |
commit | 10b55836d591e611ad22737371ee0fb750e02e38 (patch) | |
tree | 3c41ab3f53f867674e594f171c997d2856987dd3 /Build | |
parent | 85c2aa622784448c5857ac931177ed966e5c413f (diff) |
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@11845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 2130788c3e9..b999d85936d 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -464,11 +464,10 @@ engine = unsetengine % Part 2: Options. -% If this is true, `tex a.b' will look first for a.b.tex (within each -% path element), and then for a.b, i.e., we try standard extensions -% first. If this is false, we first look for a.b and then a.b.tex, -% first. If this is false, we first look for a.b and then a.b.tex, -% i.e., we try the name as-is first. +% If this option is set to true, `tex a.b' will look first for a.b.tex +% (within each path element), and then for a.b, i.e., we try standard +% extensions first. If this is false, we first look for a.b and then +% a.b.tex, i.e., we try the name as-is first. % % Both names are always tried; the difference is the order in which they % are tried. The setting applies to all searches, not just .tex. @@ -478,7 +477,7 @@ engine = unsetengine % always have an extension added first. % % The default is true, because we already avoid adding the standard -% extension(s) in most common cases. E.g., babel.sty will only look for +% extension(s) in the usual cases. E.g., babel.sty will only look for % babel.sty, not babel.sty.tex, regardless of this setting. try_std_extension_first = t |