From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14919 Path: main.gmane.org!not-for-mail From: "Vit Zyka" Newsgroups: gmane.comp.tex.context Subject: Re: page setup Date: Mon, 22 Mar 2004 22:25:16 +1200 Sender: ntg-context-admin@ntg.nl Message-ID: <000501c410ae$64eacd40$efd7adcb@spekoun> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080029555 15244 80.91.224.253 (23 Mar 2004 08:12:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Mar 2004 08:12:35 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 23 09:10:43 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 1B5gzj-0000J6-00 for ; Tue, 23 Mar 2004 09:10:43 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B7CAD10B4A; Tue, 23 Mar 2004 09:07:53 +0100 (MET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ref.ntg.nl (Postfix) with SMTP id 0490310B49 for ; Tue, 23 Mar 2004 09:06:04 +0100 (MET) Original-Received: (qmail 18146 invoked from network); 23 Mar 2004 08:08:47 -0000 Original-Received: from unknown (HELO spekoun) (vit.zyka@203.173.215.239) by smtp.seznam.cz with SMTP; 23 Mar 2004 08:08:47 -0000 Original-To: "ConTeXt" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4927.1200 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:14919 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14919 Hallo Hans, sorry for bringing back two old topics, but they are still unanswered: 1) Willy Egger firstly pointed on empty page with zero on the bottom-left coner of an additional sheet using arranging command. I have tested with pretty new context (ConTeXt ver: 2004.3.16) and this behevior still survived. Run the next test file and see page 2: %-------------- \setuppapersize[A5,landscape][A4] \setuparranging[2TOPSIDE] \starttext \switchtobodyfont[20pt] \dorecurse{2}{Page \recurselevel\page} \stoptext %---------------- 2) It is possible to sort in reverse order? It means the result of next test file was: C B A. % ----- \definesorting[address][addressbook] \setupsorting[address][criterium=all] \address{A} \address{C} \address{B} \placelistofaddressbook %----- Thank you for answers Vit Zyka