How to \maketitle (and others) #72
Replies: 4 comments
-
Does it make tagging easier to have only one? (Though I believe environments are easier to tag generally.) It has never really occurred to me to try I agree |
Beta Was this translation helpful? Give feedback.
-
I didn't actually do the statistics, but I think I've seen way more questions with |
Beta Was this translation helpful? Give feedback.
-
About the beamer There are two possible use cases:
Just thinking out loud for ltx-talk. How about
|
Beta Was this translation helpful? Give feedback.
-
If you are going to rename these, maybe also rename the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In
bemear
, the 'preferred' way to insert a title frame is using\titlepage
, though\maketitle
is still available. The latter can be used inside or outside a frame and works equally well either way. On the other hand,\titlepage
is documented always inside aframe
env.At present, I'd implemented only
\maketitle
as that matches the LaTeX standard approach, but I wonder what is best overall. There's also things like\sectionpage
inbeamer
, which we will need to consider and which might influence thinking. (I'm not that happy withpage
in those names, BTW.)Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions