ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* overlay page background missing
@ 2006-11-02 16:53 Paul Jones
  2006-11-02 17:15 ` Mojca Miklavec
  0 siblings, 1 reply; 15+ messages in thread
From: Paul Jones @ 2006-11-02 16:53 UTC (permalink / raw)


Hello all,

I am trying to put together a wedding book.  I would like a nice
watermark behind the text on each page.  Left page containing the word
'together', and right page containing the word 'forever'.  I can get
this done with an overlay, but it is always centered in the page.  So
after reading some threads about layers in overlays I thought this
might work.  Putting a layer into an overlay does give me the ability
to positiong the words, but I can no longer get them to show up on all
of the pages.  Am I doing this in a resonable way?  Why did the
setupbackgrounds stop working when I put the layer into the overlay?

Much thanks,
Paul

%output=pdf
\setuppagenumbering[alternative=doublesided]

\setupcolors[state=start]

\setupbackgrounds[page][background={WatermarkOverlay}]

\startsetups WatermarkSetup
         \doifoddpageelse
                {\framed[frame=off,foregroundcolor=gray]
                {\scale[sx=12,sy=12]
                {\rotate[rotation=20.0]{forever}}}}

                {\framed[frame=off,foregroundcolor=gray]
                {\scale[sx=12,sy=12]
                {\rotate[rotation=20.0]{together}}}}
\stopsetups

\definelayer[WatermarkLayer]
\setlayer[WatermarkLayer][hoffset=-4cm,voffset=12cm]{\setups{WatermarkSetup}}

\defineoverlay[WatermarkOverlay][{\placelayer[WatermarkLayer]}]


\starttext
\framed[height=\textheight, width=\textwidth,
background={WatermarkOverlay}, frame=on]{overlay frame}
\chapter{first}  \dorecurse{10}{\input tufte  }
\chapter{second} \dorecurse{10}{\input davis  }
\chapter{third}  \dorecurse{10}{\input zapf   }
\stoptext

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-11-06 13:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-02 16:53 overlay page background missing Paul Jones
2006-11-02 17:15 ` Mojca Miklavec
2006-11-02 17:42   ` Paul Jones
     [not found]     ` <6faad9f00611020953r48eedeb6k51011810e76fd602@mail.gmail.com>
     [not found]       ` <f35545860611021008x2fd2a323k61cc9d95ab75a617@mail.gmail.com>
2006-11-02 18:41         ` Mojca Miklavec
2006-11-02 23:05           ` Paul Jones
2006-11-03  2:36             ` Aditya Mahajan
2006-11-03 16:45               ` Mojca Miklavec
2006-11-03 19:40                 ` Hans Hagen
2006-11-03 17:31             ` Hans Hagen
2006-11-04 14:22               ` Paul Jones
2006-11-04 16:01                 ` Hans Hagen
2006-11-05  3:33                   ` Paul Jones
2006-11-05 17:08                     ` Hans Hagen
2006-11-06 13:24                       ` Paul Jones
2006-11-03 17:28   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).