On 2009-05-13, Luca De Marini wrote: > --0016e644ba1a52bb180469c8f2aa > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable
> 2009/5/13 Guenter Milde <[email protected]> >> On 2009-05-13, Luca De Marini wrote: >> >>> The following code in the preamble should help: ... >> The footer area needs to be cleared. This can be done with >> \ofoot[]{} >> I've overseen this, because my manuscript adds >> % f=FCr das Manuskript: aktuelles Datum im Fu=DF >> \ofoot[\footnotesize Bearbeitungsstand: \today]% >> {\footnotesize Bearbeitungsstand: \today} > I'm not sure of what I had to do... ... > If I put it on the bottom of the latex preable, I see no change to my doc I mixed it up again (as the current date is so long it overwrites also the number in the middle. This time tested (with scrbook, but it should work with other book classes too): \usepackage{scrpage2} \pagestyle{scrheadings} \clearscrheadings \ihead{\headmark} % print pagenumber always top-out \ohead[\pagemark]{\pagemark} % suppress bottom-centered page number in chapter-opening pages \cfoot[]{} Read scrguien.pdf for the details. BTW: the following error report is missing one important piece: the top line with the non-defined command. (In this case I guess it is \ofoot, as you seem to have used it before loading the defining scrpage2 package.) > 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. Günter
