I have in my frontmatter
Code: Select all
\input{chapterA} (permission rules)
\input{ChaterB} (foreword)
\tableofcontents
\markboth{\nomname}{\nomname}
\renewcommand{\nomname}{Gebruikte afkortingen}
\printnomenclature[3cm]
\listoffigures
This is the fixed structure for my thesis, but the ToC won't include my nomenclature, and does include chapter A, B and list of figures.
I have 2 possibilities, but I don't know how to fix them:
include nomenclature in ToC
start ToC from chapter 1 in my mainmatter (exclude chapter A, B, and list of figures).
I prefer the first one, but how?
thx a lot