X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=WztqWW9te9rvUfBdYUPEcUy3mPBjMx/69b22KkrH6lUrh8TLzJERf tSmrwHZwnpPexLkF6kEoGgTt9kn4EGuaok2x9UwWNdZxRtkFmwpgVYEf/iGyPPE9 4BVlrsKM24b0KJlB77SIpb2O4ZPdccz5DJHRS/cnbCrWr+5+lo7yn0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=1Tdr4Fd5T4ty6CX5vb72XB6Ex9o=; b=yLjZM5zKRpevReRInMKUhr3beoin LGxqeV32BfCaBuoX5WeS94isqY/MGIm87NvBJrSrGwviEDQFqZ3wvNi/9dLxzQ08 Wt1x9hKww3sW2WMHMuk14V0D8vKaAkkaHU5ZGB19ihLe64LBlHxHnO7WFnp26MNo /8VEYOU5FeXthBI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Paul Subject: Re: pdfnup ignores =?utf-8?b?fi8ucGRmamFtLmNvbmY=?= Date: Thu, 4 Dec 2014 16:05:06 +0000 (UTC) Lines: 37 Message-ID: References: <548053F8 DOT 8090801 AT cornell DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Ken Brown cornell.edu> writes: |On 12/3/2014 6:01 PM, Paul wrote: |> I'm using pdfjam that comes with 64-bit cygwin's |> texlive-collection-binextra package, dated 29 May 2013. I have the |> following in my ~/.pdfjam.conf: |> |> paper='letterpaper' |> nup='1x2' |> landscape='landscape' |> frame='true' |> |> I invoke pdfjam using |> |> pdfnup filename.pdf |> |> and the messages show that the ~/.pdfjam.conf is being read, as are |> the switches therein. <...snip...> |> The "Effective call" above shows that ~/.pdfjam.conf is being |> ignored, even though the switch settings are being read. The |> output confirms this. However, if I specify the switch settings in |> the pdfnup statement itself, they are accepted. | | I've never used pdfnup, but it's a shell script whose last line is | | exec pdfjam --suffix nup --nup 2x1 --landscape "$ " | | So it's explicitly supplying options that will override the settings | in ~/.pdfjam.conf. This is consistent with the documentation for | pdfnup. The latter doesn't mention ~/.pdfjam.conf; it says to | supply command line options to override the defaults. Shucks. Thanks for sleuthing that out. Looks like I'll have to create my own variation of the script. Or just create an alias for pdfnup. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple