Skip to content

Instantly share code, notes, and snippets.

@bougui505
Last active August 29, 2015 13:57
Show Gist options
  • Save bougui505/9598545 to your computer and use it in GitHub Desktop.
Save bougui505/9598545 to your computer and use it in GitHub Desktop.
syntax to show hide section, subsection, subsubsections. Syntax: \tableofcontents[sectionstyle=section en cours/autres sections]; \tableofcontents[subsectionstyle=sous-section en cours/autres sous-sections de la section en cours/autres sous-sections]; etc... From: http://mcclinews.free.fr/latex/introbeamer/elements_diaporama.html
\AtBeginSection[]
{
\begin{frame}[plain]
\tableofcontents[currentsection, section=show/shaded, subsectionstyle=show/show/hide, subsubsectionstyle=show/show/show/hide]
\end{frame}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment