summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-05-21 15:50:54 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-05-21 15:51:45 +0300
commit7cdd31598491798554b17c98b60ddc2d82e7d5b4 (patch)
tree84ff74c422b101bd9c1c98a6c0b95eeff5d53810
parent0efe73f78ea5bb9f4f546ac2df8a6eca1a80d6c5 (diff)
downloadluaotfload-7cdd31598491798554b17c98b60ddc2d82e7d5b4.tar.gz
Minor
-rw-r--r--luaotfload.dtx12
1 files changed, 8 insertions, 4 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 6627094..a1e5778 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -520,16 +520,20 @@ end
% \end{macrocode}
%
-% Some more modules. We don't load neither \texttt{font-enc.lua} nor
-% \texttt{font-afm.lua} as it will never be used here.
-%
-% We also remove a warning from \texttt{node-fnt.lua} as it is \ConTeXt\
+% A hack to remove a warning from \texttt{node-fnt.lua} as it is \ConTeXt\
% specific.
%
% \begin{macrocode}
tex.attribute[0] = 0
+% \end{macrocode}
+%
+% Some more modules. We don't load neither \texttt{font-enc.lua} nor
+% \texttt{font-afm.lua} as it will never be used here.
+%
+% \begin{macrocode}
+
luaotfload.loadmodule('node-res.lua')
luaotfload.loadmodule('node-inj.lua')
luaotfload.loadmodule('node-fnt.lua')