Skip to content

Commit

Permalink
feat: replace \vfill with \vfil in title frame
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jul 24, 2024
1 parent 21bbe49 commit 8f2a59e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions src/beamerinnerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
\setbeamertemplate{title page}{
\begin{minipage}[b][\paperheight]{\textwidth}
\null%
\vfill%
\vfil%
\ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi
\ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi
\ifx\insertsubtitle\@empty\else\usebeamertemplate*{subtitle}\fi
Expand All @@ -123,7 +123,7 @@
}
\ifx\insertinstitute\@empty\else\usebeamertemplate*{institute}\fi
\ifx\insertdate\@empty\else\usebeamertemplate*{date}\fi
\vfill
\vfil%
\null
\end{minipage}%
}
Expand Down Expand Up @@ -387,11 +387,9 @@
% \subsubsection{Footnotes}
% \begin{macrocode}
\setbeamertemplate{footnote}{%
\parindent 0em\noindent%
\raggedright
\usebeamercolor{footnote}%
\hbox to 0.8em{\hfil\insertfootnotemark}%
\insertfootnotetext\par%
\parindent 0em\noindent\raggedright \usebeamercolor{footnote}\hbox to
0.8em{\hfil\insertfootnotemark}\insertfootnotetext%%%
\par%
}
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion src/beamerouterthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
\totalheightof{%
\ifcsdef{moloch@frametitleformat}{\moloch@frametitleformat X}{X}%
}%
}%
}%
}

\newcommand{\moloch@frametitlestrut@end}{%
Expand Down

0 comments on commit 8f2a59e

Please sign in to comment.