On Thu, Oct 24, 2002 at 09:23:27AM -0500, Remzi Seker wrote: > How can I get the chapter prefix "CHAPTER" centered above the chapter title, > such as > > CHATPER 1 > TITLE > > I am using komascript book. I read the doc, I can get the prefix inlined with > the title but not as above.
At the preamble:
\renewcommand*{\chapterformat}
{\centerline{\chapappifprefix[\ ]\thechapter\autodot}}
