Re: solo immagine sfondo pagine di destra

#32469
Up
0
Down
::


ciao trovato:

nel:

\makeatletter
\newcommand{\Sfondi}[2]{%
\ifodd\value{page}\@Sfondi{#1}\else\@Sfondi{#2}\fi
\EveryShipout{\ClearShipoutPicture
\ifodd\value{page}\@Sfondi{#2}\else\@Sfondi{#1}\fi}}
\def\@Sfondi#1{\AddToShipoutPicture*{\AtPageCenter{%
\makebox(0,0){\includegraphics[width=\paperwidth, height=\paperheight]{#1}}}}}
\makeatother

bisogna togliere l’asterisco da AddToShipoutPicture

Go to top