From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31750 Path: news.gmane.org!not-for-mail From: "Paul Jones" Newsgroups: gmane.comp.tex.context Subject: Re: overlay page background missing Date: Mon, 6 Nov 2006 06:24:29 -0700 Message-ID: References: <6faad9f00611020953r48eedeb6k51011810e76fd602@mail.gmail.com> <6faad9f00611021041l7a91b6c5i5b2e31977bd56865@mail.gmail.com> <454B7D08.8010703@wxs.nl> <454CB96E.2020504@wxs.nl> <454E1A87.7080204@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162819554 933 80.91.229.2 (6 Nov 2006 13:25:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 13:25:54 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 06 14:25:49 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gh4T8-0000AF-6f for gctc-ntg-context-518@m.gmane.org; Mon, 06 Nov 2006 14:24:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F3D471FEB7; Mon, 6 Nov 2006 14:24:51 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22636-02-15; Mon, 6 Nov 2006 14:24:46 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF6D21FE97; Mon, 6 Nov 2006 14:24:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8244B1FE9A for ; Mon, 6 Nov 2006 14:24:41 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22636-02-14 for ; Mon, 6 Nov 2006 14:24:32 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by ronja.ntg.nl (Postfix) with SMTP id 708EC1FE95 for ; Mon, 6 Nov 2006 14:24:31 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id m2so789690uge for ; Mon, 06 Nov 2006 05:24:30 -0800 (PST) Original-Received: by 10.78.157.8 with SMTP id f8mr6720219hue.1162819469822; Mon, 06 Nov 2006 05:24:29 -0800 (PST) Original-Received: by 10.78.119.5 with HTTP; Mon, 6 Nov 2006 05:24:29 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <454E1A87.7080204@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31750 Archived-At: Thank you so much. This is exactly what I needed. I will add this to the wiki. Thank you, paul On 11/5/06, Hans Hagen wrote: > Paul Jones wrote: > >> can you send small test file? > > > > Here you go... > > > > In case the mail server strips attachments, the contents of the > > attached file are also in the original post of this thread. > \setuppagenumbering > [alternative=doublesided] > > \setupcolors > [state=start] > > \setupbackgrounds > [leftpage] > [background=Watermark-Left] > > \setupbackgrounds > [rightpage] > [background=Watermark-Right] > > \definelayer > [Watermark-Left] > [repeat=yes, > width=\paperwidth, > height=\paperheight] > > \definelayer > [Watermark-Right] > [repeat=yes, > width=\paperwidth, > height=\paperheight] > > \setlayerframed > [Watermark-Left] > [preset=middle] > [foregroundcolor=red] > {\scale[sx=12,sy=12]{\rotate[rotation=20.0]{forever}}} > > \setlayerframed > [Watermark-Right] > [preset=middle] > [foregroundcolor=red] > {\scale[sx=12,sy=12]{\rotate[rotation=-20.0]{together}}} > > \starttext > \chapter{first} \dorecurse{30}{\input tufte } > \stoptext > > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >