GeneralTable of Contents for Appendix

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
iulius
Posts: 2
Joined: Sun May 23, 2010 12:25 pm

Table of Contents for Appendix

Post by iulius »

Hi!
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}
Is it also possible to remove the appendix sections from the main ToC? so that it just says "Appendix ... 50" in the main ToC and all subappendices are listed in the ToC of the Appendix?

Thanks for your help!

Iulius

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply