Blocks - templating and titling #13
Replies: 9 comments
-
Answering my own questions with my current feeling
Yes, I think
Again, I think 'yes' once we go beyond the current stub.
My feeling is that this is similar to |
Beta Was this translation helpful? Give feedback.
-
I like the name It is certainly the same situation as with the frame title, so a consistent solution makes sense. Beamer is a bit weird when it comes to an empty block title. For the rounded theme, it will throw away an empty title and just show the block body. For the rectangular theme, it will show an empty block title. There have been many questions from users who wanted the behaviour of whatever inner theme they didn't use, so both approaches seem to have fans. With |
Beta Was this translation helpful? Give feedback.
-
I would require |
Beta Was this translation helpful? Give feedback.
-
@samcarter Very good point: I've always found it awkward that I have to have a title, as I have used blocks in the past as arbitrary containers. |
Beta Was this translation helpful? Give feedback.
-
Also been thinking about tagging. I've made the block title a subsection for the present, but it's likely better considered in a presentation as some kind of caption. (That seems to contrast with a poster, where people do use blocks as more-or-less sections in my experience.) |
Beta Was this translation helpful? Give feedback.
-
Just as a data point for comparison: Rmarkdown uses the heading level below the frametitle for block titles, e.g.
will give
|
Beta Was this translation helpful? Give feedback.
-
But in Also I know presentations in which the frame title was the section, and the subtitle the subsection plus the actual frame title (some of my professors used such a style to have their presentations in sync with scripts etc.). |
Beta Was this translation helpful? Give feedback.
-
@Skillmon Well yes it depends very much how one uses this: Till provided sections as well as frame/block names so one can have structure using 'standard' sectioning as well (and there's |
Beta Was this translation helpful? Give feedback.
-
I think for the present we will stick with the model that blocks are like frame and have an explicit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In
beamer
, theblock
environment takes a title and may be used for design purposes. However, it is in many ways the same in concept as the L3block
template, which is used in the current development code to re-implement quotes, lists, etc. This leads to a few related questionsxbeamer
call this environmentblock
at all?block
template system? The would currently mean requiring thelatex-lab
code (\DocumentMetadata{}
line)Beta Was this translation helpful? Give feedback.
All reactions