Added \AgendaFrame.

This commit is contained in:
Achim D. Brucker 2016-08-17 09:27:21 +01:00
parent ddf64ca123
commit d188a84988
1 changed files with 18 additions and 1 deletions

View File

@ -44,8 +44,15 @@
\mode
<all>
\AtBeginDocument{
\providecommand{\thanksMsg}{Thank you for your attention!}
\providecommand{\thankYouMsg}{Thank you!}
\providecommand{\thanksQuestionsMsg}{Any questions or remarks?}
\providecommand{\AgendaMsg}{Outline}
}
\newcommand{\CopyrightFrame}{%
\setbeamertemplate{footline}[default]
\setbeamertemplate{footline}[default]%
\begin{frame}\vfill\Huge%
{\usebeamercolor[fg]{title}\rmfamily%
\noindent To\\
@ -54,5 +61,15 @@
\noindent Understand.}\vfill
\end{frame}}
\newcommand{\AgendaFrame}[1][]{%
\bgroup \setbeamertemplate{footline}[default]%
\begin{frame}
\frametitle{\AgendaMsg}
{\tableofcontents[#1]}
\end{frame}
\egroup}
\endinput