diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty index 9df284f6816c2f934874d5997dadb35223968204..be627e0b170abf21f7afe23058cd9c32534fa3d5 100644 --- a/beamerthemelumc.sty +++ b/beamerthemelumc.sty @@ -248,7 +248,7 @@ \setcounter{framenumber}{0} } -\providecommand{\makeEndingSlide}{ +\providecommand{\makeAcknowledgementsSlide}[1]{ { \hoffset=-1cm \voffset=-2mm @@ -259,23 +259,11 @@ {\includegraphics[height=0.8cm]{logos/lumc_logo_white}}; \fill[LUMCKobaltblauw, opacity=0.25] (1,2.75) rectangle +(7,1); - \node[white, right] at (1.1,3.45) {\normalsize \bf \inserttitle}; + \node[right] at (1.1,3.45) {\normalsize \bf Acknowledgements}; \fill[LUMCKobaltblauw, opacity=0.5] (0,1.75) rectangle +(1,1); - \node[LUMCDonkerblauw, right] at (1.05,2.45) - {\normalsize \bf \mySubTitle}; - - \node[anchor=north] at (6.5,2.60) - {\includegraphics[height=4cm]{\titlePicture}}; - - \node[right] at (0.9,0.7) { - \begin{tabular}{l} - \insertauthor \\ - \myGroup \\ - \myCenter - \end{tabular} - }; + \node[anchor=north west] at (0.9,2.75) {#1}; \node[right] at (0.45,-0.3) {\includegraphics[height=0.8cm]{logos/ul_logo_white}}; diff --git a/presentation.tex b/presentation.tex index dcb96264b4880b14463a6c4325943a7818ce6627..02528a8ba52d22b4905dd2bb3c5d2503e441f8c6 100644 --- a/presentation.tex +++ b/presentation.tex @@ -88,19 +88,12 @@ \end{minipage} \end{pframe} -\makeEndingSlide - -\section{Questions?} -\lastpagetemplate -\begin{pframe} - \begin{center} - Acknowledgements: - \bigskip - \bigskip - - Perhaps acknowledge the author of this template. - - \end{center} -\end{pframe} +\makeAcknowledgementsSlide{ + \begin{tabular}{l} + Someone\\ + My mother\\ + Flying Spaghetti Monster + \end{tabular} +} \end{document}