Re: [NTG-context] D R A F T on pages

2005-10-07 Thread andrea valle
works properly here on macosx with texshop -a- On 6 Oct 2005, at 23:49, Jilani Khaldi wrote: \startuseMPgraphic{draft} draw DRAFT infont phvb scaled 9 rotated 57 withcolor .85white ; currentpicture := currentpicture ysized (\overlayheight-3cm) ; \stopuseMPgraphic

Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Jilani Khaldi
Please give the appropriate extracts from the log file, including ConTeXt version and where the error occurs. This is pdfeTeX, Version 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded format=cont-en 2005.9.28) 7 OCT 2005 11:52 entering extended mode **draft1.tex (draft1.tex ConTeXt ver:

Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Thomas A. Schmitz
You'll need to do 2 things: in your texmf.cnf, you have to set shellescape to t (don't ask me where that is located on a windows system, I have no idea). In cont-sys.tex, uncomment these two lines: \runMPgraphicstrue \runMPTEXgraphicstrue Good luck Thomas On Oct 7, 2005, at 12:03 PM,

RE: [NTG-context] D R A F T on pages

2005-10-07 Thread Idris Samawi Hamid
= Original Message From Peter Münster [EMAIL PROTECTED] = Perhaps a bit simpler: \setupcolors[state=start] \defineoverlay[Draft][{\lightgray \scale[factor=max]{\rotate[rotation=60]{~DRAFT~}}}] \setupbackgrounds[page][background=Draft] \starttext \input tufte \stoptext Indeed!

Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Jilani Khaldi
Perhaps a bit simpler: \setupcolors[state=start] \defineoverlay[Draft][{\lightgray \scale[factor=max]{\rotate[rotation=60]{~DRAFT~}}}] \setupbackgrounds[page][background=Draft] \starttext \input tufte \stoptext It works! Thank You :-) -- // Jilani KHALDI http://jkhaldi.oltrelinux.com

[NTG-context] D R A F T on pages

2005-10-06 Thread Jilani Khaldi
Hi All, how to write the word DRAFT (big and transparent) on every page of a document using ConTeXt? Thanks! -- // Jilani KHALDI http://jkhaldi.oltrelinux.com ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] D R A F T on pages

2005-10-06 Thread Thomas A. Schmitz
Try 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] HTH Thomas On Oct

Re: [NTG-context] D R A F T on pages

2005-10-06 Thread Idris Samawi Hamid
On Thu, 06 Oct 2005 22:20:34 +0200, Jilani Khaldi [EMAIL PROTECTED] wrote: Hi All, how to write the word DRAFT (big and transparent) on every page of a document using ConTeXt? Thanks! For one approach, see the following http://archive.contextgarden.net/search/[EMAIL

Re: [NTG-context] D R A F T on pages

2005-10-06 Thread Jilani Khaldi
\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] I can't get it working, could you

Re: [NTG-context] D R A F T on pages

2005-10-06 Thread Idris Samawi Hamid
On Thu, 06 Oct 2005 23:49:22 +0200, Jilani Khaldi [EMAIL PROTECTED] wrote: \startuseMPgraphic{draft} draw DRAFT infont phvb scaled 9 rotated 57 withcolor .85white ; currentpicture := currentpicture ysized (\overlayheight-3cm) ; \stopuseMPgraphic \defineoverlay[draft][\uniqueMPgraphic{draft}]