Graphics, Figures & Tablesrestarting figure caption

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

restarting figure caption

Post by dmuthu_cse »

Hello friends,

Can you please advice me, if how i can restart the figure caption numbering from a particular section of my document.

Thanks in advance.

Greets,
Muthu

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

restarting figure caption

Post by Stefan Kottwitz »

Hi Muthu,

a simple way would be to reset the figure counter at this particular place:

Code: Select all

\setcounter{figure}{0}
Stefan
LaTeX.org admin
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: restarting figure caption

Post by dmuthu_cse »

Hello stefan,

Thank u very much...

It is working fine..

Regards,
Muthu
Post Reply