diff options
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/tex/generic/config/language.us | 3 | ||||
-rw-r--r-- | Master/texmf/tex/generic/config/language.us.lua | 12 |
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) |