From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14016 Path: main.gmane.org!not-for-mail From: Martin Buchmann Newsgroups: gmane.comp.tex.context Subject: Simple problem using texexec to combine pdfs Date: Mon, 10 Nov 2003 10:24:54 +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 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1068456718 29986 80.91.224.253 (10 Nov 2003 09:31:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 09:31:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Nov 10 10:31:56 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 1AJ8Oq-0005gn-00 for ; Mon, 10 Nov 2003 10:31:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id ED9DA10ADF; Mon, 10 Nov 2003 10:31:51 +0100 (MET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id D2ADB10ACC for ; Mon, 10 Nov 2003 10:24:58 +0100 (MET) Original-Received: (qmail 31699 invoked by uid 65534); 10 Nov 2003 09:24:56 -0000 Original-Received: from pm032.pm.mw.tu-darmstadt.de (EHLO [130.83.205.232]) (130.83.205.232) by mail.gmx.net (mp022) with SMTP; 10 Nov 2003 10:24:56 +0100 X-Authenticated: #1474225 X-Sender: 1474225@imap.gmx.net Original-To: ntg-context@ntg.nl 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:14016 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14016 Hello, i am rather new to ConTeXt but i had to try it after i met Hans in a little workshop about his system in Darmstadt this year. Thanks again for the insights Hans :-) Now i found out that texexec is also a pretty nice tool for combining single pdf files into one. So i tried: texexec --pdfcombine --combination=1*1 --result=felix.pdf *.pdf to combine all pdfs in the wd to felix.pdf. That's working fine besides the fact that a footnote is added to each page containing the file name and the date. That's maybe pretty handy sometimes but not for me at the moment. I checked the texexec manpages and the manual but i did not find the right command/switch to do it. May be i'm just missing some rooky stuff. Could someone help me out here? BTW: I'm using the latest TeXlive installation on RedHat. Best regards Martin P.S.: I know that i could change the temporary texexec.tex by hand and rerun that file. But that's a bit to clumsy for such a sophisticated system, isn't it?