diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-26 21:25:50 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-26 21:25:50 +0000 |
commit | 313d13857d7bab6aca46600b6b9cfdfbe8e81b58 (patch) | |
tree | 377cbb098be08e89ce1dba3af7e4ef4fae9c3038 /Master/texmf-dist/tex/luatex | |
parent | 4ce9d6e864f301f4daf92a5e83f337db8d9d0170 (diff) |
hyph-utf8 update (2013-05-26)
- update German patterns (by Werner Lemberg), version 2013-05-26
- add LPPL licence to Thai patterns
- update luatex-hyphen.dtx and derivate files
- minor documentation updates
git-svn-id: svn://tug.org/texlive/trunk@30689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/hyph-utf8/etex.src | 21 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua | 2 |
2 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/luatex/hyph-utf8/etex.src b/Master/texmf-dist/tex/luatex/hyph-utf8/etex.src index fd8d1b25b04..09302cfcc04 100644 --- a/Master/texmf-dist/tex/luatex/hyph-utf8/etex.src +++ b/Master/texmf-dist/tex/luatex/hyph-utf8/etex.src @@ -1,5 +1,5 @@ -%% e-TeX V2.1;0-luatex -%% Revision-date: 26-APR-2010 11:05:45 +%% e-TeX V2.1;0-luatex2 +%% Revision-date: 16-MAY-2013 18:33:45 %% Revision-history: (at-end) % The version number in the first line is compared with the corresponding @@ -800,13 +800,16 @@ %% Revision-history: -3-MAY-2010: 2.1;0-luatex With LuaTeX, don't embed hyphenation patterns and - exceptions in the format, but on-demand at runtime, for faster - format loading. Use the Lua interface for loading hyphenation - rules from plain text files according to the new configuration - file language.lua.dat. Make use of a supporting lua file, - luatex-hyphen.lua. See also luatex-hyphen.pdf. - (Manuel Pegourie-Gonnard, Elie Roux and Khaled Hosny) +16-MAY-2013: 2.1;0-luatex2 Minor changes for LuaTeX, adapting to new + luatex-hyphen package. + +03-MAY-2010: 2.1;0-luatex With LuaTeX, don't embed hyphenation patterns and + exceptions in the format, but on-demand at runtime, for faster + format loading. Use the Lua interface for loading hyphenation + rules from plain text files according to the new configuration + file language.lua.dat. Make use of a supporting lua file, + luatex-hyphen.lua. See also luatex-hyphen.pdf. + (Manuel Pegourie-Gonnard, Elie Roux and Khaled Hosny) 01-FEB-1999: 2.1;0 Allow file to be used with e-TeX versions 2.0 and 2.1 diff --git a/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua b/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua index 281a78b69f0..6b547fab7ac 100644 --- a/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua +++ b/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua @@ -22,7 +22,7 @@ local function err(msg, ...) end local dbname = "language.dat.lua" local language_dat -local dbfile = kpse.find_file(dbname) +local dbfile = kpse.find_file(dbname, 'lua') if not dbfile then err("file not found: "..dbname) else |