summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-05-22 20:05:46 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-05-22 20:05:46 +0300
commit33a11c443c93516f6c7232b4e19ce8d28d530b9d (patch)
tree524f14b71b8c7ed74765a1a37b271c1fe2355c92
parent221435079653e517970b2a46254781e2dd9e79d8 (diff)
downloadluaotfload-33a11c443c93516f6c7232b4e19ce8d28d530b9d.tar.gz
Set default mode to "node"
No one seems to object.
-rw-r--r--luaotfload.dtx8
1 files changed, 8 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index ff156c2..1709267 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -559,6 +559,14 @@ luaotfload.loadmodule('font-clr.lua')
% \end{macrocode}
%
+% Here we override some defaults set in \ConTeXt\ code.
+%
+% \begin{macrocode}
+
+fonts.mode = "node"
+
+% \end{macrocode}
+%
% Finally two functions
%
% \begin{macrocode}