diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-02 02:15:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-02 02:15:13 +0000 |
commit | 5b6929195802d0e0b2e0be4219198851cfcb2830 (patch) | |
tree | 8740f47aa18eb200c380f8c003613c946da07f0e /Master/texmf/tex | |
parent | f30e43929a804ea178e91abec04af1539c442fa4 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@22731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r-- | Master/texmf/tex/generic/config/language.dat.lua | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf/tex/generic/config/language.dat.lua b/Master/texmf/tex/generic/config/language.dat.lua index 8a724a9bcdf..7ac6341f322 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 Fri Jan 14 04:13:19 2011 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Thu Jun 2 04:15:13 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: @@ -569,6 +569,14 @@ return { patterns = 'hyph-sr-latn.pat.txt', hyphenation = 'hyph-sr-latn.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', + }, -- from hyphen-slovak: ['slovak'] = { loader = 'loadhyph-sk.tex', |