Beamer Frame Number

1,874 views
Skip to first unread message

Sam

unread,
Nov 27, 2011, 3:28:49 AM11/27/11
to latexus...@googlegroups.com
Hi,

I don't want to include some frames of my beamer presentation in the total frame count. How can I achieve this?

Please help. It's quite urgent

Regards
Sam

Peter Flynn

unread,
Nov 27, 2011, 5:58:39 PM11/27/11
to latexus...@googlegroups.com

According to  beamerbaseauxtemplates.sty

changeset:   373:d5368d515366
user:        Vedran Miletić <riv...@gmail.com>
date:        Sat May 01 13:54:34 2010 +0200
files:       base/beamerbaseframe.sty
description:
Fix #6 Add option to stop frame numbering after a slide. The key is noframenumbering, but it might change for consistency before release happens.

Check your version documentation: this may already be there. If not, just use normal LaTeX to change the counter in those frames you don't want counted:

\addtocounter{framecounter}{-1}

///Peter

Sam

unread,
Nov 27, 2011, 11:42:17 PM11/27/11
to latexus...@googlegroups.com
Hi,

I have already added that option and frame number is not appearing on those frames. But what I want to have is - in every frame, frame number is hown as:

\insertframenumber{}/\inserttotalframenumber

This  \inserttotalframenumber  command is counting all the frames; but I want those frames which do not have any frame number should not be counted (As those are my back up slides and I don't want the audience to be scared by seeing the unnecessary frame count.

Please suggest.

Peter Flynn

unread,
Nov 28, 2011, 4:11:04 AM11/28/11
to latexus...@googlegroups.com

According to beamerbasemisc.sty, \inserttotalframenumber simply reproduces the value of the framenumber counter. I mistyped the command I suggested at the bottom of my previous message: it should have said:

\addtocounter{framenumber}{-1}

That will decrease the counter by 1.

///Peter

Reply all
Reply to author
Forward
0 new messages