Document Classes ⇒ Customizing font/layout of TOC
Customizing font/layout of TOC
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Customizing font/layout of TOC
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
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