diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-10 08:41:40 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-10 08:41:40 -0700 |
commit | e6b84660875c89de138ebc0e9c9e9e9dbaa6db76 (patch) | |
tree | 99b248d6f16a9d226b5d33ac15a625baa7c87662 /luaotfload.dtx | |
parent | fb67cecbfa8707ece8d26f256b104616dc5810ee (diff) | |
parent | 2d352121cddf97e8249c72b58738cb2ede1b1557 (diff) | |
download | luaotfload-e6b84660875c89de138ebc0e9c9e9e9dbaa6db76.tar.gz |
Merge pull request #58 from phi-gamma/master
sync; various fixes (node mode, manual etc.)
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 0d062a6..75d1221 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -133,7 +133,7 @@ and the derived files \usepackage{fontspec} \usepackage{unicode-math} \setmainfont[ - Numbers = OldStyle, +% Numbers = OldStyle, %% buggy with font cache Ligatures = TeX, BoldFont = {Linux Libertine O Bold}, ItalicFont = {Linux Libertine O Italic}, @@ -407,7 +407,7 @@ and the derived files % \fileent{GFSBodoni.otf}, and % \fileent{PTZ56F.ttf}. % -% \subsection{\hologo{XeTeX} Compatibility Layer} +% \subsection{Compatibility Layer} % % In addition to the regular prefixed requests, \identifier{luaotfload} % accepts loading fonts the \XETEX way. @@ -1720,8 +1720,6 @@ local patch_defined_font = function (specification, size, id) return tfmdata end -caches.compilemethod = "both" - reset_callback("define_font") % \end{macrocode} |