summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2013-05-07 23:38:30 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2013-05-07 23:38:30 +0000
commit1a8e9572db5e1902de28cf84b45f8ed8b45de5c0 (patch)
treecb220baa38f0f8b44f52e0f5340ed4c4c011ca13 /Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg
parenta51a5c6021b880f32efe163726f67cc673551c68 (diff)
hyph-utf8 (2012.05.08)
- add Georgian hyphenation patterns (by Levan Shoshiashvili) - add Thai hyphenation patterns (by Theppitak Karoonboonyanan) [not yet added as a package] - cleanup luatex-hyphen module - fix adding a dialect of a synonym in LuaTeX git-svn-id: svn://tug.org/texlive/trunk@30326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg')
-rw-r--r--Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg b/Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg
index 98a68cac2ea..93195fd653a 100644
--- a/Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg
+++ b/Master/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg
@@ -101,7 +101,7 @@
\ifx\directlua\relax\else
\directlua{
if not luatexhyphen then
- dofile(assert(kpse.find_file("luatex-hyphen.lua")))
+ luatexhyphen = require("luatex-hyphen")
end
luatexhyphen.adddialect("\string#1", "\string#2")
}%
@@ -232,7 +232,7 @@
\global\@namedef{lu@texhyphen@loaded@\the\language}{}%
\directlua{
if not luatexhyphen then
- dofile(assert(kpse.find_file("luatex-hyphen.lua")))
+ luatexhyphen = require("luatex-hyphen")
end
luatexhyphen.loadlanguage("\luatexluaescapestring{#1}",
\the\language)}%
@@ -332,7 +332,7 @@
\else
\directlua{
if not luatexhyphen then
- dofile(assert(kpse.find_file("luatex-hyphen.lua")))
+ luatexhyphen = require("luatex-hyphen")
end
processnow = (tex.language == 0) or
(luatexhyphen.lookupname("\luatexluaescapestring{#1}") == nil)}%