cleanthesis
cleanthesis copied to clipboard
Correct footer/header and hyperref/bookmark for unnumbered chapters
There is an issue with unnumbered chapters with more than one page: the footer/header of the previous chapter is repeated.
This can be fixed by using \addchap* instead of \chapter* (e.g. for abstract), and \addchap instead of \chapter* + \pdfbookmark[0] + \addcontentsline{toc}{chapter} (e.g. for unnumbered Introduction chapter).
Also, cleanthesis.sty must be fixed to prevent footnotes such as "Chapter 0 Introduction"
Typically: \addchap*{Abstract} % no footer/header, no TOC \addchap{Introduction} % footer/header and TOC
Since cleanthesis is based on KOMA-script, \ifnumbered
would be the way to go.
But with a development branch and very confusing header and footer definitions in both branches, i won't dig any deeper.
You can also just use
\chapter*{Chapter Name}\markboth{Chapter Name}{}}