::
Va beh… oggi mi sento particolarmente buona, perciò ti posto il codice che utilizzo nelle mie presentazioni.
Personalmente, con tre elementi nella footline preferisco alternare il blu e il nero; lo trovo esteticamente più carino:
TITOLO (blu) – AUTORE (nero) – NUMERO DI PAGINA (blu)
Naturalmente, puoi manipolare il codice a tuo piacimento per variare spazi, colori ed elementi da inserire nella footline.
`
\setbeamertemplate{footline}{\leavevmode%
\begin{beamercolorbox}[wd=.33\paperwidth,right,ht=2.25ex,dp=1ex,rightskip=4pt
plus 1pt]{subsection in head/foot}
\insertshorttitle
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.33\paperwidth,center,ht=2.25ex,dp=1ex]{section in head/foot}
\usebeamercolor[fg]{section in foot/head}\insertshortauthor
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.34\paperwidth,ht=2.25ex,dp=1ex,leftskip=4pt plus 1pt,rightskip=4pt plus 1pt]{subsection in head/foot}
\hfill\insertframenumber/\inserttotalframenumber
\end{beamercolorbox}%
}
`
Ovviamente, il codice va inserito nel PREAMBOLO del documento.
Buon divertimento! 😉
Ciao.
r.