]> gitweb.michael.orlitzky.com - beamer-mjo.git/commitdiff
beamerinnerthememjo.sty: add a footnote template
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 16 Jul 2024 13:04:36 +0000 (09:04 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 16 Jul 2024 13:04:36 +0000 (09:04 -0400)
The indentation in the default is ugly when a footnote spans multiple
lines.

beamerinnerthememjo.sty

index 5eca11ec1399945ed7e68430d877f863af92af8a..f5871280c3c039e05fe4ec196e2e16d0d42d647e 100644 (file)
   \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%
+}