From d1968ca2b3e67a8e9a78f7ff1998c550e681c36d Mon Sep 17 00:00:00 2001 From: John Purnell <39587+jpcirrus@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:19:37 +1300 Subject: [PATCH] fix: revert changed vertical alignment of title frame 8f2a59e replaced \vfill with \vfil in the title page minipage but this lowered the vertical alignment of the minipage contents. This commit reverts the vertical alignment to what it was previously. --- src/beamerinnerthememoloch.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beamerinnerthememoloch.dtx b/src/beamerinnerthememoloch.dtx index 384da28..5459bbe 100644 --- a/src/beamerinnerthememoloch.dtx +++ b/src/beamerinnerthememoloch.dtx @@ -111,7 +111,7 @@ % space on the title slide. % \begin{macrocode} \setbeamertemplate{title page}{ - \begin{minipage}[b][\paperheight]{\textwidth} + \begin{minipage}{\textwidth} \null% \vfil% \ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi