logo

How to Automatically Number Figures in LaTeX Beamer 📂Writing

How to Automatically Number Figures in LaTeX Beamer

Code

In the case of the article document style in LaTeX\LaTeX, when inserting a photo and writing \caption{}, numbering is automatically applied as follows.

However, in the case of beamer, numbering is not applied as follows.

By adding \setbeamertemplate{caption}[numbered] to the preamble, numbering will be applied.