I answered my own question, after some spelunking in the Beamer manual.

I needed to specify the subsectionstyle correctly:

\AtBeginSection[] % Do nothing for \section*
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection,hideallsubsections]
\end{frame}
}

\AtBeginSubsection[] % Do nothing for \subsection*
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection,subsectionstyle=show/shaded/hide]
\end{frame}
}


On Mon, 2012-10-29 at 13:42 -0700, Tim Wescott wrote:
> I couldn't even begin to figure out how to Google for this, so I'm
> asking here:
> 
> I have a bunch of long presentations in Beamer.  I want to have the TOC
> show up at section and sub-section breaks.
> 
> At the section breaks, I just want to show the sections.
> 
> At the sub-section breaks, I want to show the sections, and the
> subsections _just in the current section_.  Currently all I can do is
> get _all_ the subsections, which is too much information and doesn't fit
> the page.
> 
> Help?
> 
> I.e., if my outline is
> 
> Section 1: Gliptodont
> Section 1.1: Not armadillos
> Section 1.2: But much like
> Section 2: Blastocyst
> Section 2.1: Genetics
> Section 2.2: The drawbacks of early tatooing
> 
> Then at the section breaks I want to see:
> 
> > Gliptodont
> > Blastocyst
> 
> And at subsections 1.1 and 1.2, I want to see
> 
> > Gliptodont
> >  Not Armadillos
> >  But much like
> > Blastocyst
> 

-- 

Tim Wescott
www.wescottdesign.com
Control & Communications systems, circuit & software design.

Reply via email to