GeneralHow modify or restart the counting the number of figures?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tiagowanderley
Posts: 2
Joined: Fri Mar 28, 2008 5:23 pm

How modify or restart the counting the number of figures?

Post by tiagowanderley »

for exemple: you go inserting figures in text, so in figure of number 10 you want restart or modifiy the countin for 3.

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

balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Re: How modify or restart the counting the number of figures?

Post by balf »

Typing \setcounter{figure}{2} just after \begin{figure}, and before \caption{...} should work. Unless you should type just before?

B.A.
tiagowanderley
Posts: 2
Joined: Fri Mar 28, 2008 5:23 pm

Re: How modify or restart the counting the number of figures?

Post by tiagowanderley »

Thank you, served perfectly.
Post Reply