Ho lo stesso problema anche io. Solo che la soluzione proposta funziona solo a metà:
da come nome corto al titolo e l’autore il niente. Quindi “niente” viene riportato nella barra laterale… ma “niente” sostituisce il nome anche nella barra inferiore.
Penso che la soluzione in questo caso sia andare a modificare il file del tema.
Nella cartella usr/share/texmf/tex/latex/beamer/themes/theme (uso ubuntu) c’è il file
beamerthemeAnnArbor.sty, con questo contenuto:
`% Copyright 2004 by Madhusudan Singh
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.
\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeAnnArbor.sty,v 1.4 2007/01/28 20:48:30 tantau Exp $
\mode \useinnertheme[shadow=true]{rounded} \setbeamerfont{block title}{size={}} Ho cercato la cartella dell’Header, che non esiste nel mio pc `cd /cvsroot/latex-beamer/latex-beamer/themes/theme/ Saluti,
\useoutertheme{infolines}
\usecolortheme{wolverine}
\setbeamercolor{titlelike}{parent=structure,bg=yellow!85!orange}
\mode
bash: cd: /cvsroot/latex-beamer/latex-beamer/themes/theme/: Nessun file o directory
`
Leonardo