The main beamer site lists an example, which I've reproduced below. The only thing I've changed is the title, to Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb.
Code: Select all
Code, edit and compile here:
\documentclass{beamer}\usepackage{beamerthemesplit}\title{Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb}\author{Till Tantau}\date{\today}\begin{document}\frame{\titlepage}\section[Outline]{}\frame{\tableofcontents}\section{Introduction}\subsection{Overview of the Beamer Class}\frame{\frametitle{Features of the Beamer Class}\begin{itemize}\item<1-> Normal LaTeX class.\item<2-> Easy overlays.\item<3-> No external programs needed.\end{itemize}}\end{document}
a) change the footer to only display a truncated version, OR
b) have some kind of combination of a title and a "minititle," so I could say
\title{Dr. Strangelove}
\minititle{or: How I Learned to Stop Worrying and Love the Bomb}
And the footer would display title and the first page would display both title and minititle?