forked from matze/mtheme
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Consider the following example:
\documentclass{beamer}
\usepackage[backend=biber]{biblatex}
\addbibresource{biblatex-examples.bib}
\usetheme{moloch}
\begin{document}
\begin{frame}
Normal Text \fullcite{knuth:ct}\footfullcite{knuth:ct}\footnote{Normal Footnote Size}
\Tiny Normal Text \fullcite{knuth:ct}
\end{frame}
\end{document}
In default beamer themes, the font size of the citation can adapt to the surrounding context, e.g. to the size of footnotes or text around it.
One could avoid the problem by not hard coding the size of the bibliography items:
moloch/src/beamerfontthememoloch.dtx
Lines 51 to 53 in 7264301
| \setbeamerfont{bibliography entry author}{size=\normalsize, series=\normalfont} | |
| \setbeamerfont{bibliography entry title}{size=\normalsize, series=\bfseries} | |
| \setbeamerfont{bibliography entry location}{size=\normalsize, series=\normalfont} |
At least for the ones with \normalsize, the hard coded sizes don't seem to have a lot of advantages, as they are normally uses in normal size anyway, but cause problems like the ones mentioned above.
Metadata
Metadata
Assignees
Labels
No labels