LaTeX: Table of Contents tricks
by alexarje • Friday 29 December 2006 • Software • 1 Comment
As my dissertation draft grows bigger (and messier…), I see that I need to restrict the depth of the Table of Contents. These lines do the trick: \setcounter{tocdepth}{1} \tableofcontents First I tried to use tocdepth 2, but that gave me three levels. I guess this is because it counts the chapter level as 0....
Read more →