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

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

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