Frames, slides and pages #14
Replies: 6 comments 10 replies
-
From my Australian context, calling it a "slide" would match the terminology I would use colloquially and professionally (e.g. "see the figure on the left of the slide"). Although overlays and so on create additional PDF pages, I don't really think about the discrete PDF pages conceptually as separate "slides". OTOH, I guess in the old days of overhead projectors, every additional transparency you printed was almost literally a physical "slide", so I think the terminology can be argued both ways. I think I agree with the idea of I had never considered the clash between \frame and \begin{frame} — that must indeed be awkward internally :) |
Beta Was this translation helpful? Give feedback.
-
Supporting LaTeX What I think we can't do is not support |
Beta Was this translation helpful? Give feedback.
-
[Some thumbs-up/down votes please :)] |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In all the years of reading beamer questions, I've seen only one or two cases of people directly using the latex |
Beta Was this translation helpful? Give feedback.
-
I'd keep |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
beamer
uses the environment nameframe
at the document level, with each page within that referred to as a 'slide'. However, that means there's a clash with LaTeX's\frame
command and some internal gymnastics. On one had, the naming is well-established, on the other we should consider if we want to carry this forward or to adjust (slide
environment plusoverlay
orpage
?).Beta Was this translation helpful? Give feedback.
All reactions