From b916b681998ce2242347c029a02f491f914c7eee Mon Sep 17 00:00:00 2001 From: hackbard Date: Tue, 9 Aug 2011 23:30:43 +0200 Subject: [PATCH] fancy-fix for summary and conclusions chapter --- posic/thesis/thesis.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index 82dc58d..7cb98a0 100644 --- a/posic/thesis/thesis.tex +++ b/posic/thesis/thesis.tex @@ -126,7 +126,13 @@ \include{md} %\include{const_sic} %\include{results} +\renewcommand{\chaptermark}[1]{ + \markboth{\thechapter.\ #1}{\thechapter.\ #1} +} \include{summary_outlook} +\renewcommand{\chaptermark}[1]{ + \markright{\thesection.\ #1} +} \appendix{} \include{d_tersoff} -- 2.20.1