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.

Is it possible to offset the following?

\LLCornerWallPaper{0.1}{BL}
\LRCornerWallPaper{0.1}{BR}
\URCornerWallPaper{0.1}{TR}
\ULCornerWallPaper{0.1}{TL}

I need to shift the images on the corners to ensure there won’t be an overlap between the frame around the page and the above images.

share|improve this question
You can use \addtolength{\wpXoffset}{1in} and \addtolength{\wpYoffset}{1in}. \setlength may also be used. By default theses values will be 0pt. – Harish Kumar Jan 10 at 23:06
Thank you. I should have read the User's Guide more carefully. – Reza Jan 11 at 6:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.