From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11724 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Arranging problem / texexec--arrange Date: Mon, 31 Mar 2003 11:50:39 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <003301c2f76b$04f1ec00$0100a8c0@vademecum> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_002C_01C2F77B.C0472000" X-Trace: main.gmane.org 1049104394 32133 80.91.224.249 (31 Mar 2003 09:53:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 09:53:14 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Mar 31 11:53:13 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18zvyb-0008M8-00 for ; Mon, 31 Mar 2003 11:53:13 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 362A510B3B; Mon, 31 Mar 2003 11:53:20 +0200 (MEST) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id 0521210AE7 for ; Mon, 31 Mar 2003 11:50:55 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla5.xs4all.nl (8.12.0/8.12.0) with SMTP id h2V9orbp071817 for ; Mon, 31 Mar 2003 11:50:58 +0200 (CEST) Original-To: "ConTeXt" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:11724 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11724 This is a multi-part message in MIME format. ------=_NextPart_000_002C_01C2F77B.C0472000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi Hans, While trying the possibilities to arrange pages I detected, that using the predefined European standardsizes of the pagesize and the sheets arranging works well. However if I try to use a custom size paper on a standard sized sheet, then I see, that the different pages do not seem to be positioned correctly. When using the option --arrange with texexec, Context halts after loading the basics. You can show this problem with the testfile I attach to this mail. Would you be so kind to have a look at this. I need to prepare a booklet, where I have to use a custom size pagesize. For the demonstration of the problems I attach a test file. Kind regards Willi ------=_NextPart_000_002C_01C2F77B.C0472000 Content-Type: application/octet-stream; name="arrange.tex" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="arrange.tex" \setupoutput[pdftex] \mainlanguage[nl] \startmode[paper] % \definepapersize[MyPaper][height=3D18cm, width=3D12cm] % \setuppapersize[MyPaper][A3,landscape] \setuppapersize[A6][A4,landscape]% \setuppagenumbering[alternative=3Ddoublesided, = location=3D{header,marginedge}] \setuparranging[2*4*2,rotated,doublesided] % \setuparranging[2*2*4,rotated,doublesided] % \setuparranging[2*4,doublesided,rotated] \setupbodyfont[ss,10pt] \stopmode \startbuffer[Test] \section{Tufte} \input tufte \stopbuffer \starttext \showframe \dorecurse{50}{\getbuffer[Test]} \stoptext ------=_NextPart_000_002C_01C2F77B.C0472000--