In my thesis, I do this:
\include{main/chapter1}
\include{main/chapter2}
\appendix
\noappendicestocpagenum
\addappheadtotoc
\include{main/appendixchapter1}
I should be getting the line "Appendices" (the apphead) before the first appendix in the TOC, but it comes out after it. How come?
