Hello everyone,
my goal is to simply set the page margins using the geometry package:
here comes my MWE:
Code: Select all
\documentclass[12pt, a4paper, oneside]{scrbook}
\usepackage{geometry}
\geometry{a4paper, top=1.5cm, left=2.5cm, right=3.0cm, bottom=2.0cm}
\begin{document}
\chapter{test}
imagine 2 or 3 pages full of text
...
\end{document}
The left and right margins are correct. However, top and bottom are not correct at all. The page numbers are printed nealry at the bottom of the page. It looks like 0cm space. The chapter headline seems to have a correct top margin, but the second page has no top margin at all... I assume I´ve done a really stupid mistake but i´m not able to see the wood for the trees ...

. Seriously, i don´t get what i´m doing wrong! I appreciate your help!