Skip to content
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

Missing beamer frame options #7869

Closed
samcarter opened this issue Jan 27, 2022 · 2 comments
Closed

Missing beamer frame options #7869

samcarter opened this issue Jan 27, 2022 · 2 comments

Comments

@samcarter
Copy link

The beamer frame options s and squeeze seem to be missing from this list:

let frameoptions = ["allowdisplaybreaks", "allowframebreaks", "fragile",
"b", "c", "t", "environment",
"label", "plain", "shrink", "standout",
"noframenumbering"]

It would also be nice if users could use their custom defined frame options or, if freeform text is not possible, at least add a few spare options like usera, userb, userc ? (example where this would have been nice to have https://stackoverflow.com/a/58644762/2777074)

@jgm
Copy link
Owner

jgm commented Jan 27, 2022

I have a better idea: I'll allow you to use frameoptions="..." to put whatever you want in there.

@samcarter
Copy link
Author

@jgm Perfect!

@jgm jgm closed this as completed in 4fa042f Jan 27, 2022
jgm added a commit that referenced this issue Jan 27, 2022
to a beamer frame, using the frameoptions attribute.
Updated manual.

See #7869.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants