diff options
author | Norbert Preining <preining@logic.at> | 2013-05-27 02:17:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-05-27 02:17:53 +0000 |
commit | b47d2dedb7926d63f081bbe3fad758575c9dbf5b (patch) | |
tree | 25cc044a2f937013430af1cc5a12c026a899b10c /Master/texmf-dist/tex/luatex | |
parent | b2f9bba8d6a7ed504466bc800297e98328dc38f5 (diff) |
spelling update 5/27
git-svn-id: svn://tug.org/texlive/trunk@30715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/spelling/spelling.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/spelling/spelling.sty b/Master/texmf-dist/tex/luatex/spelling/spelling.sty index 7b06b097c23..8e780b432fe 100644 --- a/Master/texmf-dist/tex/luatex/spelling/spelling.sty +++ b/Master/texmf-dist/tex/luatex/spelling/spelling.sty @@ -11,7 +11,7 @@ %% See file README for more information. %% \ProvidesPackage{spelling} - [2013/05/23 v0.4 Support for spell-checking of LuaTeX documents (SH)] + [2013/05/25 v0.41 Support for spell-checking of LuaTeX documents (SH)] \NeedsTeXFormat{LaTeX2e}[1999/12/01] % Test for the LuaTeX engine. \RequirePackage{ifluatex} @@ -22,6 +22,8 @@ \fi % Lua module version management. \RequirePackage{luatexbase-modutils} +% LuaTeX call-back management. +\RequirePackage{luatexbase-mcb} % User-defined whatsit node ID allocation. \RequirePackage{luatexbase-attr} % Load main Lua file. |