[pdftex] A3 and pdfpages
Andreas Matthias
amat at kabsi.at
Sun Jun 1 17:13:37 CEST 2003
xavier roguiez wrote:
> I've got a problem using pdfpage package. I'm trying to generate a A3
> paper (landscape mode) based on A4 paper. But it doesn't work ? Is
> pdfpage limited to A4 mode or how can I change Iit ?
>
> Thanks in advance for any help
> Xavier
>
> This is the code ;
>
> \documentclass[12pt]{article}
> ....
> \usepackage[final]{pdfpages}
> ...
>
> \begin{document}
> \pdfpageheight 297mm
> \pdfpagewidth 420mm
This specifies pdfTeX page dimensions, but doesn't change
LaTeX page dimensions, which there are \paperwidth and
\paperheight.
> \textheight 297mm
> \textwidth 420mm
Irrelevant for pdfpages.
> \includepdf[nup=1x2, scale=1, pages={{},1}, frame]{dpgarde.pdf}
>
> \end{document}
\setlength\paperheight{297mm}
\setlength\paperwidth{420mm}
\setlength\pdfpageheight{\paperheight}
\setlength\pdfpagewidth{\paperwidth}
\includepdf[nup=2x1, scale=1, pages={{},1}, frame]{dummy.pdf}
Ciao
Andreas
More information about the pdftex
mailing list