Search found 3 matches

by eva_vdn
Tue Jun 03, 2014 12:23 pm
Forum: General
Topic: How to repeat the title in Beamer?
Replies: 2
Views: 2571

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!
by eva_vdn
Tue Jun 03, 2014 12:08 pm
Forum: General
Topic: How to repeat the title in Beamer?
Replies: 2
Views: 2571

How to repeat the title in Beamer?

I found a (sort of) solution.

In the preamble I put this:
\title{Title}
\author{My name}
\institute{Institute}
\date{Date}

And as the last slide, I put this:
\begin{frame}
\author{} \institute{} \date{}
\maketitle
\begin{quote}
Research question
\end{quote}
\end{frame}

But I have still one ...
by eva_vdn
Tue Jun 03, 2014 11:46 am
Forum: General
Topic: How to repeat the title in Beamer?
Replies: 2
Views: 2571

How to repeat the title in Beamer?

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