21 May
2004
21 May
'04
11:42 a.m.
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 <DRAFT> 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