-
Notifications
You must be signed in to change notification settings - Fork 845
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
Issue with texlive 2023 #393
Comments
Hmm, actually, beamer itself seems to have implemented a workaround for that one: Please note that this only triggeres if the |
I get a similar error I am using [2017/01/23 v1.2 Metropolis Beamer theme] and [2023/05/15 v3.70 A class for typesetting presentations] plus pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023). |
I have the same issue with Texlive and Miktex. |
So will the issue disappear if we change the .sty name to a different one? What should be renamed to? |
Hmm, probably not, sorry for causing confusion here :/ Background: I had the above issue for another theme derived from metropolis. But this theme has renamed source files, so the hooks did not trigger. What I then did was: (Please note that \@ifclasslater{beamer}{2023/02/20}{%
% The hooks where first defined for v3.69
\AddToHook{file/beamerfontthemeTHEME.sty/before}{\UseHook{file/beamerfontthememetropolis.sty/before}}
\AddToHook{file/beamerfontthemeTHEME.sty/after}{%
\let\metropolis@frametitleformat\THEME@frametitleformat
\UseHook{file/beamerfontthememetropolis.sty/after}
}
}{} This triggeres beamer's patching hooks even though your sty was renamed. That way, beamer's compatibilitypatches got applied and compilation was fixed for me. But this is only necessary if your theme variation actually renames the file. For the vanilla metropolis theme, So if you use the standard metropolis theme, your best chances are to check whether you are using an up to date beamer version. If this does not work or is not an valid option, you could take a look at what the Edit to add: This is the relevant beamer issue: josephwright/beamer#802 |
Well, a standard metropolis works ok. However, when using it with Polyglossia I get the error. |
This line triggers the error:
|
I solved my own problem by calling this:
Before this: Thx |
Getting the following error
any ideas?
The text was updated successfully, but these errors were encountered: