Graphics, Figures & TablesChanging figure caption label from Figure to Fig.

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

Changing figure caption label from Figure to Fig.

Post by dmuthu_cse »

Hello friends,

Please get me a command which can modify all the Figure caption labels from "Figure" to "Fig."

Thank you in anticipation.

Regards,
Muthu

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Changing figure caption label from Figure to Fig.

Post by gmedina »

Hi,

you can, for example, load the caption package in the following way:

Code: Select all

\usepackage[figurename=Fig.]{caption}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: Changing figure caption label from Figure to Fig.

Post by dmuthu_cse »

Hello gmedina,

Thanks for your response it is working fine...

Regards,
Muthu
Post Reply