From 31cae80a509978639c4c19948260f36015489d69 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 10 May 2013 14:50:38 +0200 Subject: do without text figures in libertine for the time being --- luaotfload.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaotfload.dtx') diff --git a/luaotfload.dtx b/luaotfload.dtx index 0d062a6..8ee54d6 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}, -- cgit v1.2.3 From d52a91a2b882af222b67cd24b4e8a4308c32a0c6 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 10 May 2013 15:57:20 +0200 Subject: [doc] avoid problem with hologo and node mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit don’t ask --- luaotfload.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaotfload.dtx') diff --git a/luaotfload.dtx b/luaotfload.dtx index 8ee54d6..849d9fd 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -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. -- cgit v1.2.3 From bc5de9881dfe0b3d1f81f13d4c5428d818a7b662 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 10 May 2013 16:26:11 +0200 Subject: remove meaningless statement --- luaotfload.dtx | 2 -- 1 file changed, 2 deletions(-) (limited to 'luaotfload.dtx') diff --git a/luaotfload.dtx b/luaotfload.dtx index 849d9fd..75d1221 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1720,8 +1720,6 @@ local patch_defined_font = function (specification, size, id) return tfmdata end -caches.compilemethod = "both" - reset_callback("define_font") % \end{macrocode} -- cgit v1.2.3