General ⇒ \subsubsection with numbering
\subsubsection with numbering
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?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Re: \subsubsection with numbering
use \setcounter{secnumdepth}{3} (or even 3 if you like), see here for the reference: https://latex2e.org/Sectioning.html
Stefan
Re: \subsubsection with numbering
