Re: Immagine background in poster latex

#3513
Up
0
Down
::


Si potrebbe usare un comando del tipo
`\newcommand\BackgroundPicture{
\put(0,0){
\parbox[\paperheight]{\paperwidth}{
\vfill
\centering
\includegraphics[width=2.5cm]{…immagine…}
\vfill
}}}`
anche se propapilmente ci sono soluzioni più eleganti, oppure direttamente pacchetti dedicati.

Go to top