diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-14 18:16:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-14 18:16:41 +0000 |
commit | d7316910a89f3982b09ef687d34129718b7603fc (patch) | |
tree | 406a6af679c36b168eb9d0297b5dc3dbd45203e1 /Master/texmf-dist/source | |
parent | f8bd56b8f2ca104927b7faa5daa6a9558d7eb15f (diff) |
dtx patch
git-svn-id: svn://tug.org/texlive/trunk@30468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hologo-eroux.patch | 23 |
1 files changed, 23 insertions, 0 deletions
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 |