Document Classes ⇒ Beamer: last frame = titlepage
Beamer: last frame = titlepage
usually in a presentation the titlepage of the presentation is repeated at the end of the presentation, so that the assistants keep in remind the title and the authors, and then the questions round starts.
I have done this by typing...
%%%% First frame
\begin{frame}[label=title]
\titlepage
\end{frame}
.
.
.
%%%% Last frame
\againframe{title}
My problem is that I have used a sidebar theme and I can see the toc at the last point, where I want only to see the TOC undeployed.... Do you know what I mean?
Could somebody help me? Thank you in advance...
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Beamer: last frame = titlepage

Once you have the PDF file, extract the first page and insert it at the end of the document...
But I wonder myself if this would be possible without this botched job...
