From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 433281382C5 for ; Thu, 13 May 2021 11:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F3C7E08FC; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4A671E08FC for ; Thu, 13 May 2021 11:42:30 +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 62CC9340D58 for ; Thu, 13 May 2021 11:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D35B78F for ; Thu, 13 May 2021 11:42:26 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1601316895.c338e3716133ee676b9fcf1252103a855e47831f.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 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: c338e3716133ee676b9fcf1252103a855e47831f X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2222766-ed13-4bd8-85a3-23992ca52462 X-Archives-Hash: 1601f42b0fd31022eb8e71cb58a87d75 commit: c338e3716133ee676b9fcf1252103a855e47831f Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 28 18:14:55 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Sep 28 18:14:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c338e371 Revert "pms.cls: Remove some tex4ht conditionals." The PSNFSS packages cause an issue with missing whitespace between normal and boldface text in HTML output. This partially reverts commit 9d681052334b8b581e0c1218a0fc0c4f6897d091. Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pms.cls b/pms.cls index f01ace6..351b3dd 100644 --- a/pms.cls +++ b/pms.cls @@ -29,8 +29,6 @@ % algorithmic and algorithm to be loaded last to avoid failures \RequirePackage{% fontenc, % Load extended font sets - mathptmx, % Use Postscript fonts: Times ... - helvet, % ... and Helvetica isodate, % Date formatting and conversions geometry, % Set page layout inputenc, % Allow input methods apart from ASCII @@ -59,6 +57,8 @@ \newboolean{TEX4HT-HACKS} \ifx\HCode\undefined \RequirePackage{% + mathptmx, % Use Postscript fonts: Times ... + helvet, % ... and Helvetica pdfpages % Insert whole PDF documents as separate pages } \setboolean{TEX4HT-HACKS}{false} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 703B7138359 for ; Mon, 28 Sep 2020 18:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48DDDE0801; Mon, 28 Sep 2020 18:16:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2CB1EE0801 for ; Mon, 28 Sep 2020 18:16:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C8529335D94 for ; Mon, 28 Sep 2020 18:16:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E35334 for ; Mon, 28 Sep 2020 18:16:34 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1601316895.c338e3716133ee676b9fcf1252103a855e47831f.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: c338e3716133ee676b9fcf1252103a855e47831f X-VCS-Branch: master Date: Mon, 28 Sep 2020 18:16:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 664d7ac0-68ca-41f3-8512-5c6494721485 X-Archives-Hash: cc45380ec07723af11848e86c18ef61b Message-ID: <20200928181634.A0_lR9biS5_ry7glEHeGhrl7XsZ4HQw43JoLdHW359A@z> commit: c338e3716133ee676b9fcf1252103a855e47831f Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 28 18:14:55 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Sep 28 18:14:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c338e371 Revert "pms.cls: Remove some tex4ht conditionals." The PSNFSS packages cause an issue with missing whitespace between normal and boldface text in HTML output. This partially reverts commit 9d681052334b8b581e0c1218a0fc0c4f6897d091. Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pms.cls b/pms.cls index f01ace6..351b3dd 100644 --- a/pms.cls +++ b/pms.cls @@ -29,8 +29,6 @@ % algorithmic and algorithm to be loaded last to avoid failures \RequirePackage{% fontenc, % Load extended font sets - mathptmx, % Use Postscript fonts: Times ... - helvet, % ... and Helvetica isodate, % Date formatting and conversions geometry, % Set page layout inputenc, % Allow input methods apart from ASCII @@ -59,6 +57,8 @@ \newboolean{TEX4HT-HACKS} \ifx\HCode\undefined \RequirePackage{% + mathptmx, % Use Postscript fonts: Times ... + helvet, % ... and Helvetica pdfpages % Insert whole PDF documents as separate pages } \setboolean{TEX4HT-HACKS}{false}