From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/46212 Path: news.gmane.org!not-for-mail From: Ben Barrowes Newsgroups: gmane.comp.tex.context Subject: texexec ignores file order Date: Mon, 8 Dec 2008 13:41:10 -0800 (PST) Message-ID: <450922.23280.qm@web52202.mail.re2.yahoo.com> Reply-To: Ben Barrowes , mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228806625 28265 80.91.229.12 (9 Dec 2008 07:10:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 07:10:25 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 09 08:11:27 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1L9wkh-0007WM-EQ for gctc-ntg-context-518@m.gmane.org; Tue, 09 Dec 2008 08:11:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C0FAB1FBEB; Tue, 9 Dec 2008 08:10:13 +0100 (CET) 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 10373-01-4; Tue, 9 Dec 2008 08:08:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F1B31FBB5; Tue, 9 Dec 2008 08:08:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 88EBE1FBCC for ; Mon, 8 Dec 2008 22:42:41 +0100 (CET) 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 07243-01 for ; Mon, 8 Dec 2008 22:41:55 +0100 (CET) Original-Received: from web52202.mail.re2.yahoo.com (web52202.mail.re2.yahoo.com [206.190.48.125]) by ronja.ntg.nl (Postfix) with SMTP id 5BE9C1FC21 for ; Mon, 8 Dec 2008 22:41:11 +0100 (CET) Original-Received: (qmail 23623 invoked by uid 60001); 8 Dec 2008 21:41:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=5WsRZD23cqFjTL2+Be+lSdcDExscm/MGypqUAmWF2W2xnUwWOG72gIZ5Uk6Mv9g31uZl+351JapyJJfDJGyxgpblmLPRL1kOzdqIS7Up80PRKvYdOy4KUqvD0OTv/IAHzNryShou+Xt03GZki3hN+4q2V+Gzdio/pwtT2J19Zc0=; X-YMail-OSG: pKN2MdoVM1n5pmVV5bT8leYXI6JJzAQSxXMs63EuNjs9xLn82JoJYUhra.oNlFum4XWdaypnEAnR8DMVn5zOIwNZckJXvzujl0HOKDFRAoLv6e3FOdIOpFZViI.pmJwr9tNqdBf1mNTPqJJm4CtiKLoTEghOP4BVZYdUDG1E Original-Received: from [144.3.101.1] by web52202.mail.re2.yahoo.com via HTTP; Mon, 08 Dec 2008 13:41:10 PST X-Mailer: YahooMailRC/1155.32 YahooMailWebService/0.7.260.1 X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Tue, 09 Dec 2008 08:08:52 +0100 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:46212 Archived-At: exexec --pdfarrange --result=yujo_insurance.pdf yujo_insurance1.pdf yujo_insurance2.pdf yujo_insurance3.pdf yujo_insurance4.pdf yujo_insurance5.pdf yujo_insurance6.pdf yujo_insurance7.pdf yujo_insurance8.pdf yujo_insurance9.pdf yujo_insurance10.pdf yujo_insurance11.pdf yujo_insurance12.pdf After upgrading recently, I found that texexec no longer preserves the order of files passed to it. When I concatenate files with texexec, I often have more than 10 files I want to pass to texexec names filename1.pdf, filename2.pdf, ... filename12.pdf, etc. In the past, the following has worked to concatenate these in the correct order: texexec --pdfarrange --result=filename.pdf `ls -a -v filename*.pdf` Now, even if I pass filename10.pdf after filename2.pdf on the command line, texexec ingores this and puts filename10.pdf before filename2.pdf in the resulting concatenated file. Is there a fix for this, or is there a better way to concatenate pdf files? bb ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________