Changes

Jump to navigation Jump to search
add link to Draft Watermark
I was in need of adding a watermark to the background of a book. Left and right pages needed a different watermark. I also needed the ability to position the watermark anywhere on the page. Through a nice [http://archive.contextgarden.net/message/20061102.165302.c22abc29.en.html discussion on mailing list] Hans was able to make clear how to go about this. In my final usage of the code below, I changed the preset to bottomleft/bottomright and added hoffset/voffset values to position the text where I wanted it. The solution below would also allow for placing images in the background instead of text. <pretexcode>
\setuppagenumbering
[alternative=doublesided]
\chapter{first} \dorecurse{30}{\input tufte }
\stoptext
</pretexcodeFor a somewhat different example, see [[Draft Watermark]] [[Category:Layers]]

Navigation menu