summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-05-06 16:01:01 +0200
committerUlrich Müller <ulm@gentoo.org>2016-05-06 16:01:01 +0200
commit1afb71f3cdeb145999c872c30e97a4a00ef6575b (patch)
tree0a186abda90c06a9737caf5f142127cff30dd934
parentpms.cls: Reformat macro definition for readability. (diff)
downloadpms-1afb71f3cdeb145999c872c30e97a4a00ef6575b.tar.gz
pms-1afb71f3cdeb145999c872c30e97a4a00ef6575b.tar.bz2
pms-1afb71f3cdeb145999c872c30e97a4a00ef6575b.zip
pms.cls: Include subsubsections in table of contents.
Bug: 340333
-rw-r--r--pms.cls4
1 files 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}