From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15405 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: poster Date: Tue, 15 Jun 2004 17:38:17 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40CF17E9.6020501@wxs.nl> References: <20040615162838.W19237@lcdx00.wm.lc.ehu.es> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1087314201 2908 80.91.224.253 (15 Jun 2004 15:43:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2004 15:43:21 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 15 17:42:58 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 1BaG5S-0003Xn-00 for ; Tue, 15 Jun 2004 17:42:58 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7A17B11A5D; Tue, 15 Jun 2004 17:42:54 +0200 (MEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id E5D63118E7 for ; Tue, 15 Jun 2004 17:38:19 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i5FFcF2d029765 for ; Tue, 15 Jun 2004 17:38:16 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 899BA17BA2; Tue, 15 Jun 2004 17:38:19 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 99E2717AC4 for ; Tue, 15 Jun 2004 15:38:18 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20040615162838.W19237@lcdx00.wm.lc.ehu.es> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15405 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15405 Zunbeltz wrote: >2) Deal with textblocks (like the textpos package of latex). This package >makes a grid (dont printing it), for example 16x25 part (width and >height). And then you can say >\begin{textblock}{2}(0,3) >.. >\end{textbloc} > > \setupcolors [state=start] \startreusableMPgraphic{gradient} circular_shade(OverlayBox,0,red,blue) ; \stopreusableMPgraphic \defineoverlay[gradient][\reuseMPgraphic{gradient}] \definelayer[blocks][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background={gradient,blocks}] \setuplayout[width=middle,height=middle,backspace=7cm] \starttext \startstandardmakeup \setlayerframed[blocks][preset=lefttop,offset=1cm][align=middle]{\input ward\relax} \setlayerframed[blocks][preset=rightbottom,offset=2cm][align=middle]{\input zapf\relax} \setlayerframed[blocks][preset=middle,hoffset=-3cm][align=middle]{\input knuth\relax} \stopstandardmakeup \stoptext