From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9A38138252 for ; Wed, 11 May 2016 19:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CAABE086A; Wed, 11 May 2016 19:59:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C84FFE086A for ; Wed, 11 May 2016 19:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAC8A3407AF for ; Wed, 11 May 2016 19:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE83C32E for ; Wed, 11 May 2016 19:59:21 +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: <1462543261.1afb71f3cdeb145999c872c30e97a4a00ef6575b.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: 1afb71f3cdeb145999c872c30e97a4a00ef6575b X-VCS-Branch: master Date: Wed, 11 May 2016 19:59:21 +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-Archives-Salt: 8674dcdf-eb7d-463b-9fed-40e7ff43124c X-Archives-Hash: 86eb0679e64e4a16ca98eb6de9129889 commit: 1afb71f3cdeb145999c872c30e97a4a00ef6575b Author: Ulrich Müller gentoo org> AuthorDate: Fri May 6 14:01:01 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 6 14:01:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1afb71f3 pms.cls: Include subsubsections in table of contents. Bug: 340333 pms.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pms.cls b/pms.cls index e4c3da4..57d7356 100644 --- a/pms.cls +++ b/pms.cls @@ -93,9 +93,9 @@ % Redefine the titlepage environment not to reset the page number \renewenvironment{titlepage}{\newpage\thispagestyle{empty}}{\newpage} -% Enumerate subsubsections, but don't include them in the toc. +% Enumerate subsubsections and include them in the toc \setcounter{secnumdepth}{3} -\setcounter{tocdepth}{2} +\setcounter{tocdepth}{3} % Don't reset the footnote counter for each chapter \counterwithout{footnote}{chapter}