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/hyph-utf8/luatex-hyphen.lua | |
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/hyph-utf8/luatex-hyphen.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |