summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-20 19:59:04 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-20 19:59:04 +0000
commit744ca74138292986e2edeeaabb3afd220c35f76d (patch)
treea7c0624bb44c0152647913b20e822dd3b7be0ef1 /Master
parentc52d0a33a47150562871795f5576ad4aab420010 (diff)
Add a generated language.dat.lua.
git-svn-id: svn://tug.org/texlive/trunk@18386 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/tex/generic/config/language.dat.lua27
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
+}