On Thu, Sep 26, 2002 at 02:55:55PM +0200, Ragnar Beer wrote: > I read Herbert Voss' Lyx tip on how to put a background image on every > page in a text. My problem: I need the background image only on page one > of a letter (koma-script). Does anybody know how to get it only there and > not on the other pages?
Instead of putting \AddToShipoutPicture{..} in the preamble, use \AddToShipoutPicture*{..} in the desired page.