Skip to content

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

@moritzmathes

Description

@moritzmathes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions