diff --git a/tuos-presentation/beamerthemetuos.sty b/tuos-presentation/beamerthemetuos.sty index bfa60af..c720fc5 100644 --- a/tuos-presentation/beamerthemetuos.sty +++ b/tuos-presentation/beamerthemetuos.sty @@ -44,8 +44,15 @@ \mode +\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