On 2013-11-02, Mark Horton wrote:

> Thanks for that, the documentation for this is also good, and the whole lot 
> seems to operate at a higher level. So I experimented, first  I tried 
> editing the preamble….
> \usepackage{scrpage2}
> \usepackage{titlesec}
> \setkomafont{chapter}{\ttfamily \bfseries\huge}

With scrbook (book (KOMA script)) scrpage2 is automatically included (no
need to do this in the user preamble).

More importantly: do not use "titlesec" but the configuration hooks provided
by KOMA and documented in scrguien.pdf.
Maybe this suffices to solve the problems below. Otherwise you may look for
spacing config in scrguien.pdf or try with the also (but differently)
cofigurable document class "memoir".


> So I now have a “solution” with the chapter heading, but a now a problem 
> with the page header.

It is a standard in German typesetting to have different page headers
without page number on chapter title pages. KOMA book uses a different
page setup for them -- I am pretty sure this can be configured as well but
do not remember the details now.

Günter

Reply via email to