From: Michael Orlitzky Date: Sat, 1 Nov 2025 15:16:32 +0000 (-0400) Subject: beamerthememjo.sty: add footnote handling X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=74ab7506b984cb72fc234608281580432201b9eb;p=beamer-mjo.git beamerthememjo.sty: add footnote handling Use symbols for the footnotes, and reset the counter on each frame. Using numeric indicators can be confusing when they appear next to a number (such as a year) because they look like exponents. We also do not need to preserve the counter across slides; the audience can see only one slide at a time. Finally, we skip the asterisk (the first default symbol) because it is ugly / wide. --- diff --git a/beamerthememjo.sty b/beamerthememjo.sty index b51e422..0734d3d 100644 --- a/beamerthememjo.sty +++ b/beamerthememjo.sty @@ -56,4 +56,9 @@ { \end{frame} } +% Reset the footnote counter on each slide, and always start +% from the dagger (i.e. skip symbol zero, the asterisk). +\renewcommand{\thefootnote}{\fnsymbol{footnote}} +\AtBeginEnvironment{frame}{\setcounter{footnote}{1}} + \mode