diff options
-rw-r--r-- | Master/texmf/tex/generic/config/language.dat.lua | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf/tex/generic/config/language.dat.lua b/Master/texmf/tex/generic/config/language.dat.lua new file mode 100644 index 00000000000..ea47a0b0da5 --- /dev/null +++ b/Master/texmf/tex/generic/config/language.dat.lua @@ -0,0 +1,27 @@ +-- Generated by /home/mpg/usr/tlsel/bin/tlmgr on Thu May 20 21:56:06 2010 +-- $Id: language.us.lua 18380 2010-05-20 17:09:57Z mpg $ +--[[ +language.us.dat (and the start of language.dat.lua), used by: +- a special luatex version of hyphen.cfg (derived from the babel system); +- a special luatex version of etex.src (from the e-TeX distributon). + +See luatex-hyphen.pdf (currently part of the hyph-utf8 package) for details. +]] +return { + ["english"]={ + loader="hyphen.tex", + special="language0", -- should be dumped in the format + lefthyphenmin=2, + 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 +} |