General ⇒ Different titles on all pages of Table of Contents
Different titles on all pages of Table of Contents
I'm putting together my thesis using LaTeX and my table of contents is two pages long. My school requires that I put the title "Table of Contents -- Continued" on top of all pages of the ToC other than the first, and the title "Table of Contents" on the first page. After much fruitless googling I haven't come up with a solution, any help would be immensely appreciated. Thanks so much!
- Oren
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Different titles on all pages of Table of Contents
welcome to the board!
You could use \addtocontents at an appropriate point like:
Code: Select all
\addtocontents{toc}{\protect\newpage%
\protect\chapter*{\contentsname\ -- Continued}}
Stefan
Re: Different titles on all pages of Table of Contents
Thanks for the welcome! Wow that solved my problem perfectly; at first I wasn't sure where to put the command you suggested and once I figured it out it all clicked. That's amazingly clever, thanks again!
- Oren