[pdftex] DIN A5

Andreas Matthias amat at kabsi.at
Sun Jun 1 17:13:37 CEST 2003


joerg.eschenfelder at t-online.de (Jörg Eschenfelder) wrote:

> using pdftex with \documentclass[a5paper]{scrartcl} I get in Acrobat
> Reader a document in DIN A4 Size showing the text formatted for DIN
> A5. This causes some problems printing on DIN A5-paper. How can I get
> a DIN A5 document which prints correctly on DIN A5 paper? I need it in
> order to use the 2-sided-printing of my printer.

Set the lengths \pdfpagewidth and \pdfpageheight:

\setlength\pdfpagewidth{\paperwidth}
\setlength\pdfpageheight{\paperheight}

Or just use hyperref, which does it for you. 

\usepackage{hyperref}


Best Regards
Andreas



More information about the pdftex mailing list