From c321f2a54b48b50e8f17efc181b2ec947ea40f8f Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 31 Jan 2013 16:54:52 +0100 Subject: configpres: add slide with topics at each subsection makes it easier to recognize the start of 'sth. new' Signed-off-by: Manuel Traut --- configpres.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configpres.tex b/configpres.tex index ae157c1..2d9a3ae 100644 --- a/configpres.tex +++ b/configpres.tex @@ -35,4 +35,11 @@ \begin{document} +\AtBeginSubsection[] +{ +\begin{frame}{Outline} +\tableofcontents[currentsection,currentsubsection] +\end{frame} +} + \input{section} -- cgit v1.2.3