GeneralHow to repeat the title in Beamer?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
eva_vdn
Posts: 3
Joined: Tue Jun 03, 2014 11:41 am

How to repeat the title in Beamer?

Post by eva_vdn »

Hey everyone,

I am making a presentation, using beamer. As a last slide, I would like to repeat the title, with my research question underneath.
I know how to repeat the complete title page, but that's not what I want, because I do not want my name and date appear on that last slide, only the title itself.
Is there a way to do that?

Thanks!

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

eva_vdn
Posts: 3
Joined: Tue Jun 03, 2014 11:41 am

How to repeat the title in Beamer?

Post by eva_vdn »

I found a (sort of) solution.

In the preamble I put this:

Code: Select all

\title{Title}
\author{My name}
\institute{Institute}
\date{Date}
And as the last slide, I put this:

Code: Select all

\begin{frame}
\author{} \institute{} \date{}
\maketitle
\begin{quote}
Research question
\end{quote}
\end{frame}
But I have still one problem with this method: between the title and my research question, there is a very large white space... How can I rearrange things such that my research question appears a bit higher on the slide?

Thanks!
eva_vdn
Posts: 3
Joined: Tue Jun 03, 2014 11:41 am

Re: How to repeat the title in Beamer?

Post by eva_vdn »

Okay, I found an (artifical) solution:
I just put my research question as the author in the last slide...
It's not really a nice solution, but it works!

Still, better solution are welcome!
Post Reply