How to Remove Footers of LaTeX Beamer Templates?

reprogrammer picture reprogrammer · Sep 17, 2009 · Viewed 56.7k times · Source

I am using the "beamerthemesplit" template of the Beamer LaTeX package. This templates includes the author's name and the title of the presentation in the footer of all pages. Is anyone aware of any way to suppress this footer?

Answer

reprogrammer picture reprogrammer · Sep 17, 2009

I got rid of the default footer, and inserted page numbers instead using the following commands.

%gets rid of bottom navigation bars
\setbeamertemplate{footline}[page number]

%gets rid of navigation symbols
\setbeamertemplate{navigation symbols}{}