I wonder if it is possible to combine geometry and the type area calculation of KOMA-Script. I’d like to use the calculated area but set (e.g.) the top margin to 1cm, without touching the other values. The problem is that \newgeometry set the explicitly given values (top=1cm) – which is desired – but it also sets the not given values (like bottom, left, right etc.) to geometry’s defaults.
An alternative question is:
How can I make \newgeometry set only the explictit given values?
\documentclass[DIV=calc]{scrartcl}
\usepackage[pass,showframe]{geometry}
\newgeometry{top=1cm}
\begin{document}
Text
\end{document}
Please edit the question title if you can provide a better one than I do …
footsep,marginparsepetc. – Tobi May 10 '12 at 21:33