Package: pdfjam
Version: 1.20-2
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

I want two pdf pages (almost DIN A1) appear on one DIN A0 page. Thus I 
did the following:

$ pdfnup --nup 1x2 --paper a0paper --noautoscale true  --outfile 
out.pdf --tidy false in.pdf

But out.pdf still was DIN A4. I checked the file in /var/tmp:
############################################
\documentclass[a0paper,portrait]{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-,nup=1x2,frame=false,fitpaper=false,trim=0 0 0 
0,delta=0 0,offset=0 
0,scale=1.0,turn=true,noautoscale=true,column=false,columnstrict=false,openright=false]
{/var/tmp/32234223084633-1source.pdf}
\end{document}
###############################################

Hm, looks fine. I tried another document class (scrartcl) from 
KOMA-Script that I regularly use and ran pdflatex on the following 
file:
#################################################
\documentclass[a0paper,portrait]{scrartcl}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-,nup=1x2,frame=false,fitpaper=false,trim=0 0 0 
0,delta=0 0,offset=0 
0,scale=1.0,turn=true,noautoscale=true,column=false,columnstrict=false,openright=false]
{/var/tmp/317302845022798-1source.pdf}
\end{document}
###################################################

And it worked! You can just test it by replacing the \includepdf-line 
with some string.

Solution:
It seems that the acrticle-documentclass does not support a0paper or 
whatever. So just use scrartcl since pdfjam already depends on 
texlive-latex-recommended which includes KOMA-Skript.





--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.22-2-k7

Debian Release: lenny/sid
  500 testing         security.debian.org 
  500 testing         ftp.de.debian.org 


--- Package information. ---
Depends                        (Version) | Installed
========================================-+-===========
tetex-extra                              | 
 OR texlive-latex-recommended            | 2007-12
tetex-extra                              | 
 OR texlive-fonts-recommended            | 2007-12



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

Reply via email to