Slide layout model - needs defining #11
Replies: 9 comments 10 replies
-
@samcarter I'm particularly thinking you'll have insight here. |
Beta Was this translation helpful? Give feedback.
-
I agree that a more traditional approach with head and footlines will probably be better. Maybe in the future combined with different pagestyles for title- , section pages etc. Beamer also has this feature that it will shrink spaces once the content fills up the slide. I would ditch this in favour of a more predicable frame geometry. It might also be worth thinking about if the height of the frame title can be subtracted from the text height. This would make it more convenient for scaling figures etc.
A fixed height makes sense imho, that's also what I choose to calculate the on-the-fly aspect ratios in beamer. Lines in a presentation are typically only partially filled, so changing the width (while keeping the height constant) often allows to change aspect rations without having to adapt the slide content. |
Beta Was this translation helpful? Give feedback.
-
This is going to be a boring discussion... I totally agree on the fixed height with you two (which is also what I did in my own presentation class I derived from On the geometry: I agree as well that we should provide a saner approach which results in valid |
Beta Was this translation helpful? Give feedback.
-
Most likely: I just wanted to be sure we are all on the same page. More important is likely that we have a documented (and illustrated) explanation of the model used.
I assume you mean 100mm/96mm :) I can see the point of 96mm height as it's the classic one used in
Again, I'm not surprised this is non-controversial, just wanted to be sure.
I see the coffins idea, but unlike posters, I think a decent number of slides are pretty simply layout-wise, so I'm minded to go with |
Beta Was this translation helpful? Give feedback.
-
With a coffins based approach styling (and more complicated styles) are easier to implement. Sidebars are just a joined coffin for instance whereas in a On the other hand, if one doesn't provide a |
Beta Was this translation helpful? Give feedback.
-
I think my slides must look very different from everyone else's ... It often matters a lot to me that I can use Yes, this makes the layout inconsistent, but I think that is better than shrinking the size of the content which is often the only other option. A logical tableaux cannot be split across slides, for example. So either it gets smaller or it takes more (all) of the screen space. I try very hard not to reduce sizes for accessibility reasons, so I'd always use Arguments in standard form often end up getting I apparently also use |
Beta Was this translation helpful? Give feedback.
-
I agree “full slide” designs are not uncommon, which take over the entire space used for the title.
It would seem sensible to me that if slide titles are needed for accessibility, that if one is not provided there is an implicit (invisible) “Slide XX” title used for tagging.
The ramification is that the implicit title should be customisable, so
\frametitle[tagonly]{…}
or similar might make sense.
|
Beta Was this translation helpful? Give feedback.
-
does it make a difference if slides are nested within a |
Beta Was this translation helpful? Give feedback.
-
I think we are resolved at the moment to go with a standard header/footer, with just the question of where we attach the margin boxes to deal with. That can be sorted in a dedicated discussion (my feeling is the header 'holds' these)). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In
beamer
, the layout model is rather at odds with the typical LaTeX approach, e.g. the header area is non-existent and the top lines therefore sit in the 'body'. It would be good to work out how this should be approached. At present, my feeling is that we should keep more to the same approach as other documents: header and footer areas with a defined height usinggeometry
, etc.Related are the dimensions of slides: I'm minded to say that the height is always 100mm, with a border of (say) 2mm all round, so that the layout is rather more predictable that in
beamer
.Beta Was this translation helpful? Give feedback.
All reactions