diff options
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 |