Re: Beamer: come togliere il titolo e l’autore dalla sidebar

#51897
Up
0
Down
::


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}
\useoutertheme{infolines}
\usecolortheme{wolverine}

\setbeamerfont{block title}{size={}}
\setbeamercolor{titlelike}{parent=structure,bg=yellow!85!orange}
\mode
`

Ho cercato la cartella dell’Header, che non esiste nel mio pc

`cd /cvsroot/latex-beamer/latex-beamer/themes/theme/
bash: cd: /cvsroot/latex-beamer/latex-beamer/themes/theme/: Nessun file o directory
`

Saluti,
Leonardo

Go to top