From dd23a31fe3dd9b195c3e00f5b6c556368d436676 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 28 Sep 2016 11:17:02 -0400 Subject: [PATCH] Add a slide introductiong new sections by default. --- beamerthemeUMBC.sty | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/beamerthemeUMBC.sty b/beamerthemeUMBC.sty index 02be453..846a3fa 100644 --- a/beamerthemeUMBC.sty +++ b/beamerthemeUMBC.sty @@ -7,4 +7,16 @@ \usefonttheme{UMBC} \usecolortheme{UMBC} +% Create a slide introducing new sections. +\AtBeginSection[]{ + \begin{frame} + \frametitle{Part \thepart, Section \thesection} + \vfill + \begin{center} + \usebeamerfont{title}\insertpart: \insertsectionhead\par% + \end{center} + \vfill + \end{frame} +} + \mode -- 2.43.2