X-Recipient: archive-cygwin@delorie.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:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=Wq/
	6sP4X7Q9LT2IEW1pLxx9l65y7hnC91nSwXKcyzxxyvTN/qRv4JkQcEDtBIz+YIrT
	UseXKFyWiZHgIqPmXwgfdZrKrPr1I0Rpqo3wgWNtPqZhQSEKUVa8Cd0yhzhFE/VZ
	85lWfa3qdGuGXz4W48tnlxzeevOx3dGnQNEAQ2yY=
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:mime-version
	:content-type:content-transfer-encoding; s=default; bh=Q/fNALgig
	WFpgRtJp4FefmdYlWw=; b=dntszfx6d/O00STp8CFV9/vgBY4otc0iDYWGosobk
	fwK+i8yRGsqazkS6NR4m1UTJXxIgzS20gkwyhDiFCz42cL1Y9gHuLxX7Yu2vTOJ+
	eZXeO6Ug1SwPH2RvQOGeQsC0StLYprnetwYzrY0GIGdyp/oQeUoa+rg2fPWD38QV
	ks=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
From: Paul <Paul.Domaskis@gmail.com>
Subject: pdfnup ignores =?utf-8?b?fi8ucGRmamFtLmNvbmY=?=
Date: Wed, 3 Dec 2014 23:01:27 +0000 (UTC)
Lines: 42
Message-ID: <loom.20141204T000104-319@post.gmane.org>
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

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. 

  pdfjam: This is pdfjam version 2.08. 
  pdfjam: Reading any site-wide or user-specific defaults... 
              ## 
              ## From /home/User.Name/.pdfjam.conf: 
              ## 
              paper='letterpaper' 
              nup='1x2' 
              landscape='landscape' 
              frame='true' 
  pdfjam: Effective call for this run of pdfjam: 
          /bin/pdfjam --suffix nup --nup '2x1'
             --landscape -- filename.pdf - 
  pdfjam: Calling pdflatex... 
  pdfjam: Finished.  Output was to
             '/home/User.Name/tmp/filename-nup.pdf'. 

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. 

What am I doing wrong in setting up ~/.pdfjam.conf? 

If all is correct, does anyone else see this problem? 

P.S. In a corporate environment, updating packages is problematic. 


--
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

