GeneralHow to put \subsubsection into contents?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ggyyree
Posts: 21
Joined: Mon Sep 15, 2008 6:32 pm

How to put \subsubsection into contents?

Post by ggyyree »

May I ask how to put \subsubsection into contents please? I use

Code: Select all

\usepackage{titletoc}
It puts chapter, section and subsection into contents automatically ; however, if I want to put subsubsection into contents as well. What should I do? :mrgreen:

Thanks a lot!!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

How to put \subsubsection into contents?

Post by phi »

Hello,

put the following in your preamble:

Code: Select all

\setcounter{tocdepth}{3}
ggyyree
Posts: 21
Joined: Mon Sep 15, 2008 6:32 pm

How to put \subsubsection into contents?

Post by ggyyree »

phi wrote:Hello,

put the following in your preamble:

Code: Select all

\setcounter{tocdepth}{3}
Thanks a lot!
Post Reply