I'm about to submit my thesis and so far have always found very helpful information on this board. I hope you can help me out with my first own question:
I added my appendix to the toc, everything works nicely incl. page numbers etc. However, since my TOC is quite lengthy the line for "Appendix" appears as the last line of one page and the different chapters of the appendix on the next page of the TOC. Is there any way to circumvent this?
I use
Code: Select all
\documentclass[a4paper,numbers=noenddot,listof=flat]{scrbook}
\usepackage[toc,page]{appendix}
Code: Select all
\begin{appendices}
\chapter{xy}
TEXT
\end{appendices}