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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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