From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14371 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: texexec --arrange and texexec --noarrange Date: Tue, 23 Dec 2003 19:49:32 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <3FE88E3C.7050601@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1072205901 23601 80.91.224.253 (23 Dec 2003 18:58:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2003 18:58:21 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Dec 23 19:58:18 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 1AYrjW-0006RW-00 for ; Tue, 23 Dec 2003 19:58:18 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BDAE610B40; Tue, 23 Dec 2003 19:58:11 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 8057C10B33 for ; Tue, 23 Dec 2003 19:49:32 +0100 (MET) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.9/8.12.9) with ESMTP id hBNInYjB019366 for ; Tue, 23 Dec 2003 19:49:34 +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:14371 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14371 Hi Contexters, Recently I tried to arrange pages of a document with texexec --arrange jobname In my environment file I setup the following: \setuppapersize[A5,portrait][A4,landscape] \setuppagenumbering[alternative=doublesided,location={footer}] % Arranging: \setuparranging[2UP] Of course I can comment the line of the arranging and just uncomment it for a single run hereafter to produce a PDF-file with arranged pages. When using texexec --arrange this should happen automatically. I realize, that the system is halted after systems: end file jobname at line 47 textblocks: writing textblocks to jobname.tub It looks like texexec is waiting for an input.... An identical situation occurs when issueing texexec --noarrange jobname Am I doing something wrong or is there a bug in texexec? Kind regards Willi texexec --noarrange