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?
Text Formatting ⇒ Language of "Figure"
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"
You could switch to english, or redefine portugese names, such as by
Stefan
Code: Select all
\addto\captionsportuguese{\renewcommand*{\figurename}{Fig.}}
LaTeX.org admin