I found that using 'scrartcl' as the document class has side effects, in that 
it can break the page orientation. Using the 'geometry' package provided by 
texlive-latex-base (as in the following patch) looks like a better option in 
my (psbook-ish) use case[1].

[1] pdfnup --nup 2x1 --paper a3paper --orient landscape \
    --pages 12,1,2,11,10,3,4,9,8,5,6,7 --noautoscale true $MY_DOCUMENT

------

--- pdfnup      2007-11-12 20:01:19.000000000 +0100
+++ pdfnup.new  2007-11-12 20:03:29.000000000 +0100
@@ -286,6 +286,7 @@
   msgFile="$tempfileDir"/"$uniqueName".msgs
   (sed s*pdfname*"$tempfileDir"/"$uniqueName"source.pdf* <<EndTemplate
 \documentclass[papersize,orientation]{article}
+\usepackage{geometry}
 \usepackage{pdfpages}
 \begin{document}
 
\includepdf[pages=,nup=,frame=,fitpaper=,trim=,delta=,offset=,scale=,turn=,noautoscale=,column=,columnstrict=,openright=]
{pdfname}



--
Luca Brivio



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to