Tagged Questions
2
votes
1answer
95 views
How can I get the first and the last frame of an part in beamer class?
Beamer class differentiates between pages and frames. To get the first page of a part beamer provides the command \insertpartstartpage and for the last page \insertpartendpage.
Is there a chance to ...
6
votes
1answer
480 views
How to correct \insertpresentationendpage in presence of \uncover
The command \insertpresentationendpage is supposed to insert the page number of the last page of the presentation, excluding the appendix. However its value is incorrectly increased if \uncover is ...
4
votes
2answers
3k views
Automated overlay specification with \only and \enumerate
Sometimes, when a list of items is too long to fit on a slide, I do the following to achieve a somewhat better result (ignore commented lines for now):
\documentclass[t,10pt]{beamer}
...