Added \bgroup ... \egroup to \CopyrightFrame to ensrue that footline is only removed for this particular frame.

This commit is contained in:
Achim D. Brucker 2016-08-17 09:28:31 +01:00
parent d188a84988
commit 2f952fb90d
1 changed files with 3 additions and 2 deletions

View File

@ -52,14 +52,15 @@
} }
\newcommand{\CopyrightFrame}{% \newcommand{\CopyrightFrame}{%
\setbeamertemplate{footline}[default]% \bgroup\setbeamertemplate{footline}[default]%
\begin{frame}\vfill\Huge% \begin{frame}\vfill\Huge%
{\usebeamercolor[fg]{title}\rmfamily% {\usebeamercolor[fg]{title}\rmfamily%
\noindent To\\ \noindent To\\
\noindent Discover\\ \noindent Discover\\
\noindent And\\ \noindent And\\
\noindent Understand.}\vfill \noindent Understand.}\vfill
\end{frame}} \end{frame}
\egroup}
\newcommand{\AgendaFrame}[1][]{% \newcommand{\AgendaFrame}[1][]{%
\bgroup \setbeamertemplate{footline}[default]% \bgroup \setbeamertemplate{footline}[default]%