2009/5/13 Guenter Milde <[email protected]> > 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} > > I'm not sure of what I had to do... I added that line to the top of my latex preamble. I get this error trying to build a pdf:
The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. If I put it on the bottom of the latex preable, I see no change to my doc :(
