I would like to know if there is a code on preambule wich allows me to alternate 2 images, placing one of them as background on even numbered pages, and the other one the odd numbered pages.
Actually I have one image for every page.
I'm using in my preambule:
\usepackage[scale=0]{background}
\SetBgScale{1}
\SetBgAngle{0}
\SetBgOpacity{1}
\SetBgVshift{-7.1mm}
\SetBgContents{\includegraphics{image/hkbg.eps}}
And for the fisrt page, I have this line to prevent my background to appear in it:
\NoBgThispage

ifoddpage. It works for me. :-) – Aug 10 '14 at 15:35