13
votes
2answers
277 views

Part navigator in beamer?

I have a 2 hour presentation, which contains 3 parts. I'm using Warsaw theme, which have a top bar of two vertical lists: section list at the left, and the subsection list at the right. Can I add a ...
2
votes
1answer
94 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 ...
3
votes
1answer
643 views

How do one reset the section numbers in beamer?

I want to reset the section numbers when a part in beamer starts. So I tried: \setcounter{section}{0} That does not work. So after searching I found this: \makeatletter ...
4
votes
1answer
429 views

Changing of the numbering of parts in beamer

I want to change the part numbering in beamer. I tried the following: \renewcommand*{\thepart}{\arabic{part}} \renewcommand{\thepart}{\arabic{part}} but without any success. The Roman numbering ...
1
vote
2answers
671 views

How to achieve links in a part ToC in a beamer presentation?

I red \tableofcontents from \part commands in Beamer, and it was very helpful. However, I wanted the part titles to be links pointing to the pages the part began. The example without this works just ...
9
votes
3answers
4k views

\tableofcontents from \part commands in Beamer

I am not able to generate the table of contents made of all the parts (declared by \part command) of my Beamer presentation. While sections of each part are listed easily, there is no hint in the ...