I was writing a beamer presentation. I noticed that beamer reserves a place in the footline after the author (if it's not mentioned it puts empty braces!) as in the following image: I don't want to have the institution name in the footline, please tell me how to modify my code to red from it.
Code: Select all
Code, edit and compile here:
\documentclass[serif,handout]{beamer}\renewcommand*\familydefault{\sfdefault}\usepackage{beamerthemesplit}\title{\bf The Title}\author{The author}\date{\today}\usetheme{Boadilla}\begin{document}\frame{\titlepage}\end{document}