diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-22 20:05:46 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-22 20:05:46 +0300 |
commit | 33a11c443c93516f6c7232b4e19ce8d28d530b9d (patch) | |
tree | 524f14b71b8c7ed74765a1a37b271c1fe2355c92 /luaotfload.dtx | |
parent | 221435079653e517970b2a46254781e2dd9e79d8 (diff) | |
download | luaotfload-33a11c443c93516f6c7232b4e19ce8d28d530b9d.tar.gz |
Set default mode to "node"
No one seems to object.
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 8 |
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} |