I use beamer class with a special theme. In fact I have took one of the built-in themes and deleted all information about header and footer as i don't need any split or so.
Anyway, I need page numbers and author name in the right and left part of the footer respectively. With the page numbers there is no problem as i could use in the preamble:
Code: Select all
\setbeamertemplate{footline}[page number]{}
Code: Select all
\setbeamertemplate{footline}[text]{author \hfill page number}
thanx