diff options
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', |