From 6a149812409ce9072b785677fe562c5c80af22d4 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 4 Mar 2024 08:42:11 +0100 Subject: [PATCH] fix: improve vertical centering of title slide --- src/beamerinnerthememoloch.dtx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/beamerinnerthememoloch.dtx b/src/beamerinnerthememoloch.dtx index 8a4fbaa..a3ba08a 100644 --- a/src/beamerinnerthememoloch.dtx +++ b/src/beamerinnerthememoloch.dtx @@ -113,6 +113,7 @@ \setbeamertemplate{title page}{ \begin{minipage}[b][\paperheight]{\textwidth} \ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi + \null% \vfill% \ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi \ifx\insertsubtitle\@empty\else\usebeamertemplate*{subtitle}\fi