diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-08 19:19:01 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-08 19:19:01 +0200 |
commit | c1c6e7379acc126d4c026df09333b7fcb65efcbc (patch) | |
tree | b35581e7b987d673b1bf03529b4e272d3fb025c2 /luaotfload.dtx | |
parent | 30e71bfeb4bf5eeb290e2b26ea37190ac0eb6bec (diff) | |
download | luaotfload-c1c6e7379acc126d4c026df09333b7fcb65efcbc.tar.gz |
Sync with ConTeXt beta 2011.10.08 11:42
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 63d51a9..f286c89 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -498,6 +498,10 @@ function table.derive(parent) end return child end + +function string.quoted(str) + return string.format("%q",str) -- always " +end % \end{macrocode} % % \subsection{Module loading} @@ -581,6 +585,7 @@ end % % \begin{macrocode} fonts.mode = "node" +caches.compilemethod = "both" % \end{macrocode} % % Finally we register the callbacks |