From d188a84988689f1b92f2e79f22b9ae8a8ea16dad Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Wed, 17 Aug 2016 09:27:21 +0100 Subject: [PATCH] Added \AgendaFrame. --- tuos-presentation/beamerthemetuos.sty | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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