summaryrefslogtreecommitdiff
path: root/Master/texmf/tex/generic/config/language.us.lua
blob: 2328b8b49166404de75d9ae85735e4713f3a8c00 (plain)
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
-- $Id: $
--[[
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