I am writing my bachelor thesis atm and my college requires a table of contents for the appendix, that only lists the appendices.
I am using KOMA Script article as document class and imported the appendix package. my appendix file looks like this:
Code: Select all
\appendix
\addappheadtotoc
\appendixtitleon
\appendixtitletocon
\begin{appendices}
\section{First Appendix}
...
\end{appendices}
Thanks for your help!
Iulius