Graphics, Figures & TablesNumber a Figure per Part

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Stevenet
Posts: 13
Joined: Sun Oct 30, 2011 6:34 pm

Number a Figure per Part

Post by Stevenet »

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,

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 many kinds of documents

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Number a Figure per Part

Post by kaiserkarl13 »

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}
Post Reply