jolars / moloch

A LaTeX Beamer theme, forked from the metropolis theme
https://ctan.org/pkg/moloch
Creative Commons Attribution Share Alike 4.0 International
89 stars 5 forks source link

Compilation error with Beamer class option `usepdftitle=false` #25

Closed jpcirrus closed 3 weeks ago

jpcirrus commented 1 month ago

First, many thanks for your work in taking Metropolis forward.

When the Beamer class option usepdftitle=false is set, then compilation fails. The reason is that in beamerinnerthememoloch.sty, in the definition of \setbeamertemplate{title page} the command \beamer@andstripped is used, which is defined at beamerbasetitle.sty:151, but only when \ifbeamer@autopdfinfo is true, which it isn't when usepdftitle=false.

Not sure if this should be changed in Moloch or Beamer. cc @samcarter

samcarter commented 1 month ago

Try with the beamer dev version from github

https://github.com/josephwright/beamer/commit/1b04c51a596a51530adeff278ca2c43aa963c9b1

jpcirrus commented 1 month ago

Thanks @samcarter that resolves the issue.

jolars commented 3 weeks ago

Hm, thanks for the report. I guess there's no point in working around this in moloch now that the command will be available in future beamer versions anyway.