Document ClassesBeamer: last frame = titlepage

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Beamer: last frame = titlepage

Post by corderin »

Hello,

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...

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Re: Beamer: last frame = titlepage

Post by corderin »

OK, for somebody with the same problem...I have "botched up"... :oops:

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... :?:
Post Reply