revert: "fix: avoid overflow warnings from titlepage definition"
This reverts commit c1c5b85c30
.
This commit is contained in:
parent
a37558fe81
commit
24c540998b
|
@ -98,7 +98,7 @@
|
||||||
% space on the title slide.
|
% space on the title slide.
|
||||||
% \begin{macrocode}
|
% \begin{macrocode}
|
||||||
\setbeamertemplate{title page}{
|
\setbeamertemplate{title page}{
|
||||||
\begin{minipage}[b]{\textwidth}%
|
\begin{minipage}[b][\paperheight]{\textwidth}
|
||||||
\ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi
|
\ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi
|
||||||
\vfill%
|
\vfill%
|
||||||
\ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi
|
\ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
\ifx\beamer@shortauthor\@empty\else\usebeamertemplate*{author}\fi
|
\ifx\beamer@shortauthor\@empty\else\usebeamertemplate*{author}\fi
|
||||||
\ifx\insertinstitute\@empty\else\usebeamertemplate*{institute}\fi
|
\ifx\insertinstitute\@empty\else\usebeamertemplate*{institute}\fi
|
||||||
\ifx\insertdate\@empty\else\usebeamertemplate*{date}\fi
|
\ifx\insertdate\@empty\else\usebeamertemplate*{date}\fi
|
||||||
\vfill%
|
\vfill
|
||||||
\null
|
\null
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue