From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14021 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Simple problem using texexec to combine pdfs Date: Mon, 10 Nov 2003 18:28:25 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031110182757.01d79258@server-1> References: 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 1068486557 13703 80.91.224.253 (10 Nov 2003 17:49:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 17:49:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Nov 10 18:49:14 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 1AJGA6-0005h2-00 for ; Mon, 10 Nov 2003 18:49:14 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A838F10B35; Mon, 10 Nov 2003 18:49:03 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 7FFD510B13 for ; Mon, 10 Nov 2003 18:41:07 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hAAHexZ18581 for ; Mon, 10 Nov 2003 18:40:59 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 52B7F17AF1; Mon, 10 Nov 2003 18:41:06 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 5F8A917AF1 for ; Mon, 10 Nov 2003 17:41:03 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: 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:14021 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14021 At 10:24 10/11/2003, you wrote: >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? as an alternative use exampler.rb + combine.pdf and you have more control Hans