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 A7AE31382C5 for ; Tue, 19 Jan 2021 20:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27F8E0870; Tue, 19 Jan 2021 20:01:43 +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 C9EA6E0870 for ; Tue, 19 Jan 2021 20:01:43 +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 B38533409E6 for ; Tue, 19 Jan 2021 20:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E76309 for ; Tue, 19 Jan 2021 20:01:41 +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: <1610801801.e16c8dc8a5e6aedbbec768e9d1c807e456bd1230.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: e16c8dc8a5e6aedbbec768e9d1c807e456bd1230 X-VCS-Branch: master Date: Tue, 19 Jan 2021 20:01:41 +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: 889b5dfe-73a8-416b-bcbc-3bc3188b3cbb X-Archives-Hash: 45041466b33142f2df121f8cce96aad0 commit: e16c8dc8a5e6aedbbec768e9d1c807e456bd1230 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 16 12:56:41 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 16 12:56:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e16c8dc8 pms.cls: Silence hyperref messages Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pms.cls b/pms.cls index 351b3dd..7fff027 100644 --- a/pms.cls +++ b/pms.cls @@ -123,6 +123,10 @@ \floatname{listing}{Listing} \newcommand{\listoflistings}{\listof{listing}{List of Listings}} +% Silence hyperref messages (see hint 11.3 in the hyperref manual) +\providecommand*{\toclevel@algorithm}{0} +\providecommand*{\toclevel@listing}{0} + % We always place captions above floats, so redefine vertical spacings % Don't use the "caption" package because it interferes with TeX4ht \setlength\belowcaptionskip{\abovecaptionskip} 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 0A5ED13835A 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 55278E08FA; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3EA29E08FA for ; Thu, 13 May 2021 11:42:30 +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 4CED6340D4A 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 3025F790 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: <1610801801.e16c8dc8a5e6aedbbec768e9d1c807e456bd1230.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: e16c8dc8a5e6aedbbec768e9d1c807e456bd1230 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: b74bf16b-ab23-43e2-822c-4aefcb2490c5 X-Archives-Hash: a38eb8374fdebd22d480273af52ba01e Message-ID: <20210513114226.AyAxHUU-SIA60YzaJsrfj2TjY4cOS3n5CzIDEgOPkkA@z> commit: e16c8dc8a5e6aedbbec768e9d1c807e456bd1230 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 16 12:56:41 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 16 12:56:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e16c8dc8 pms.cls: Silence hyperref messages Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pms.cls b/pms.cls index 351b3dd..7fff027 100644 --- a/pms.cls +++ b/pms.cls @@ -123,6 +123,10 @@ \floatname{listing}{Listing} \newcommand{\listoflistings}{\listof{listing}{List of Listings}} +% Silence hyperref messages (see hint 11.3 in the hyperref manual) +\providecommand*{\toclevel@algorithm}{0} +\providecommand*{\toclevel@listing}{0} + % We always place captions above floats, so redefine vertical spacings % Don't use the "caption" package because it interferes with TeX4ht \setlength\belowcaptionskip{\abovecaptionskip}