-
Notifications
You must be signed in to change notification settings - Fork 143
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
beamer removes options with equal sign from the class option list #815
Comments
'Yes' ... that's all by-design after all: |
Well it is a bit curious if some options simply disappear, and as far as I can see this is not documentated. Is this cleaning up still needed? |
@u-fischer I mean that |
But that is not true. If you do
then the option is passed without problem. beamer removes only options with equal sign, not the others. And the special options for hyperref and xcolor are only needed because beamer load the packages. To me it looks as if beamer was trying to avoid that packages fall over the keyval options and so removed them from the list. But perhaps this is no longer needed? |
beamer internally loads the package
beamerbaseoptions
and then calls\beamer@filterclassoptions
. This removes options with equal sign from\@classoptionslist
:gives
(extracted from https://tex.stackexchange.com/q/669273/2388)
The text was updated successfully, but these errors were encountered: