Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Mon, 07 May 2018 17:05:20
Message-Id: 1525464432.e9536369d4c032f088683bd8fddfe30d12c3dcc8.ulm@gentoo
1 commit: e9536369d4c032f088683bd8fddfe30d12c3dcc8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 4 20:01:35 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 20:07:12 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e9536369
7
8 pms.cls: Another workaround for tex4ht.
9
10 Prevent loading of eso-pic, which produces spurious <img/> elements
11 (bug 654676). This is fixed in tex4ht-20090611_p1038-r6, but the
12 workaround doesn't harm and will allow processing with older versions.
13
14 pms.cls | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/pms.cls b/pms.cls
18 index e00b4e9..8e18929 100644
19 --- a/pms.cls
20 +++ b/pms.cls
21 @@ -71,6 +71,8 @@
22 \RequirePackage[scaled=.90]{helvet}
23 \setboolean{TEX4HT-HACKS}{false}
24 \else
25 + % Prevent implicit loading of eso-pic (by gitinfo2)
26 + \@namedef{ver@×××××××.sty}{9999/12/31}
27 \setboolean{TEX4HT-HACKS}{true}
28 \fi