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, 28 Sep 2020 18:16:41
Message-Id: 1601316895.c338e3716133ee676b9fcf1252103a855e47831f.ulm@gentoo
1 commit: c338e3716133ee676b9fcf1252103a855e47831f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 18:14:55 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 18:14:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c338e371
7
8 Revert "pms.cls: Remove some tex4ht conditionals."
9
10 The PSNFSS packages cause an issue with missing whitespace between
11 normal and boldface text in HTML output.
12
13 This partially reverts commit 9d681052334b8b581e0c1218a0fc0c4f6897d091.
14
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 pms.cls | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/pms.cls b/pms.cls
21 index f01ace6..351b3dd 100644
22 --- a/pms.cls
23 +++ b/pms.cls
24 @@ -29,8 +29,6 @@
25 % algorithmic and algorithm to be loaded last to avoid failures
26 \RequirePackage{%
27 fontenc, % Load extended font sets
28 - mathptmx, % Use Postscript fonts: Times ...
29 - helvet, % ... and Helvetica
30 isodate, % Date formatting and conversions
31 geometry, % Set page layout
32 inputenc, % Allow input methods apart from ASCII
33 @@ -59,6 +57,8 @@
34 \newboolean{TEX4HT-HACKS}
35 \ifx\HCode\undefined
36 \RequirePackage{%
37 + mathptmx, % Use Postscript fonts: Times ...
38 + helvet, % ... and Helvetica
39 pdfpages % Insert whole PDF documents as separate pages
40 }
41 \setboolean{TEX4HT-HACKS}{false}