diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-20 07:16:46 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-20 07:34:31 +0200 |
commit | cac52b5f4cfdc934cd3c5a68777c77d8d70f4b7c (patch) | |
tree | 30cadfe05c4652b07192bc5896e4cf8e8a6fbb34 /luaotfload.dtx | |
parent | 3d54718f98098de05b995e35de7e18b5239a710d (diff) | |
download | luaotfload-cac52b5f4cfdc934cd3c5a68777c77d8d70f4b7c.tar.gz |
Add a new |luat-over| module
To minimize differences between original ConTeXt files, this module
overrides functions defined in |luat-dum| module.
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 22b87f2..d481938 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -426,6 +426,7 @@ end % \begin{macrocode} luaotfload.loadmodule('luat-dum.lua') -- not used in context at all +luaotfload.loadmodule('luat-ovr.lua') -- override some luat-dum functions luaotfload.loadmodule('data-con.lua') -- maybe some day we don't need this one % \end{macrocode} |