On Sat, 6 Nov 2004, David Arnold wrote:

> \setupframedtexts
> [FunnyText]
> [backgroundcolor=lightgray,
> framecolor=darkred,
> rulethickness=2pt,
> offset=\bodyfontsize,
> before={\blank[big,medium]},
> after={\blank[big]},
> width=\textwidth]
> 
> But I am wondering how to use it to set up a big "Copyright" in the
> background?

Not really an answer to your question, but I know about this possibility:

\startuniqueMPgraphic{copyright}
  draw btex \bf COPYRIGHT etex rotated 60 withcolor .8white;
  currentpicture := currentpicture ysized (\overlaywidth-0.5cm);
\stopuniqueMPgraphic

\defineoverlay[copyright][\uniqueMPgraphic{copyright}]
\setupbackgrounds[page][background=copyright]

\starttext
\input tufte
\stoptext

Thanks to Tobias Burnus for this code!

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_____________________________________
FilmSearch engine: http://f-s.sf.net/
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to