From: Michael Orlitzky Date: Wed, 28 Sep 2016 15:17:02 +0000 (-0400) Subject: Add a slide introductiong new sections by default. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=dd23a31fe3dd9b195c3e00f5b6c556368d436676;p=beamer-mjo.git Add a slide introductiong new sections by default. --- 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