I noticed that the paper size invoked by a4paper is not working right in my examples:
\documentclass[a4paper,11pt,oneside]{article}
\begin{document}
Test
\end{document}
I checked with Preview.app and it tells me the paper size is 21.59 cm × 27.94 cm. A4 should be 21.0 cm × 29.7 cm.
When I use \usepackage[a4paper]{geometry} I notice a different size of the paper (it gets narrower) and Preview.app says: 21.01 cm × 29.71 cm, which seems right.
I can reproduce this exact behavior with every class: article, book etc., scrartcl, scrreprt, etc., g-brief2 except memoir which gives me 21.01 cm x 29.71 cm
Is there something wrong or am I missing something?
pagesizewhen using the KOMA-Script classes. – Juri Robl Aug 9 '12 at 10:50.dvifile from the.texinput and then rundvipsetc to create the pdf file you then view in Preview? If so, check the settings in dvips -- it they may be the case that it's set to always create output with a page size of "US Letter" (8.5" x 11"). – Mico Aug 9 '12 at 10:51