How to get numbered Lemmas, Definitions, Theorems and so on in beamer?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
You can set the
or with the
If additionally you use the
then theorems, definitions, and so on to be numbered locally to each section (by default they are numbered consecutively throughout the presentation). |
||||
|
|
\setbeamertemplate{theorems}[numbered]– Marco Daniel Aug 10 '12 at 14:40