My goal is to have all appendices - which are chapters and I would like to keep it that way - to appear in the TOC as sections, under a 'chapter' appendices.
Here is what I tried, using the tocloft package
Code: Select all
\newpage\phantomsection
\addcontentsline{toc}{chapter}{Appendices}
\appendix
\setlength{\cftchapindent}{\cftsecindent}
\renewcommand{\cftchapfont}{\cftsecfont}
\renewcommand{\cftchapleader}{\cftsecleader}
\chapter{chapter title}