- Questo topic ha 8 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 14 anni, 9 mesi fa da .
-
Topic
-
Salve a tutti!
La settimana prossima devo andare ad una conferenza e sto preparando il poster. Mi era stato fornito un metodo per farlo in latex ma coinvolgeva troppi programmi e mi sembrava troppo macchino ed allora ho pensato di cercare un pacchetto latex per farlo. Mi sono imbattuto in beamerposter che non mi sembra male ma ho problemi nel mettere un immagine come sfondo per l’headline del poster… in particolare, con inkscape ho fatto un immagine 841x9cm (sia in png che pdf) ma quando la metto dentro non ha la dimensione che voglio e non riesco a farcela stare in nessun modo. Vi allego il tex, l’immagine e il theme (beamerthemewarcomebposter.sty)
`
\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{7.0cm}
}\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}
}
`spero possiate aiutarmi al più presto
Marco
- Devi essere connesso per rispondere a questo topic.