Graphics, Figures & Tables ⇒ Changing figure caption label from Figure to Fig.
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Changing figure caption label from Figure to Fig.
Please get me a command which can modify all the Figure caption labels from "Figure" to "Fig."
Thank you in anticipation.
Regards,
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
Changing figure caption label from Figure to Fig.
you can, for example, load the caption package in the following way:
Code: Select all
\usepackage[figurename=Fig.]{caption}
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: Changing figure caption label from Figure to Fig.
Thanks for your response it is working fine...
Regards,
Muthu