General ⇒ TOC, LOF, LOT Page Layot
TOC, LOF, LOT Page Layot
My Table of Contents, List of Figures and List of Tables pages are all centered (or nearly centered) in the middle of the page. I would like them to start at the top of the page at the same height as my chapter headings. How can I do this?
Thank you,
Chris
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
TOC, LOF, LOT Page Layot
welcome to the board!
A correct answer to this question depends on the document class used. Some classes use \chapter* internally for toc, lof and lot, it should produce similar spacing like \chapter. Did you change \chapter or \@makechapterhead, or do you use titlesec?
Perhaps have a look at the tocloft package, it's designed for the customization of toc, lof etc.
Stefan
Re: TOC, LOF, LOT Page Layot
Thank you for the quick reply. I am using the document class. To create my toc, lof, lot, I use \tableofcontents, \listoffigures and \listoftables. I apologize, I stated Chapter headings but meant section headings. I would like my Table of Contents, LOF and LOT to be formatted, as far as vertical spacing is concerned, the same as my section headings.
I currently use the tocloft package to change the names of the toc, lof and lot but have been unable to find in the documentation a way to change the vertical page layout. I am rather new to latex and much of the documentation is lost on me.
Thank you for your help.
-Chris
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm