Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm placing a background in my report document, using the LaTeX wallpaper package. However, I am not able to easily place a document on all pages except for one (the title page). I am using \ULCornerWallPaper{1}{background.pdf} in my preamble to set the background, but if I use \ClearWallPaper, which was the only related command I found in the documentation, then the background simply disappears on all pages.

How can I make the background appear in the whole document, except for on a specific page (without having to add it manually to all pages)?

share|improve this question

1 Answer

Try the xwatermark package. You can specify the pages that should receive the watermark. Use the key

pages={2-\lastdocpage}
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.