I'm making slides in latex and want the footline to appear to have my name and the institution (rather than my name and the title). Is there an easy way to do this? Thanks.
Code: Select all
\documentclass{beamer}[10]
\usepackage{pgf}
\usepackage{beamerthemesplit}
\definecolor{kugreen}{RGB}{50,93,61}
\definecolor{kugreenlys}{RGB}{132,158,139}
\definecolor{kugreenlyslys}{RGB}{173,190,177}
\definecolor{kugreenlyslyslys}{RGB}{214,223,216}
\setbeamercovered{transparent}
\mode<presentation>
%\usetheme[numbers,totalnumber,compress,sidebarshades]{PaloAlto}
\setbeamertemplate{footline}[title]
\usecolortheme[named=kugreen]{structure}
\useinnertheme{circles}
\usefonttheme[onlymath]{serif}
\setbeamercovered{transparent}
\setbeamertemplate{blocks}[rounded][shadow=true]
%\logo{\includegraphics[width=1.5cm]{billeder/logo}}
\title{TITLE}
\author{NAME}
\institute{Department of Political Science \\ Washington University in St. Louis}
\date{\today}
\begin{document}