summaryrefslogtreecommitdiff
path: root/Master/texmf/tex
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 20:32:59 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 20:32:59 +0000
commit816d5073462f746bccd77ccfc1f1e8881013be1d (patch)
treeda530be53281ae680954b4dcf14b64bd7abc34e2 /Master/texmf/tex
parentbc95fbe1754bbc7faab76e75437dc63a447bcc5a (diff)
Don't reference usenglishmax here, entry moved to hyphen-english.
(But keep the file, use by the above entry.) git-svn-id: svn://tug.org/texlive/trunk@18617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r--Master/texmf/tex/generic/config/language.us3
-rw-r--r--Master/texmf/tex/generic/config/language.us.lua12
2 files changed, 4 insertions, 11 deletions
diff --git a/Master/texmf/tex/generic/config/language.us b/Master/texmf/tex/generic/config/language.us
index 145fa0777c6..d5b93e1d681 100644
--- a/Master/texmf/tex/generic/config/language.us
+++ b/Master/texmf/tex/generic/config/language.us
@@ -35,8 +35,7 @@ english hyphen.tex % do not change!
=american
%
% ushyphmax.tex, on the other hand, includes Gerard Kuiken's additional
-% patterns; it is not frozen.
-usenglishmax ushyphmax.tex
+% patterns; it is not frozen. It is provided by the hyphen-english package.
%
% FYI, ushyph.tex is Dr. Kuiken's smaller set of patterns; with today's
% large memories, there is no reason to use it, and we don't list it here.
diff --git a/Master/texmf/tex/generic/config/language.us.lua b/Master/texmf/tex/generic/config/language.us.lua
index b6abc88a610..b8540bbcff6 100644
--- a/Master/texmf/tex/generic/config/language.us.lua
+++ b/Master/texmf/tex/generic/config/language.us.lua
@@ -14,12 +14,6 @@ return {
righthyphenmin=3,
synonyms={"usenglish","USenglish","american"},
},
- ["usenglishmax"]={
- loader="ushyphmax.tex",
- patterns="hyph-en-US.pat.txt",
- hyphenation="hyph-en-US.hyp.txt",
- lefthyphenmin=2,
- righthyphenmin=3,
- synonyms={},
- },
--- END of language.us.lua
+ -- dumylang and zerohyph are dumped in the format,
+ -- since they contain either very few or no patterns at all
+-- END of language.us.lua (missing '}' appended after all entries)