From: Michael Orlitzky Date: Tue, 16 Jul 2024 13:04:36 +0000 (-0400) Subject: beamerinnerthememjo.sty: add a footnote template X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=540a3a63a365ae035e41a4ec58beddfb8afba687;p=beamer-mjo.git beamerinnerthememjo.sty: add a footnote template The indentation in the default is ugly when a footnote spans multiple lines. --- diff --git a/beamerinnerthememjo.sty b/beamerinnerthememjo.sty index 5eca11e..f587128 100644 --- a/beamerinnerthememjo.sty +++ b/beamerinnerthememjo.sty @@ -70,3 +70,13 @@ \usebeamercolor[fg]{block body} } \setbeamertemplate{proof end}{} + + +% Align the second row of footnote text under the first row. +\defbeamertemplate*{footnote}{mjo}{ + \hangindent1em\hangafter1\noindent% + \raggedright% + \hbox to 1em{\insertfootnotemark\hfil}% + \insertfootnotetext% + \par% +}