I am doing a chapter text. The Chapter, Section and Subsection headings all come out fine (Chapter 2, Section 1, Subsection 1.1, etc.) When it comes to the subsubsections, though they are formatted the same, there is no number, just the title. Here's how I format this:
\subsubsection{Title Goes Here}
\label{sec:2I-1-2-3}
it doesn't seem to matter if I do: \label{subsubsec:2I-1-2-3}
The heading is fine, smaller than the subsection - just no number.
Thank you.
Page Layout ⇒ Section Numbers Not Printing
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Section Numbers Not Printing
A single line in the preamble will do.
Labelling doesn't influence section numbering.
Best regards
Thorsten¹
Code: Select all
\setcounter{secnumdepth}{3}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Section Numbers Not Printing
Great ~ thank you!