-
Notifications
You must be signed in to change notification settings - Fork 846
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
titleformat frame not recognized on framebreak numbers #216
Comments
Indeed it does but that's what numerals (no matter if roman or arab) look like when typeset in small caps with Fira. This is an issue with a long history (see #33 for first report) that lead to the current implementation allowing you to choose different frametitle styles. Besides that, I don't think we can do much about it. |
I'm not sure if you're right, atleast the following code shows that these numerals will have its own smallcaps also with Fira.
My assumption was that the Edit:
|
Sorry about the confusion. You were right! |
No problem, thanks for having a look at it. Unfortunately we face new problems with the new solution. (Atleast that's what I think when I copied your change to my preambel) |
If I set
titleformat frame=allsmallcaps
and use a frame withallowframebreaks
enabled only the title will be set in smallcaps but not the corresponding latin number (e.g. I,II,III). This looks very strange in my opinion.The following code will show the problem if titleformat frame=allsmallcaps is set:
\begin{frame}[allowframebreaks]{Title} foo \newpage foo \newpage foo \newpage foo \end{frame}
Here is a hint how to solve the problem.
The text was updated successfully, but these errors were encountered: