Ora vi allego la nuova immagine e le modifiche che ho fatto!
Ho ancora un problema: in base ai caratteri (ad esempio con g o y) contenuti nella seconda linea del titolo mi viene spostato il nome degli autori più in giù! non c’è un modo ragionevole e pulito per dare ad ogni riga un altezza fissa??
`\ProvidesPackage{beamerthemewarcomebposter}
% UNIVPM web site color
\definecolor{redunivpm}{RGB}{122,0,11}
\definecolor{redunivpmlight}{RGB}{175,0,20}
\definecolor{grayunivpm} {RGB}{180,180,180}
% Beamer color
\setbeamercolor{univpmred}{fg=white,bg=redunivpm}
\setbeamercolor{univpmlightred}{fg=white,bg=redunivpmlight}
\setbeamercolor{univpmgray}{fg=black,bg=grayunivpm!70}
\setbeamercolor{title in headline}{fg=white,bg=black}
% Beamer font
% Disable navigation symbols
\beamertemplatenavigationsymbolsempty
% HEADLINE for title, authors name, institute and logo(s)
\setbeamertemplate{headline}{%
\vspace{1.5cm}
\begin{columns}
\hspace{-30cm}
\begin{column}{0.6\linewidth}
\begin{flushleft}
{\color{white}\textbf{\huge{\inserttitle}}\\[2ex]}
{\color{white}\large{\insertauthor}\\[1ex]}
{\color{white}\large{\insertinstitute}\\[1ex]}
\end{flushleft}
\end{column}
\end{columns}
}
\setbeamertemplate{background}{%
\includegraphics[width=\paperwidth]{headerposter}
}
% FOOTLINE for conferance name, location, date and authors contact.
\setbeamertemplate{footline}{%
\begin{beamercolorbox}[ht=0.5cm]{univpmgray}
\end{beamercolorbox}
\begin{beamercolorbox}[ht=3cm,leftskip=2cm,rightskip=2cm]{univpmred}%
\normalsize{\insertdate}
\vspace{1cm}
\end{beamercolorbox}
}`
Grazie
Marco