From ef18e720020b3d422a64f2e63456e0f29ed3777a Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Fri, 12 Jan 2024 14:05:19 -0500 Subject: [PATCH] Changed TOC depth to only include classes (i.e., subsections) --- michigan-animals.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/michigan-animals.tex b/michigan-animals.tex index b2a208b..b4f3a7b 100644 --- a/michigan-animals.tex +++ b/michigan-animals.tex @@ -27,6 +27,9 @@ singlelinecheck=off } +% Let's not include families and orders in our TOC +\setcounter{tocdepth}{2} + % Set the header style \usepackage{fancyhdr} \pagestyle{fancy}