I have chapters, sections, subsections and subsubsections in my thesis however when I include figures the figure numbering stops at sections. So a figure in subsubsection 1.1.1.1 has figure number 1.1.
Anyway to change this?
Thanks,
Janeen
General ⇒ figure numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
figure numbering
Hi Janeen,
welcome to the board!
You could use the chngcntr package and write
or if you use amsmath:
The caption package provides another solution that could be found in its documentation.
Stefan
welcome to the board!
You could use the chngcntr package and write
Code: Select all
\counterwithin{figure}{subsubsection}
Code: Select all
\numberwithin{figure}{subsubsection}
Stefan
LaTeX.org admin