Hey list, I have an image that I would like to use as the page background on every page of a document. The image matches the dimensions of the full page already. I know how to insert it as a floating figure or as a logo in the margin, but not as the entire page itself. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On Wed, 4 Apr 2012, Kip Warner wrote:
Hey list,
I have an image that I would like to use as the page background on every page of a document. The image matches the dimensions of the full page already. I know how to insert it as a floating figure or as a logo in the margin, but not as the entire page itself.
Use layers to set the image as a background image. http://wiki.contextgarden.net/Draft_Watermark Aditya
Am 04.04.2012 um 23:03 schrieb Kip Warner:
Hey list,
I have an image that I would like to use as the page background on every page of a document. The image matches the dimensions of the full page already. I know how to insert it as a floating figure or as a logo in the margin, but not as the entire page itself.
\defineoverlay[backgroundfigure][\overlayfigure{mill}] \setupbackgrounds[page][background=backgroundfigure] \starttext \dorecurse{12}{\page[empty]} \stoptext Wolfgang
On Thu, 2012-04-05 at 04:41 +0200, Wolfgang Schuster wrote:
\defineoverlay[backgroundfigure][\overlayfigure{mill}]
\setupbackgrounds[page][background=backgroundfigure]
\starttext \dorecurse{12}{\page[empty]} \stoptext
Wolfgang
Thanks Wolfgang & Aditya. Both solutions are useful. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (3)
-
Aditya Mahajan
-
Kip Warner
-
Wolfgang Schuster