commit: e16c8dc8a5e6aedbbec768e9d1c807e456bd1230 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 12:56:41 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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}