feat: replace `\vfill` with `\vfil` in title frame

This commit is contained in:
Johan Larsson 2024-07-24 22:13:52 +02:00
parent 21bbe492e7
commit 8f2a59e239
2 changed files with 6 additions and 8 deletions

View File

@ -113,7 +113,7 @@
\setbeamertemplate{title page}{ \setbeamertemplate{title page}{
\begin{minipage}[b][\paperheight]{\textwidth} \begin{minipage}[b][\paperheight]{\textwidth}
\null% \null%
\vfill% \vfil%
\ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi \ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi
\ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi \ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi
\ifx\insertsubtitle\@empty\else\usebeamertemplate*{subtitle}\fi \ifx\insertsubtitle\@empty\else\usebeamertemplate*{subtitle}\fi
@ -123,7 +123,7 @@
} }
\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 \vfil%
\null \null
\end{minipage}% \end{minipage}%
} }
@ -387,11 +387,9 @@
% \subsubsection{Footnotes} % \subsubsection{Footnotes}
% \begin{macrocode} % \begin{macrocode}
\setbeamertemplate{footnote}{% \setbeamertemplate{footnote}{%
\parindent 0em\noindent% \parindent 0em\noindent\raggedright \usebeamercolor{footnote}\hbox to
\raggedright 0.8em{\hfil\insertfootnotemark}\insertfootnotetext%%%
\usebeamercolor{footnote}% \par%
\hbox to 0.8em{\hfil\insertfootnotemark}%
\insertfootnotetext\par%
} }
% \end{macrocode} % \end{macrocode}
% %

View File

@ -167,7 +167,7 @@
\totalheightof{% \totalheightof{%
\ifcsdef{moloch@frametitleformat}{\moloch@frametitleformat X}{X}% \ifcsdef{moloch@frametitleformat}{\moloch@frametitleformat X}{X}%
}% }%
}% }%
} }
\newcommand{\moloch@frametitlestrut@end}{% \newcommand{\moloch@frametitlestrut@end}{%