You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In beamerfontthemedefault.sty, in the vicinity of Line 80:
\setbeamerfont{block body}{}
# These two font template don't have a parent
\setbeamerfont{block body alerted}{}
\setbeamerfont{block body example}{}
# but this one does
\setbeamerfont{block title}{size=\large,parent={structure,block body}}
\setbeamerfont{block title alerted}{parent={block title,alerted text}}
\setbeamerfont{block title example}{parent={block title,example text}}
Therefore, two possible solutions:
Let these two font templates, block body altered and block body example, inherit block body;
Remove the inheritance relation between block title and block body.
The inheritance of fonts in blocks seems a bit inconsistent, maybe this can be unified...
The text was updated successfully, but these errors were encountered: