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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
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