Closed jpcirrus closed 3 weeks ago
Try with the beamer dev version from github
https://github.com/josephwright/beamer/commit/1b04c51a596a51530adeff278ca2c43aa963c9b1
Thanks @samcarter that resolves the issue.
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.
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 inbeamerinnerthememoloch.sty
, in the definition of\setbeamertemplate{title page}
the command\beamer@andstripped
is used, which is defined atbeamerbasetitle.sty:151
, but only when\ifbeamer@autopdfinfo
istrue
, which it isn't whenusepdftitle=false
.Not sure if this should be changed in Moloch or Beamer. cc @samcarter