Handling of \frametitle and \framesubtitle #12
Replies: 12 comments 19 replies
-
Personally, I've always been a fan of the
syntax. In beamer it made the frametitle a lot more flexible to use, e.g. for overlays. Just to throw in a different approach for brain-storming: how about key-values in frame options, e.g. |
Beta Was this translation helpful? Give feedback.
-
Wanted to throw in the key-values as well. I don't think that changing the |
Beta Was this translation helpful? Give feedback.
-
I find things like
very useful. This avoids a lot of code duplication compared to using two separate frames. |
Beta Was this translation helpful? Give feedback.
-
I'd thought about that (should have listed it earlier), but I worry
|
Beta Was this translation helpful? Give feedback.
-
Don't get me wrong, I didn't mean it couldn't be useful (and I see the appeal), I'm just wary whether the advantages outweigh the implications. That's something you two are certainly better suited to assert. |
Beta Was this translation helpful? Give feedback.
-
Looking back, I should have added I do wonder about |
Beta Was this translation helpful? Give feedback.
-
you could have both, i.e., all frames doing fragile handling by default but offer robust-frames=true/false on package load (with default=true) and those concerned about speed (and I have decks with 500+ pages) can set it to false and then need to add "fragile" whenever necessary. |
Beta Was this translation helpful? Give feedback.
-
Compilation speed is a huge deal for me. I very rarely need |
Beta Was this translation helpful? Give feedback.
-
One point which might be against
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I've been thinking a bit about frame titles, specifically as they look like we should tag them as Captions. That means that frames look quite like floats (an env with a caption), and that suggests to me that the Going with So unless there are strong arguments, I think we'll likely stick with the current model. |
Beta Was this translation helpful? Give feedback.
-
I use subtitles quite a lot - probably similar to the way other people have described using them. Like most people's, my slides are now on a VLE behind a wall, but I have some older ones which aren't e.g. https://cfrees.wordpress.com/wp-content/uploads/2012/01/2-persons-h.pdf. Note these are all created with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The optional-group syntax in
beamer
is not one we want to carry forward. That leaves us with the question of how to handle frame (sub)titlesor
or something else. Subtitles make this more tricky: it's hard to see they could be mandatory, but they are likely wanted.
Beta Was this translation helpful? Give feedback.
All reactions