From d7316910a89f3982b09ef687d34129718b7603fc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 May 2013 18:16:41 +0000 Subject: dtx patch git-svn-id: svn://tug.org/texlive/trunk@30468 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/oberdiek/hologo-eroux.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Master/texmf-dist/source/latex/oberdiek/hologo-eroux.patch (limited to 'Master') diff --git a/Master/texmf-dist/source/latex/oberdiek/hologo-eroux.patch b/Master/texmf-dist/source/latex/oberdiek/hologo-eroux.patch new file mode 100644 index 00000000000..9b0b4ac84c0 --- /dev/null +++ b/Master/texmf-dist/source/latex/oberdiek/hologo-eroux.patch @@ -0,0 +1,23 @@ +--- hologo-old.dtx 2013-05-13 16:33:39.000000000 +0200 ++++ hologo-new.dtx 2013-05-13 16:31:27.000000000 +0200 +@@ -2689,12 +2689,16 @@ + \def\HOLOGO@IfCharExists#1{% + \ifnum + \directlua{% +- if font and font.fonts and font.current then % +- local f = font.fonts[font.current()]% ++ if luaotfload and luaotfload.aux then % ++ if luaotfload.aux.font_has_glyph(font.current(), \number#1) then % ++ tex.print("1") % ++ end % ++ elseif font and font.fonts and font.current then % ++ local f = font.fonts[font.current()] % + if f.characters and f.characters[\number#1] then % +- tex.print("1")% ++ tex.print("1") % + end % +- end% ++ end % + }0=\ltx@zero + \expandafter\ltx@secondoftwo + \else -- cgit v1.2.3