diff options
-rw-r--r-- | luaotfload.dtx | 12 |
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') |