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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply