Code: Select all
\AddToShipoutPicture{\ifthenelse{\isodd{\thepage}}%
{\includegraphics{recto}}{\includegraphics{verso}}}
Code: Select all
\AddToShipoutPicture{\ifthenelse{\isodd{\thepage}}%
{\includegraphics{recto}}{\includegraphics{verso}}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Works for me. Thank youpcp1976 wrote:How about using eso-pic in conjunction with ifthen?Where verso is your even page background image and recto is your odd page image.Code: Select all
\AddToShipoutPicture{\ifthenelse{\isodd{\thepage}}% {\includegraphics{recto}}{\includegraphics{verso}}}
NEW: TikZ book now 40% off at Amazon.com for a short time.