diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-28 14:13:06 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-28 14:13:06 +0000 |
commit | 1f235cacb9d3c9e8295e1dc083ad61cda45142a3 (patch) | |
tree | 1ba8540e331090eb43b02e24157509cc589a742b /Master/texmf-dist/tex/luatex/hyph-utf8/etex.src | |
parent | 9cdb47ecb8ff89fe4e6242b6fe80be34f26d5171 (diff) |
rollback accidental downgrade of hyph-utf8 from r30725
git-svn-id: svn://tug.org/texlive/trunk@30757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/hyph-utf8/etex.src')
-rw-r--r-- | Master/texmf-dist/tex/luatex/hyph-utf8/etex.src | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/luatex/hyph-utf8/etex.src b/Master/texmf-dist/tex/luatex/hyph-utf8/etex.src index 3f9d18c8b8c..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 @@ -281,9 +281,7 @@ lu@texhyphen@loaded@\the\language\endcsname{}% \directlua{ if not status.ini_version then - if not luatexhyphen then - luatexhyphen = require("luatex-hyphen") - end + require("luatex-hyphen") luatexhyphen.loadlanguage("\luatexluaescapestring{#1}", \the\language) end}% @@ -309,9 +307,7 @@ \ifdefined\directlua % V2.1;0-luatex \csname fi\endcsname \csname if\directlua{% do we want to skip this language now? - if not luatexhyphen then - luatexhyphen = require("luatex-hyphen") - end + require("luatex-hyphen") if (luatexhyphen.lookupname("\luatexluaescapestring{#1}") == nil) or (\number\csname lang@#1\endcsname == 0) then tex.sprint("false") % no, load it (execute 'else' part) @@ -804,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 |