Using TiKZ, I'm trying to create an image that fits the margin of odd-sided pages (a water stamp of sort) for an A6 booklet. My idea was at first to create an image that is exactly the same size as an A6 page, compile to PDF and then use eso-pic to set it as the background of the booklet document.
However, I've realized I want to use commands such as \thesection to show information in the margin, so I'd rather do this in a way where everything fits in the same document. An example of what I want to accomplish can be seen here, where the document shows an A4 with eight A6 pages, the first one being odd-numbered.
I can't figure out how to scale the tikzpicture to fit the page exactly. Some parts of the image should be fitted to the page edge, so I need it to scale exactly, without margins. You could say I'm trying to do this, only the opposite.



(current page)node to position your picture. Can you provide more details about the watermark even make a compilable example so that we can have a look at the positioning? – percusse Jun 28 '12 at 19:13