From 4ead00dfd08239099458679b51bfc9c7f766f12b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 9 Jun 2023 12:58:34 -0400 Subject: [PATCH] Add a "date" line that can also mention the conference location. --- beamerinnerthemeUMBC.sty | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/beamerinnerthemeUMBC.sty b/beamerinnerthemeUMBC.sty index 180b03c..98e8683 100644 --- a/beamerinnerthemeUMBC.sty +++ b/beamerinnerthemeUMBC.sty @@ -15,13 +15,18 @@ \usebeamerfont{subtitle}\insertsubtitle\par% \end{beamercolorbox}% - % Without a logo to take up the available space, it looks better - % if we move the author's name down a bit. - \vspace{4em} + \vskip1em\par \begin{beamercolorbox}[sep=4pt,center,#1]{author} \usebeamerfont{author}\insertauthor \end{beamercolorbox} + + \vskip1em\par + + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + % The smaller "institute" font face looks better for this. + \usebeamerfont{institute}\insertdate + \end{beamercolorbox} \end{centering} \vfill } -- 2.43.2