From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14483 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: address labels Date: Sun, 11 Jan 2004 12:20:07 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040111121928.02f87d80@localhost> References: <6.0.1.1.2.20040109191530.01e56cd8@server-1> <001a01c3d82e$f0e8f500$ca30fb3e@com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073820150 26348 80.91.224.253 (11 Jan 2004 11:22:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2004 11:22:30 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Jan 11 12:22:24 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 1Afdfk-0008Uj-00 for ; Sun, 11 Jan 2004 12:22:24 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A64E210B1D; Sun, 11 Jan 2004 12:21:42 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 16B3410B13 for ; Sun, 11 Jan 2004 12:20:53 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0BBLPF15786 for ; Sun, 11 Jan 2004 12:21:25 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id EB93217B47; Sun, 11 Jan 2004 12:21:28 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id A5D7317B1A for ; Sun, 11 Jan 2004 11:21:26 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <001a01c3d82e$f0e8f500$ca30fb3e@com> Original-References: <6.0.1.1.2.20040109191530.01e56cd8@server-1> <001a01c3d82e$f0e8f500$ca30fb3e@com> 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:14483 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14483 At 11:37 11/01/2004, you wrote: >Hi contexers, > >I am trying to make context do what I want. What I needed this weekend, are >address labels, which I want to fill with my own logo (not the addresse's). > >Making one label is no problem, but I rather would like to have context make >and typeset a large number of them on a sheet, to be precise: 9x3 (sizes: >7mm x 32mm). > >Does anyone have a clue how this can be done? \definepapersize [label] [width=10cm, height=3cm] \setuppapersize [label] [A4] % either use: % \setuplayout [nx=2,ny=8] % or use \setuppapersize [nx=2,ny=8] \setuparranging [XY] % sample \starttext \showframe \startstandardmakeup test test \stopstandardmakeup \startstandardmakeup more more \stopstandardmakeup \stoptext (there is also an interactive interface to this, but i've no time to explain that now) Hans