mtheme icon indicating copy to clipboard operation
mtheme copied to clipboard

Space between footnote and Bottom of the slide

Open tom-anders opened this issue 7 years ago • 0 comments

Is there a way to get rid of the space between a footnote and the bottom of a slide? IMO it wastes too much space for the presentations main content. Screenshot:

Example

\documentclass[aspectratio=169, 10pt]{beamer} \usetheme[progressbar=frametitle]{metropolis} \begin{document}
\begin{frame}{Test}
Foonote here\footnote{This is a footnote}.
\end{frame}
\end{document}

tom-anders avatar Jun 02 '18 10:06 tom-anders