On Wed, 23 Feb 2005 15:55:21 +0100, Hans Hagen <[EMAIL PROTECTED]> wrote:
> VnPenguin wrote:
> > Hi all,
> > I would like to make a cover for my document (print mode) like the one
> > of minstall.pdf or mlabels.pdf.
> > Anyone could give me some examples please.
> 
> \setupcolors[state=start]
> 
> \startuseMPgraphic{cover}
>     StartPage ;
>       fill Page withcolor .5green ;
>       path p ; p := unitcircle randomized .1 xsized(PaperWidth-1cm) ;
>       fill p shifted -center p shifted center Page  withcolor red ;
>     StopPage ;
> \stopuseMPgraphic
...

> \input tufte
> 
> \stoptext
> 
> an alternative is to use a layer and position text using the layer mechanism
> 
> Hans
> 

Thank you so much Hans !
Q.
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to