GeneralHeader numbering depth

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
User avatar
mappo
Posts: 25
Joined: Thu Nov 29, 2007 11:19 am

Header numbering depth

Post by mappo »

I want to increase the enumeration depth to four "decimals".
Currently there seems to be three: CHAPTER.SECTION.SUBSECTION but when I add a
\subsubsection it doesn't get numbered - only its name is displayed.

Ho do I do this?
My .cls file was given to me by the univ. dept, so I haven't written it myself.
If you don't recycle, you're throwing it all away.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Header numbering depth

Post by Stefan Kottwitz »

Hi Mappo,

use

Code: Select all

\setcounter{secnumdepth}{3}
Stefan
LaTeX.org admin
User avatar
mappo
Posts: 25
Joined: Thu Nov 29, 2007 11:19 am

Re: Header numbering depth

Post by mappo »

Beautiful - thank you!
If you don't recycle, you're throwing it all away.
Post Reply