I am using the beamer document class in latex to make a presentation. I will have a number of back up slides which are there for offline viewing, reference etc. Beamer has a feature that shows the progress through the presentation as {page#}/{total pages} on each slide. I would really like it if {total pages} was equivalent to my total number of pages w/out counting the back up slides (I don't want to discourage my audience on the first page!). Does anyone know how this can be done?
|
|
I have defined two commands to do this:
You can then use For my beamer template I also like to add
in the definition of the Using all this, your slides will be numbered like "x/Y" for all slides before the backup, where Y is the total number of slides before the first backup slide, and the backup slides will continue the numbering of the previous slides. |
|||
|
|
|
To manually fix the total frame count to a certain number, say 25, you could add the following command
right after the \begin{document} command. You can also add the \appendix command right before the beginning of your backup slides, so that the corresponding sections/subsections do not appear in the table of contents/navigation structure. It should be possible to tweak the renewcommand above so that it automatically uses the last frame number before the appendix, but I don't know how to do it. |
|||||
|
|
Updated link for the appendixnumberbeamer.sty style file. |
||||
|
|
|
This can now be achieved with the following option on all "backup" slides:
This will cause the final number (e.g. 25/25) to be displayed on such pages. As always, a matter of taste. |
|||
|
|
|
Fanfan, thanks for your answer, your answer steered me to this sty file that one can include in a beamer document class that will automatically count only the number of frames before the appendix, and then restart the a separate count for the appendix slides, pretty neat. http://www.ensta.fr/~lelong/Latex/appendixnumberbeamer.sty Thanks also to Jérôme LELONG for having this available online. |
|||||
|