Search found 4 matches

by alyx
Sun Jun 13, 2010 3:18 pm
Forum: Page Layout
Topic: How to prevent TOC header to print after the TOC?
Replies: 5
Views: 3109

How to prevent TOC header to print after the TOC?

So, to summarize the issue is thus of correct page headers after a table of contents (TOC), when the content that follows is not a numbered chapter and using the KOMA-Script book class, i.e. scrbook.cls.

If what follows the TOC is a not-numbered chapter like a foreword, we can either use:
\addchap ...
by alyx
Sun Jun 13, 2010 2:41 pm
Forum: Page Layout
Topic: How to prevent TOC header to print after the TOC?
Replies: 5
Views: 3109

How to prevent TOC header to print after the TOC?

I don't see where the talk was of this »\addchapter« command (which doesn't exist).
Oops! Sorry, I meant "\addchap". I corrected in my previous message.
by alyx
Sun Jun 13, 2010 1:17 pm
Forum: Page Layout
Topic: How to prevent TOC header to print after the TOC?
Replies: 5
Views: 3109

How to prevent TOC header to print after the TOC?

Thanks. It works.

A more general solution is to insert this after the not-numbered chapter titles: \markboth{left-page-header}{right-page-header}
The second pair of curly brackets (here empty) are for the header to print on the right pages (i.e. odd pages), typically a section name.

The benefit ...
by alyx
Sat Jun 12, 2010 9:54 am
Forum: Page Layout
Topic: How to prevent TOC header to print after the TOC?
Replies: 5
Views: 3109

How to prevent TOC header to print after the TOC?

Hello,

I'm using LyX to write a book based on the koma-script class.
A table of contents is inserted, followed by a non-numbered chapter:
\tableofcontents{}
\chapter*{\newpage{}Avant-Propos}


The title "Table of contents" prints in the page headers of the "Avant-Propos" chapter. How can I make ...