I have the following problem: I need to have extra entries in my table of contents, which don't refer to any part of the document. For example, before the appendixes, a line saying "APPENDIXES". I'm using the following command to do this:
Code: Select all
\addtocontents {toc}{\protect \contentsline {chapter}{APPENDIXES}{}}
Fanni