Graphics, Figures & Tables ⇒ Number a Figure per Part
Number a Figure per Part
After a title page and before the chapter, i put a figure with a picture and a caption. I would that the figure number gets the part number, not the last chapter, since those figures are automatically numbered according to the previous chapter number.
So i need to renumber the figure, concerning the part, not the chapter. How can fix that?
Thank you for your time,
Steve,
So i need to renumber the figure, concerning the part, not the chapter. How can fix that?
Thank you for your time,
Steve,
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 many kinds of documents
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Number a Figure per Part
I think you're asking to get Figure 1.1 to refer to figure 1 in part 1, not figure 1 in chapter 1. If so, try this:
Code: Select all
\numberwithin{figure}{part}