diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-11 21:55:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-11 21:55:44 +0000 |
commit | fa0ffd88a1944e3fd66aaf731d9a35a592020825 (patch) | |
tree | 6dbaa7f27e0d5ebeb8d8a41c8e7cc4b37a3a0160 | |
parent | 89dde1e73229cc7ff897fdf2f3711078f39e39ef (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@22921 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/tex/generic/config/language.dat.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf/tex/generic/config/language.dat.lua b/Master/texmf/tex/generic/config/language.dat.lua index 7ac6341f322..6199ffb6b38 100644 --- a/Master/texmf/tex/generic/config/language.dat.lua +++ b/Master/texmf/tex/generic/config/language.dat.lua @@ -1,4 +1,4 @@ --- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Thu Jun 2 04:15:13 2011 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Sat Jun 11 23:55:44 2011 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -53,7 +53,7 @@ return { -- from hyphen-afrikaans: ['afrikaans'] = { loader = 'loadhyph-af.tex', - lefthyphenmin = 2, + lefthyphenmin = 1, righthyphenmin = 2, synonyms = { }, patterns = 'hyph-af.pat.txt', @@ -566,16 +566,16 @@ return { lefthyphenmin = 2, righthyphenmin = 2, synonyms = { }, - patterns = 'hyph-sr-latn.pat.txt', - hyphenation = 'hyph-sr-latn.hyp.txt', + patterns = 'hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt', + hyphenation = 'hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt', }, ['serbianc'] = { loader = 'loadhyph-sr-cyrl.tex', lefthyphenmin = 2, righthyphenmin = 2, synonyms = { }, - patterns = 'hyph-sr-cyrl.pat.txt', - hyphenation = 'hyph-sr-cyrl.hyp.txt', + patterns = 'hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt', + hyphenation = 'hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt', }, -- from hyphen-slovak: ['slovak'] = { |