General\subsubsection with numbering

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 39
Joined: Thu Dec 19, 2024 11:14 am

\subsubsection with numbering

Post by marbocam »

Hello,

I'm currently working on a document in with Chapter/section/subsection. When I add a /subsubsection, only the title shows. Would it be possible to add a numbering or letter before the title?

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
Stefan Kottwitz
Site Admin
Posts: 10358
Joined: Mon Mar 10, 2008 9:44 pm

Re: \subsubsection with numbering

Post by Stefan Kottwitz »

Hi,

use \setcounter{secnumdepth}{3} (or even 3 if you like), see here for the reference: https://latex2e.org/Sectioning.html

Stefan
LaTeX.org admin
marbocam
Posts: 39
Joined: Thu Dec 19, 2024 11:14 am

Re: \subsubsection with numbering

Post by marbocam »

Thank you, Stefan! That's just what I was looking for :)
Post Reply