diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-22 03:36:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-22 03:36:23 +0000 |
commit | 1e087efb6e18d86348bc0e6da2d48c32d06b4fef (patch) | |
tree | e2f8d36545c8f1851284f5ab955d4f52b4546d9c /Master/texmf/tex | |
parent | 1a65a94fa26e988287810e47e9ce1c7fd66e1d48 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@29197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r-- | Master/texmf/tex/generic/config/language.dat.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf/tex/generic/config/language.dat.lua b/Master/texmf/tex/generic/config/language.dat.lua index a43cd14c4ba..5f9b371f2b4 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 Dec 14 04:33:14 2012 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Fri Feb 22 04:36:22 2013 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -515,6 +515,15 @@ return { patterns = 'hyph-nn.pat.txt', hyphenation = 'hyph-nn.hyp.txt', }, +-- from hyphen-piedmontese: + ['piedmontese'] = { + loader = 'loadhyph-pms.tex', + lefthyphenmin = 2, + righthyphenmin = 2, + synonyms = { }, + patterns = 'hyph-pms.pat.txt', + hyphenation = '', + }, -- from hyphen-polish: ['polish'] = { loader = 'loadhyph-pl.tex', |