From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14711 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: XY arrangement Date: Wed, 11 Feb 2004 20:27:30 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <402A8222.3000205@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010205060504000000040004" X-Trace: sea.gmane.org 1076527764 5888 80.91.224.253 (11 Feb 2004 19:29:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2004 19:29:24 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Feb 11 20:29:14 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 1Ar02s-0004Bw-00 for ; Wed, 11 Feb 2004 20:29:14 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0E8CC10B07; Wed, 11 Feb 2004 20:27:36 +0100 (MET) Original-Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by ref.ntg.nl (Postfix) with ESMTP id B437810B07 for ; Wed, 11 Feb 2004 20:26:01 +0100 (MET) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1BJRXn1099726 for ; Wed, 11 Feb 2004 20:27:33 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Original-To: NTG-Context 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:14711 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14711 This is a multi-part message in MIME format. --------------010205060504000000040004 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi Hans, I should print on a sheet of etiquettes made by Avery. The topspace as the bottomspace is 15 mm the left and right non printable area is 7 mm. On the rest of the printing area there are 21 etiquettes with a horizontal distance of 3mm. There is no vertical gap in the columns of etiquettes. I setup the XY arrangement. The etiquettes look o.k. The problem is, that Context ignores the topspace and backspace as setup in \setuppaper. For your reference I add a minimal example. Could you please have a look why the mentioned parameters are ignored? Thanks, kind regards Willi --------------010205060504000000040004 Content-Type: text/plain; name="productlabel.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="productlabel.tex" \setupoutput[pdftex] \usetypescript[modern][texnansi] \setupbodyfont[modern,ss,10pt] \setupcolors[state=start] %Avery etiket 38.1 x 63.5 mm topspace 15 mm, % bottomspace = 15 mm, margin 7 mm both sides, % 21 etikettes per sheet \definepapersize[Etiket][height=38.1mm,width=63.5mm] \setuppapersize [Etiket][A4,portrait] \setuppaper [topspace=15mm, backspace=7mm, % cutspace=7mm, dx=3mm, dy=0mm, nx=3, ny=7, margin=7mm, width=196mm, height=267mm] \setuplayout [topspace=4mm, backspace=4mm, margin=0mm, width=55.5mm, height=30mm, header=0mm, footer=0mm] \setuparranging[XY] \definelayer[Etiket][width=\textwidth, height=\textheight] \setupframedtexts[frame=off,width=\textwidth,align=middle] \startbuffer[Logoinhalt] Place of logo \stopbuffer \showframe \starttext \dorecurse{21}{% \setlayer [Etiket] [preset=righttop,location={left,bottom}] {\bfb Productname} \setlayer [Etiket] [preset=leftbottom,location={right,top}] {\switchtobodyfont[7pt]\getbuffer[Logoinhalt]} \placelayer[Etiket]} \stoptext --------------010205060504000000040004--