Page number: do not count TOC and \AtBeginSection ?

2,974 views
Skip to first unread message

Matthieu

unread,
Dec 1, 2010, 6:18:03 AM12/1/10
to LaTeX Beamer class
Hi

I like this feature of beamer put again the TOC before each new
section, highlighting the current one, However, those are counted as
new pages... if I have a doc of 3 sections each with two slides (so 6
slides), I will have 9 pages counted :-(

Can I remove the page numbering in the \AtBeginSubsection ? I have:

\AtBeginSection[]{
\frame<beamer>{
\frametitle{Outline}
\tableofcontents[currentsection, hideallsubsections]
}
}

But don't see how to say: don't count this page... any idea?

Thanks!!

Jean-Baptiste Rouquier

unread,
Dec 1, 2010, 6:25:19 AM12/1/10
to beamer...@googlegroups.com
\AtBeginSection[]{
\frame<beamer>{
\frametitle{Outline}
\tableofcontents[currentsection, hideallsubsections]
\addtocounter{framenumber}{-1}
}
}


Jean-Baptiste

Matthieu

unread,
Dec 1, 2010, 6:31:17 AM12/1/10
to LaTeX Beamer class
Thanks!!! Exactly what I needed!!

I don't know if people on this list are also working on the beamer
user guide, maybe this would be an information to add? It seems the
doc does not really mention/explain this nice feature!

Thanks again!

Mat
Reply all
Reply to author
Forward
0 new messages