diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2009-12-10 18:50:06 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2009-12-10 18:50:06 +0200 |
commit | e917fdfd0cde28cf0ec08f87ebb92714d556eeeb (patch) | |
tree | 1c5af633f2ea37bcd5becae0a3db5595de05c6c0 /luaotfload.dtx | |
parent | afd5090ce573c1d825966d7ce43f1912e9fa40f0 (diff) | |
download | luaotfload-e917fdfd0cde28cf0ec08f87ebb92714d556eeeb.tar.gz |
Only |base| mode is supported for math mode
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 1c6188c..4039d1a 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -211,6 +211,7 @@ and the derived files % features to traditional TeX ligaturing and kerning mechanisms and is a bit % faster, and \texttt{node} mode which, hopefully, supports OpenType fully and % works by direct processing of node list at lua end and is a bit slower. +% Note that, nside math mode only \texttt{base} is supported. % % Modes can be selected using \texttt{mode} keyword and it must come before any % other font feature, e.g. |\font\foo=foo.ttf:mode=node;+liga|. |