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!
General ⇒ How to repeat the title in Beamer?
NEW: TikZ book now 40% off at Amazon.com for a short time.

How to repeat the title in Beamer?
I found a (sort of) solution.
In the preamble I put this:
And as the last slide, I put this:
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!
In the preamble I put this:
Code: Select all
\title{Title}
\author{My name}
\institute{Institute}
\date{Date}
Code: Select all
\begin{frame}
\author{} \institute{} \date{}
\maketitle
\begin{quote}
Research question
\end{quote}
\end{frame}
Thanks!
Re: How to repeat the title in Beamer?
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!
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!