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 4B0AB1382C5 for ; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30D8E08F0; Thu, 13 May 2021 11:42:29 +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 8C68FE08EB for ; Thu, 13 May 2021 11:42:29 +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 BE70F340D41 for ; Thu, 13 May 2021 11:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7EC178B for ; Thu, 13 May 2021 11:42:25 +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: <1600715602.9d681052334b8b581e0c1218a0fc0c4f6897d091.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: 9d681052334b8b581e0c1218a0fc0c4f6897d091 X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:25 +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: 105b2389-1337-4809-ac04-9d27b1dc4b76 X-Archives-Hash: b3d68ba5a952fdd5764c2d9bfb1c026c Message-ID: <20210513114225.FBFfzICin8j1CddB78bW7PX_OXjW2vzJowYOJCasCzI@z> commit: 9d681052334b8b581e0c1218a0fc0c4f6897d091 Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 21 19:13:22 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Sep 21 19:13:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=9d681052 pms.cls: Remove some tex4ht conditionals. mathptmx.sty and helvet.sty work just fine. (Apparently Helvetica isn't used, but leave the package in place.) Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pms.cls b/pms.cls index 88dbb89..a5e3084 100644 --- a/pms.cls +++ b/pms.cls @@ -11,6 +11,7 @@ \ProcessOptions\relax \LoadClass{\ClassToLoad} \PassOptionsToPackage{T1}{fontenc} +\PassOptionsToPackage{scaled=0.92}{helvet} \PassOptionsToPackage{orig,english}{isodate} % Dimensions of the text area. Define a narrow left margin to make % room for margin notes in the right (outer) margin @@ -28,6 +29,8 @@ % 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 @@ -56,10 +59,8 @@ \newboolean{TEX4HT-HACKS} \ifx\HCode\undefined \RequirePackage{% - mathptmx, pdfpages % Insert whole PDF documents as separate pages } - \RequirePackage[scaled=.90]{helvet} \setboolean{TEX4HT-HACKS}{false} \else \setboolean{TEX4HT-HACKS}{true}