Package: latex-beamer
Version: 3.01-1
latex-beamer does not number floating figures (in French/babel as well
as in default English mode).
Their caption says:
Figure: Yadda yadda.
Instead of:
Figure 1: Yadda yadda.
(replace "Figure" with whatever this is in your language)
The following piece of code placed late enough in the preamble (after
loading the babel package) solves this:
\mode<presentation>{
% XXX without this the number does not appear
\AtBeginDocument{\def\figurename{{\scshape Fig.~\thefigure}}}
}
I guess the same thing may happen with tables.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]