From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8385 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: none Date: 24 Jun 2002 09:56:08 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <87bsa1t8iv.fsf@gundla.ch> References: <200206231030.47092.ishamid@attbi.com> <87vg89vfjx.fsf@gundla.ch> <200206231637.18550.ishamid@attbi.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035398792 27106 80.91.224.250 (23 Oct 2002 18:46:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:46:32 +0000 (UTC) Original-To: ntg-context@ntg.nl In-Reply-To: <200206231637.18550.ishamid@attbi.com> Xref: main.gmane.org gmane.comp.tex.context:8385 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8385 Idris S Hamid writes: > > > Is there a Context way of stamping a greyed on each page of a > > > document, like the TUG preprints? > I can use pdfetex for this purpose. As for the metafun manual, I'm still > trying to finish the ConTeXt manual before getting into META! Well, you don't have to get into META (which is a pity :), just copy and paste a piece of code from section 6 "Page backgrounds" into your file. Here are two different examples taken from the manual. So don't blame me for any errors :) % output=pdf \starttext \startuniqueMPgraphic{concept} draw btex \bf CONCEPT etex rotated 60 withcolor .8white ; currentpicture := currentpicture ysized (\overlayheight-.5cm) ; \stopuniqueMPgraphic \defineoverlay[concept][\uniqueMPgraphic{concept}] \setupbackgrounds[page][background=concept] \input tufte \stoptext \endinput % output=pdf \starttext \startuniqueMPgraphic{copyright} picture p ; p := btex COPYRIGHT etex rotated 90 ; setbounds p to boundingbox p enlarged 1pt ; draw p withcolor .8white ; xyscale_currentpicture(\the\leftmarginwidth,\the\textheight) ; \stopuniqueMPgraphic \setuptexttexts [margin] [] [\uniqueMPgraphic{copyright}] \input tufte \stoptext I am not sure if you need a working metafun format for this. In case you have not done this: texexec --alone --make metafun and copy this file to texmf/web2c/metafun.mem > > Patrick, (who does not like to prepare for his exam) > > Idris (who is very grateful for Patrick's past help but does want to be blamed > when Patrick fails his exam:->) OK, I hope I won't come back to you :) (Yes, I have read the other message) Patrick -- I'll fade into the darkness