I am using Kile 2.0 to create a book that needs to be printed on A5 paper. When I create the PDF (Latex->dvitops->PDF) I get a PDF that is A4, Portrait (8.26 x 11.69 inch) rather than the A5 5.85 x 8.26 inch that I need. I'm a bit of a novice, but I believe that the PDF is produced by GPL Ghostscript 8.63.
I've tried having both
Code: Select all
\documentclass[a5paper,10pt]{book}
Code: Select all
\documentclass[a5paper,10pt]{book}
\usepackage{geometry}
Sorry if this is posted in the wrong forum...I searched around but couldn't find anything quite like this inquiry elsewhere.
Thanks,
Shannon