From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31251 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: \combinepages[]: Change order Date: Sat, 07 Oct 2006 19:01:36 +0200 Message-ID: <4527DD70.9000309@net-b.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160240524 27535 80.91.229.2 (7 Oct 2006 17:02:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Oct 2006 17:02:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Oct 07 19:02:02 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GWFYk-0003W2-Le for gctc-ntg-context-518@m.gmane.org; Sat, 07 Oct 2006 19:01:58 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1E1111FEE3; Sat, 7 Oct 2006 19:01:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28052-02; Sat, 7 Oct 2006 19:01:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 660081FE4D; Sat, 7 Oct 2006 19:01:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A171D1FE4D for ; Sat, 7 Oct 2006 19:01:44 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26236-04 for ; Sat, 7 Oct 2006 19:01:38 +0200 (CEST) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with SMTP id DC0791FE40 for ; Sat, 7 Oct 2006 19:01:37 +0200 (CEST) Original-Received: from smart.physik.fu-berlin.de ([160.45.33.93] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1GWFYO-0007Gp-DW; Sat, 07 Oct 2006 19:01:36 +0200 User-Agent: Thunderbird 1.5.0.4 (X11/20060527) Original-To: mailing list for ConTeXt users X-Scanned: No viruses found. X-Scan-Signature: 9a0ac79df3479587b93b0ba6b82dc757 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31251 Archived-At: Hello, Using \combinepages[some-pdf][nx=3,ny=5], I get: 1 2 3 4 5 6 7 8 9 10 11 12 However, I'd like to get: 1 5 9 2 6 10 3 7 11 4 8 12 How can one achieve this? (I want to create again a poster out of talk.pdf.) Tobias