]> gitweb.michael.orlitzky.com - beamer-mjo.git/blobdiff - beamerthememjo.sty
COPYING,LICENSE: add 'em (AGPL-3.0+)
[beamer-mjo.git] / beamerthememjo.sty
index c2c658f535a063728c1292419d8b97f32155b61e..3684bd22fe268fb7735bf19b6336bd7dd138710c 100644 (file)
 % Create a slide introducing new sections.
 \AtBeginSection[]{
   \begin{frame}
-    \frametitle{
-      \ifx\insertpart\@empty%
-      \else%
-      Part \thepart, %
-      \fi%
-      Section \thesection
-    }
     \vfill
     \begin{center}
       \usebeamerfont{title}
   \end{frame}
 }
 
-% Define a new ``partsecframe'' environment that uses a default frame
-% title of ``<part>: <section>'' when no other frame title is given.
-\newenvironment{partsecframe}[1][%
-  \ifx\insertpart\@empty%
-  \else%
-  \insertpart: %
-  \fi%
-  \insertsectionhead%
-]
-  {\begin{frame}{#1}\vskip1em\par}
-  {\end{frame}}
-
 % Define a new ``refsframe'' environment for the bibliography.
 % It automatically handles the frame breaks, and fixes the busted
 % vertical spacing on slides >= 2. The extra curly braces ensure that