From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1022774-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02A111382C5 for <garchives@archives.gentoo.org>; Mon, 7 May 2018 17:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22428E086C; Mon, 7 May 2018 17:05:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1906E086C for <gentoo-commits@lists.gentoo.org>; Mon, 7 May 2018 17:05:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9AB8335C75 for <gentoo-commits@lists.gentoo.org>; Mon, 7 May 2018 17:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C848131 for <gentoo-commits@lists.gentoo.org>; Mon, 7 May 2018 17:05:14 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1525464432.e9536369d4c032f088683bd8fddfe30d12c3dcc8.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e9536369d4c032f088683bd8fddfe30d12c3dcc8 X-VCS-Branch: master Date: Mon, 7 May 2018 17:05:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1001b55b-8360-4df4-bc64-fc562afa41ef X-Archives-Hash: eb7544ee43a83117b1f375a64df13076 commit: e9536369d4c032f088683bd8fddfe30d12c3dcc8 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 4 20:01:35 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 4 20:07:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e9536369 pms.cls: Another workaround for tex4ht. Prevent loading of eso-pic, which produces spurious <img/> elements (bug 654676). This is fixed in tex4ht-20090611_p1038-r6, but the workaround doesn't harm and will allow processing with older versions. pms.cls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pms.cls b/pms.cls index e00b4e9..8e18929 100644 --- a/pms.cls +++ b/pms.cls @@ -71,6 +71,8 @@ \RequirePackage[scaled=.90]{helvet} \setboolean{TEX4HT-HACKS}{false} \else + % Prevent implicit loading of eso-pic (by gitinfo2) + \@namedef{ver@eso-pic.sty}{9999/12/31} \setboolean{TEX4HT-HACKS}{true} \fi