1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
}
|