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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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