diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-05 01:34:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-05 01:34:27 +0000 |
commit | d223310cb942b3c145862e22a689e1162fbddda9 (patch) | |
tree | 7fc9361bafca0d3a978025021f0d9cb5f757cff3 /Master/texmf/tex/generic | |
parent | 5c349e5aa90f313f7038b9326177ef3cd1971196 (diff) |
autoupdate via tlmgr generate language.def
git-svn-id: svn://tug.org/texlive/trunk@9264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex/generic')
-rw-r--r-- | Master/texmf/tex/generic/config/language.def | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf/tex/generic/config/language.def b/Master/texmf/tex/generic/config/language.def index e0b3117527a..5625dae3b19 100644 --- a/Master/texmf/tex/generic/config/language.def +++ b/Master/texmf/tex/generic/config/language.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: language.us.def 9250 2008-07-04 21:15:23Z karl $ % It is explicitly permitted to augment this file by adding additional % \addlanguage ... commands AFTER the first (\addlanguage {USenglish}) @@ -11,10 +12,19 @@ % 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 - % from dehyph-exptl: \addlanguage{german-x-2008-06-18}{dehypht-x-2008-06-18.tex}{}{2}{2} \addlanguage{german-x-latest}{dehypht-x-2008-06-18.tex}{}{2}{2} |