From eb4515fc76f9ee654c6b3ab7be4e0f68d5847801 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 9 Dec 2009 13:07:47 +0100 Subject: [PATCH] Do not put the frontmatter titles into the header area. --- Report.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Report.tex b/Report.tex index 576bad8..59b8010 100644 --- a/Report.tex +++ b/Report.tex @@ -33,6 +33,8 @@ % Hide header texts and use the header space for text. \setuphead[chapter][header=high] +% But not for the abstract, acknowledgements and toc +\setuphead[title][header=empty] % Insert completely empty pages to put new chapter headers on the right % page (i.e., not headers and footers). -- 2.30.2