Page LayoutAppendix on two pages in TOC

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mica
Posts: 1
Joined: Wed Mar 06, 2013 7:16 am

Appendix on two pages in TOC

Post by mica »

Dear all,

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}
and to create the appendix

Code: Select all

\begin{appendices}
\chapter{xy}
TEXT
\end{appendices}
Thanks in advance for your help!!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Appendix on two pages in TOC

Post by Juanjo »

Try adding \addtocontents{toc}{\newpage} right before the appendices.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Post Reply