Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
moritzmathes opened this issue May 27, 2024 · 0 comments

Comments

@moritzmathes
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant