From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14313 Path: main.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: page setup Date: Mon, 15 Dec 2003 14:45:50 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v553) Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1071496488 26799 80.91.224.253 (15 Dec 2003 13:54:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 13:54:48 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Dec 15 14:54:44 2003 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 1AVtBM-0006YE-00 for ; Mon, 15 Dec 2003 14:54:44 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D29FF10AFA; Mon, 15 Dec 2003 14:54:39 +0100 (MET) Original-Received: from mail.science.uva.nl (mail.science.uva.nl [146.50.4.51]) by ref.ntg.nl (Postfix) with ESMTP id 5569010ACC for ; Mon, 15 Dec 2003 14:46:37 +0100 (MET) Original-Received: from 118-137.uva.surfnetthuis.nl [145.98.118.137] by mail.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.34). id hBFDkYU06180; Mon, 15 Dec 2003 14:46:35 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.553) 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:14313 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14313 I am trying to typeset 2 A5 pages onto 1 A4 page in landscape format, side by side. Thus typesetting the pages two at a time on one piece of paper, in their natural order, seeing them as a spread. Something like xxxxxxxxxxxxxxxxxxxxxxx x x x x 1 x 2 x going on for 3, 4, etc. x x x xxxxxxxxxxxxxxxxxxxxxxx I do not seem to get that job done. The context code I tried: \setuppapersize[A5][A4,landscape] \setuplayout[location=doublesided,marking=on,grid=yes,header=0mm,margin= 12mm] \setuppagenumbering[location=footer,location=margin,alternative=doublesi ded] \setuparranging[2*1] % or [doublesided] or [mirrored] The \setuparranging (in the above variations) sends TeX into an infinite loop. Of course [2*2] will not work, it gives booklets of 4 pages instead of 2. Maybe it can be done without the \setuparranging, but I could not find out how. The context version I use is: ConTeXt ver: 2003.12.12 fmt: 2003.12.13 int: english mes: english I would appreciate some help very much. Hans van der Meer