Search found 1 match

by User_2015
Thu May 28, 2015 4:50 pm
Forum: Theses, Books, Title pages
Topic: The \rightmark in fancyhdr is recognized as chapter
Replies: 1
Views: 8186

The \rightmark in fancyhdr is recognized as chapter

Hi,

It is important to note that in every chapter and corresponding file, the header is overwritten (\lhead). This has to be removed.

I worked for me, when i used the following in Thesis.cls

\renewcommand{\chaptermark}[1]{\btypeout{\thechapter\space #1}\markboth{\thechapter\ #1}{}}
\renewcommand ...