> Yes.
> 2009/5/13 Andre Poenitz <[email protected]>
>> On Wed, May 13, 2009 at 12:18:30AM +0200, Luca De Marini wrote:
>> > ... page numbers are on the bottom of the page some times and on
>> > top right on other pages, apparently randomly... why?
Because the document class designer wanted it so (special layout of chapter
pages).
...
>> Even on pages starting a chapter in a book or such?
No TOFU please.
The following code in the preamble should help:
\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadings
\ohead[\pagemark]{\pagemark}
\ihead{\headmark}
(tested with scrbook [book (KOMA-script)]).
Günter