From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15181 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: draft stamp Date: Fri, 21 May 2004 11:42:41 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40ADCF11.8020000@physik.fu-berlin.de> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085132719 19213 80.91.224.253 (21 May 2004 09:45:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 09:45:19 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 21 11:45:08 2004 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 1BR6aS-00036n-00 for ; Fri, 21 May 2004 11:45:08 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 842A410B34; Fri, 21 May 2004 11:40:32 +0200 (MEST) Original-Received: from enterprise.ph2.uni-koeln.de (enterprise.ph2.Uni-Koeln.DE [134.95.66.111]) by ref.ntg.nl (Postfix) with ESMTP id CAE3110AE7 for ; Fri, 21 May 2004 11:38:07 +0200 (MEST) Original-Received: from physik.fu-berlin.de ([134.95.66.96]) by enterprise.ph2.uni-koeln.de (8.11.6+Sun/8.9.3) with ESMTP id i4L9bfj23901; Fri, 21 May 2004 11:37:41 +0200 (MET DST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040401 X-Accept-Language: de-de, de, en-gb, en Original-To: ntg-context@ntg.nl In-Reply-To: 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:15181 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15181 Hello, Idris Samawi Hamid wrote: > What is the simplest way to add a grey watermark to a draft document > that says "DRAFT" on each and every page. I will be using eomega so I > will have etex but not pdftex (in case that makes a difference. The > should be enlarged (bigger than \tfd perhaps) and run diagonal > across the textblock (say, lower left to upper right corner). How about something like: \startuniqMPgraphic{draft} draw btex \bf DRAFT etex rotated 60 withcolor .8white; currentpicture := currentpicture ysized (\overlaywidth-0.5cm); \stopuniqMPgraphic \defineoverlay[draft][\uniqMPgraphic{draft}] \setupbackgrounds[page][background=draft] See MetaFun manual for details. Tobias