Page LayoutSection Numbers Not Printing

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mfiligree
Posts: 25
Joined: Tue Feb 03, 2009 7:52 pm

Section Numbers Not Printing

Post by mfiligree »

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.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Section Numbers Not Printing

Post by localghost »

A single line in the preamble will do.

Code: Select all

\setcounter{secnumdepth}{3}
Labelling doesn't influence section numbering.


Best regards
Thorsten¹
mfiligree
Posts: 25
Joined: Tue Feb 03, 2009 7:52 pm

Re: Section Numbers Not Printing

Post by mfiligree »

Great ~ thank you!
Post Reply