Semantics of \frametitle #15
Replies: 10 comments 19 replies
-
Sorry I’m not up to speed with the tagging details — is it truly impossible to have an “invisible” section from a tagging perspective?
Assuming not. Personally it makes sense to me that you might require a “section slide” if you use sections at all — the whole point to a section is to break up a presentation and having a breather slide to do this makes complete sense (to me). Although I don’t know if there are all sorts of document constructions in the wild that don’t follow this (e.g., the section slides are omitted in one or other of the document output forms).
I would say, conversely, if there is no section slide then you might omit that level of section tags. But I’m not sure if you can be that “dynamic” in your tagging decisions.
|
Beta Was this translation helpful? Give feedback.
-
It is certainly allowed to have empty structures, and so "invisible" sections. The question is if it makes sense. I was on the side that thought it makes sense: |
Beta Was this translation helpful? Give feedback.
-
Will it be a problem for tagging if users then place higher-level sectioning (e.g. a section) within the frame? This is mostly user-error, but some tools, like biblatex, will do this by default. |
Beta Was this translation helpful? Give feedback.
-
I don't have an answer to this (just an opinion which is to show sections in the frame title and subsections in the frame subtitle (possibly with an addition, so something like However I want to also highlight that any decision on using or not using |
Beta Was this translation helpful? Give feedback.
-
Mostly an outsider view (as I haven't used beamer much) but I doubt you can decide this in general, but from my limited use I'd suggest it has to be an author opt-in so probably make |
Beta Was this translation helpful? Give feedback.
-
Skillman asked me to comment on this. The following is highly opinionated. Bear in mind that I've seen the code for probably one presentation I didn't write (which Joseph gave me). I've also never liked this in Beamer. I'm not going to change this, but I'm not going to paste it either. |
Beta Was this translation helpful? Give feedback.
-
@FrankMittelbach suggests that |
Beta Was this translation helpful? Give feedback.
-
OK, I've been watching a lot of presentations over the past day and also thinking a bit about this. If you look at the structure \begin{frame}
Stuff here
\end{frame} everything inside the This then means that \section{Some stuff}
\begin{frame}
Stuff here
\end{frame}
\begin{frame}
More stuff here
\end{frame} has two frames with the same 'name', but that's quite commonly how my own content works - except at the moment I use (Lots of people don't use frame titles at all for presentations - that would be fine as the theme would suppress output, not alter logical strucutre.) |
Beta Was this translation helpful? Give feedback.
-
In #12 (reply in thread), @FrankMittelbach suggests we could tag frame titles as a Caption, cf. the names of theorems, _etc.: that might work quite well and does mean we have a parallel structure for sections. |
Beta Was this translation helpful? Give feedback.
-
I don't have a strong opinion regarding Caption or some Hn for
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In
beamer
, one can use\frametitle
independent of\section
, etc. Sections are printing out by some themes but not by others, whereas frame titles are (almost) always included in the typeset material. For example, the basic documentprints the frame title but not the section, while adding
\useoutertheme{infolines}
will make the section and subsection names appear on the slides.When you look at this from a tagging perspective, this presents a challenge. We need to be able to give some form of structure, and it's clear that in most (all?) cases, frame titles are part of that. So the question is to whether frame titles fit into the structure of sections, whether they are parallel, etc.
One approach would be to say that frame titles are the level below whatever sectionning is currently applied, so for example if the user has a
\section
,\frametitle
would be a\subsection
in structural terms. But that then requires that the section appears somewhere in the output. One could imagine requiring that if sections are used, they appear, for example - that might be one solution.Looking at PowerPoint as the most common GUI tool for making slides, it offers sections and frame titles in what does seem to be an independent way: sections are about the outline structure, frame titles are about the text. There's only one level of outline, but it does seem to appear in the PDF output if one exports - though I'm not seeing it as part of the tagging structure. So I am not sure this really gives us much of a guide: certainly it's a very different model to the
beamer
one.Thoughts in this area are very welcome: it's not at all clear to me what is 'right' here. But I think we do need a consistent model - leaving this to individual themes (depending on whether they include sections) is likely not a good idea.
Beta Was this translation helpful? Give feedback.
All reactions