Skip to content

Commit

Permalink
revert: "fix: avoid overflow warnings from titlepage definition"
Browse files Browse the repository at this point in the history
This reverts commit c1c5b85.
  • Loading branch information
jolars committed Jan 15, 2024
1 parent a37558f commit 24c5409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beamerinnerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
% space on the title slide.
% \begin{macrocode}
\setbeamertemplate{title page}{
\begin{minipage}[b]{\textwidth}%
\begin{minipage}[b][\paperheight]{\textwidth}
\ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi
\vfill%
\ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi
Expand All @@ -116,7 +116,7 @@
\ifx\beamer@shortauthor\@empty\else\usebeamertemplate*{author}\fi
\ifx\insertinstitute\@empty\else\usebeamertemplate*{institute}\fi
\ifx\insertdate\@empty\else\usebeamertemplate*{date}\fi
\vfill%
\vfill
\null
\end{minipage}
}
Expand Down

0 comments on commit 24c5409

Please sign in to comment.