Oscar Lopez wrote:
> When I insert a Float Figure in a beamer presentation with a caption the
> label counter it does not show at the pdf output. However, if i insert a
> reference to the figure label this reference is correctly displayed at the
> pdf output. Is this expected?
RTFM (beameruserguide, sec. 11.6). There's a good rationale provided why it is
so.
> Is there any way to include a numbered float
> in a beamer presentation? Any possible workaround?
\setbeamertemplate{caption}[numbered]
Jürgen