Document ClassesCustomizing font/layout of TOC

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
cirasj
Posts: 25
Joined: Mon Mar 09, 2009 3:26 pm

Customizing font/layout of TOC

Post by cirasj »

I am writing my Master's thesis using the report.cls. I need to add information to and change some fonts to the TOC. Is there an area to the report.cls file that I need to edit to achieve this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Customizing font/layout of TOC

Post by Stefan Kottwitz »

Hi Joe,

you could add information to the toc by the LaTeX commands \addcontentsline and \addtocontents.

There's a package you could use for customizing the toc like adjusting fonts etc, tocloft, have a look at its documentation. Alternatively you could use titletoc.

Stefan
LaTeX.org admin
Post Reply