From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14017 Path: main.gmane.org!not-for-mail From: "Mikael Persson" Newsgroups: gmane.comp.tex.context Subject: Re: Simple problem using texexec to combine pdfs Date: Mon, 10 Nov 2003 13:00:58 +0100 (MET) Sender: ntg-context-admin@ntg.nl Message-ID: <60598.129.16.168.123.1068465658.squirrel@mail.medic.chalmers.se> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1068466107 20564 80.91.224.253 (10 Nov 2003 12:08:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 12:08:27 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Nov 10 13:08:25 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 1AJAqH-0005NP-00 for ; Mon, 10 Nov 2003 13:08:25 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 31A6A10ADF; Mon, 10 Nov 2003 13:08:21 +0100 (MET) Original-Received: from anubis.medic.chalmers.se (anubis.medic.chalmers.se [129.16.30.218]) by ref.ntg.nl (Postfix) with ESMTP id C83D210ACC for ; Mon, 10 Nov 2003 13:00:58 +0100 (MET) Original-Received: from mail.medic.chalmers.se (localhost [127.0.0.1]) by anubis.medic.chalmers.se (Postfix) with SMTP id 2F4D8E3584 for ; Mon, 10 Nov 2003 13:00:58 +0100 (MET) Original-Received: from 129.16.168.123 (SquirrelMail authenticated user mickep) by mail.medic.chalmers.se with HTTP; Mon, 10 Nov 2003 13:00:58 +0100 (MET) In-Reply-To: Original-To: ntg-context@ntg.nl User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal 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:14017 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14017 > 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? Hello, is it the --nobanner you are after? Regards, Micke P