Closed samcarter closed 9 months ago
Thanks @samcarter! I ended up removing the bibliography entry customization altogether.
Completely unrelated: for an upcoming talk about beamer, I made a graphic in a similar font style as https://en.wikipedia.org/wiki/File:Metropolis_(German_three-sheet_poster).jpg . I thought maybe you'd like to have it as well:
That's really very nice, thanks! Do you mind if I use this as the official logo for the package (with proper attribution of course)?
Feel free to use the graphic where ever you like, no attribution required!
Consider the following example:
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:
https://github.com/jolars/moloch/blob/726430149bebefb30caff08c3d2d00bb58d721f5/src/beamerfontthememoloch.dtx#L51-L53
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.