From cce69ad0b59b059976669eb922832fd161493af8 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Thu, 20 May 2010 17:08:42 +0000 Subject: Implement generation of language.dat.lua by extending execute AddHyphen. git-svn-id: svn://tug.org/texlive/trunk@18379 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/tex/generic/config/language.us.lua | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Master/texmf/tex/generic/config/language.us.lua (limited to 'Master/texmf/tex') diff --git a/Master/texmf/tex/generic/config/language.us.lua b/Master/texmf/tex/generic/config/language.us.lua new file mode 100644 index 00000000000..2328b8b4916 --- /dev/null +++ b/Master/texmf/tex/generic/config/language.us.lua @@ -0,0 +1,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 -- cgit v1.2.3