Graphics, Figures & Tablesfig. 1 instead Figure 1:

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Lumy
Posts: 24
Joined: Tue Jan 06, 2009 2:41 pm

fig. 1 instead Figure 1:

Post by Lumy »

Hello,

Is there a way to write

fig. 1 instead Figure 1:?

"f" lower case, and no ":"

How?

Thank you for help.

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

fig. 1 instead Figure 1:

Post by localghost »

Have a look at the caption package. It lets you customize float captions in many ways.

Code: Select all

\usepackage[font=small,labelfont=bf,labelsep=space]{caption}
\captionsetup{%
  figurename=fig.,
  tablename=tab.
}
More capabilities of this package are described in its manual.


Best regards and welcome to the board
Thorsten¹
Lumy
Posts: 24
Joined: Tue Jan 06, 2009 2:41 pm

Re: fig. 1 instead Figure 1:

Post by Lumy »

It works.

Thank you very much.
Post Reply