Text FormattingLanguage of "Figure"

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
meysam
Posts: 1
Joined: Thu Dec 15, 2011 7:07 pm

Language of "Figure"

Post by meysam »

When i compile my manuscript, the automatic numbering of figures are not in English. it is like:
Figura 1: [Caption]
how can i say it to use simple English as Figure or Fig.

by the way, i am using:
\usepackage[english,portuguese]{babel}

is there any relations?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Language of "Figure"

Post by Stefan Kottwitz »

You could switch to english, or redefine portugese names, such as by

Code: Select all

\addto\captionsportuguese{\renewcommand*{\figurename}{Fig.}}
Stefan
LaTeX.org admin
Post Reply