I am aware of enduserslide but it takes a number that I don't necessarily know upfront.
I would like to leave a marker in the codes for my slides and have LaTeX figure out the slide number on its own. There may be other mechanisms that I am unaware of that could be used to achieve the goal.
So I think I would prefer having something like
\begin{frame}
\pdfpclastframe
My last frame
\end{frame}
rather than having to know the number of the slide upfront.
Better yet if \appendix would be recognised and the last content slide be marked as enduserslide automatically.
I've toyed around with a few approaches and most notably, using the framenumber is not a solution, because you can have skipped frames with the <0> overlay specification.
I am aware of enduserslide but it takes a number that I don't necessarily know upfront.
I would like to leave a marker in the codes for my slides and have LaTeX figure out the slide number on its own. There may be other mechanisms that I am unaware of that could be used to achieve the goal.
So I think I would prefer having something like
rather than having to know the number of the slide upfront.
Better yet if
\appendixwould be recognised and the last content slide be marked asenduserslideautomatically.I've toyed around with a few approaches and most notably, using the framenumber is not a solution, because you can have skipped frames with the
<0>overlay specification.