From 2289e10024d359c175e070ec983ff44bef452132 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Wed, 12 Jul 2017 10:24:29 +0200 Subject: [PATCH] add subsection slides --- header.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/header.tex b/header.tex index bafc8f5..2b8d3f1 100644 --- a/header.tex +++ b/header.tex @@ -79,3 +79,11 @@ \tableofcontents[currentsection] \end{frame} } + +\AtBeginSubsection[] +{ + \begin{frame} + \frametitle{Table of Contents} + \tableofcontents[currentsection, currentsubsection] + \end{frame} +} -- GitLab