[Tex/LaTex] Removing page footer and changing the page header in KOMA-SCRIPT chapters

header-footerkoma-script

My chapters are using scrheadings, as well my entire document. How can I remove the footer, only in chapter pages, and produce a different header?

Best Answer

Adjust the page style scrplain, that's the style of chapter starting pages. You can do it by using the optional argument of the scrpage2 commands such as \ihead, \ohead etc. It's described in the KOMA Script manual, just look for scrplain.

Update

With modern versions of KOMA-script package scrlayer-scrpage deals with headers and footers`. The mechanism is the same though.

\ihead[chapterstart/plain]{\leftmark{} on normal pages}
\ofoot[soda pop]{\pagemark}

More information can be found in the KOMA-manual, as usual.