From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14052 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: Re: page backgrounds Date: Sun, 16 Nov 2003 21:08:53 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1069059981 22411 80.91.224.253 (17 Nov 2003 09:06:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2003 09:06:21 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Nov 17 10:06:18 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALfKs-0001ue-00 for ; Mon, 17 Nov 2003 10:06:18 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D0CB110B21; Mon, 17 Nov 2003 10:06:09 +0100 (MET) Original-Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by ref.ntg.nl (Postfix) with ESMTP id 5037A10B04 for ; Sun, 16 Nov 2003 21:09:11 +0100 (MET) Original-Received: from fwd04.aul.t-online.de by mailout02.sul.t-online.com with smtp id 1ALTCj-00072d-08; Sun, 16 Nov 2003 21:09:05 +0100 Original-Received: from uni-bonn.de (G5zIKYZLZeeCTl2YB7UZCOybux9X17YRpZBXL7Bd6PrUSypX7vnXoN@[80.128.242.213]) by fmrl04.sul.t-online.com with esmtp id 1ALTCY-0W0p0q0; Sun, 16 Nov 2003 21:08:54 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Apple Mail (2.552) X-Seen: false X-ID: G5zIKYZLZeeCTl2YB7UZCOybux9X17YRpZBXL7Bd6PrUSypX7vnXoN@t-dialin.net Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14052 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14052 Let me provide an answer myself: the btex ... etex doesn't seem to work. This code: \startuseMPgraphic{draft} draw "DRAFT" infont "phvb" scaled 9 rotated 57 withcolor .85white ; currentpicture := currentpicture ysized (\overlayheight-3cm) ; \stopuseMPgraphic \defineoverlay[draft][\uniqueMPgraphic{draft}] \setupbackgrounds[page][background=draft] will do what I want: provide a "watermark" for my document (or, as Hans writes, an "annoying text"). However, when I try the same with draw btex draft etex I don't get any output. Could you please verify if this is the case in your version of ConTeXt as well? Here's what I have (it's a vanilla teTeX implementation): ConTeXt ver: 2003.9.19 fmt: 2003.9.30 int: english mes: english MetaPost (Web2C 7.5.2) 0.641 Best Thomas