diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-04 18:53:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-04 18:53:46 +0000 |
commit | fec2c58ab6469ff23cf0de01118e1dc9c78d737f (patch) | |
tree | dec15bae7a09ba8f807816d05625eb1babdaded6 /Master/texmf/tex | |
parent | ff76916b56843576e95bb66869aa6ed7ba8190b2 (diff) |
semi-respect --dest for language.def generation; generate it in runtime; doc fixes
git-svn-id: svn://tug.org/texlive/trunk@9248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r-- | Master/texmf/tex/plain/config/language.us.def | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf/tex/plain/config/language.us.def b/Master/texmf/tex/plain/config/language.us.def index 92c43bf08aa..a78690282a4 100644 --- a/Master/texmf/tex/plain/config/language.us.def +++ b/Master/texmf/tex/plain/config/language.us.def @@ -3,7 +3,8 @@ % Note: the first line of this file must match the corresponding line % in "etex.src" and "etexdefs.lib", otherwise fallback will be used. -% This is "language.def", e-TeX's language definition file. +% This is the header for "language.def", e-TeX's language definition file. +% $Id$ % It is explicitly permitted to augment this file by adding additional % \addlanguage ... commands AFTER the first (\addlanguage {USenglish}) @@ -11,7 +12,16 @@ % portability for pre-\language documents. The last line of the file % MUST be left as \uselanguage {USenglish} for the sane reason. +% Additional languages, patterns, exceptions and left- and right-hyphen +% minima may be added here, and an example is given for German. + +% The five parameters for \addlanguage are: +% language, patterns file, exceptions file, left- and right-hyphen minima + +%%% Next section is E X A M P L E O N L Y +%%% \addlanguage {German}{ghyph31}{}{2}{2} %%% further such lines may be used; +%%% Previous section is E X A M P L E O N L Y + \addlanguage {USenglish}{hyphen}{}{2}{3} %%% This MUST be the first non-comment %%% line of the file - |