diff options
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index f2239b7..fb4bce1 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -488,6 +488,15 @@ luaotfload.loadmodule('data-con.lua') -- maybe some day we don't need this one % \end{macrocode} % +% A hack to remove a warning from \texttt{node-dum.lua} as it is \ConTeXt\ +% specific. +% +% \begin{macrocode} + +tex.attribute[0] = 0 + +% \end{macrocode} +% % Node support modules. % % \begin{macrocode} @@ -516,15 +525,6 @@ end % \end{macrocode} % -% A hack to remove a warning from \texttt{node-dum.lua} as it is \ConTeXt\ -% specific. -% -% \begin{macrocode} - -tex.attribute[0] = 0 - -% \end{macrocode} -% % Font handling modules. % % \begin{macrocode} |