I'm just trying to format the names appendices of my report and make them appear in lists etc as I need.
Basically, what I'm after is a single title of Appendices; which I've achieved using the appendix package and the code:
Code: Select all
\appendix
\appendixpage
\addappheadtotoc
But then I'd like to remove the numbered sections from the TOC and have a list of appendices at the start of the appendix.
Anyone got any ideas as to how I can do what I want, if I even can?
Thanks