-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not hardcoding bibliography item font sizes #5
Comments
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:
moloch/src/beamerfontthememoloch.dtx
Lines 51 to 53 in 7264301
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.The text was updated successfully, but these errors were encountered: