mtheme icon indicating copy to clipboard operation
mtheme copied to clipboard

Footnotes in combination with `\fullcite` are very large and their font size cannot be adjusted

Open moritzmathes opened this issue 1 year ago • 2 comments

Hello,

In the example below the second and third footnote should have the same font size. This is only the case when the standard Latex theme is used, but it does not work with the metropolis theme. I've tested this with both TeX Live + TeXstudio and Overleaf and the behaviour is identical. Some time back (a year?) this issue was not there. Please let me know if you know how to fix this.

Best regards, Moritz

Steps to reproduce

\documentclass{beamer}
\usetheme{metropolis}
\usepackage[backend=biber,style=chem-angew]{biblatex}
\bibliography{references.bib}

\begin{document}	
\begin{frame}	
	Text\footfullcite{random_article}
	Text\footnote{\tiny \fullcite{random_article}.}
	Text\footnote{\tiny Author, Journal 2024.}
\end{frame}
\end{document}
@article{random_article,
  author = {Author},
  date = {2024},
  journaltitle = {Journal},
}

Result

demo

Expected result

demo_vanilla

moritzmathes avatar May 27 '24 16:05 moritzmathes

Same problem here

tunakasif avatar Jul 25 '24 11:07 tunakasif

By now I have switched to a maintained fork of metropolis, which is called moloch. There the issue doesn't exist. I hope this is helpful.

moritzmathes avatar Jul 25 '24 13:07 moritzmathes