From: Michael Orlitzky Date: Fri, 9 Jun 2023 16:58:34 +0000 (-0400) Subject: Add a "date" line that can also mention the conference location. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4ead00dfd08239099458679b51bfc9c7f766f12b;p=beamer-mjo.git Add a "date" line that can also mention the conference location. --- 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 }