Graphics, Figures & Tables ⇒ restarting figure caption
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
restarting figure caption
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
restarting figure caption
a simple way would be to reset the figure counter at this particular place:
Code: Select all
\setcounter{figure}{0}
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: restarting figure caption
Thank u very much...
It is working fine..
Regards,
Muthu