On 2009-05-13, Luca De Marini wrote:
>>> The following code in the preamble should help:
>>> \usepackage{scrpage2}
>>> \pagestyle{scrheadings}
>>> \clearscrheadings
>>> \ohead[\pagemark]{\pagemark}
>>> \ihead{\headmark}
>>> (tested with scrbook [book (KOMA-script)]).
> I just noticed another error I didn't notice before... I have 2 page
> numbers on the bottom and on the top right corner of the page in every
> Chapter page. I mean, in every page when there's a chapter title..
The footer area needs to be cleared. This can be done with
\ofoot[]{}
I've overseen this, because my manuscript adds
% für das Manuskript: aktuelles Datum im Fuß
\ofoot[\footnotesize Bearbeitungsstand: \today]%
{\footnotesize Bearbeitungsstand: \today}
Sorry,
Günter