Hello,
Is there a way to write
fig. 1 instead Figure 1:?
"f" lower case, and no ":"
How?
Thank you for help.
Graphics, Figures & Tables ⇒ fig. 1 instead Figure 1:
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
fig. 1 instead Figure 1:
Have a look at the caption package. It lets you customize float captions in many ways.
More capabilities of this package are described in its manual.
Best regards and welcome to the board
Thorsten¹
Code: Select all
\usepackage[font=small,labelfont=bf,labelsep=space]{caption}
\captionsetup{%
figurename=fig.,
tablename=tab.
}
Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: fig. 1 instead Figure 1:
It works.
Thank you very much.
Thank you very much.