Search found 2 matches

by heidib
Sat Nov 21, 2009 5:38 pm
Forum: Text Formatting
Topic: Customizing \tableofcontents with book documentclass ??
Replies: 2
Views: 2318

Customizing \tableofcontents with book documentclass ??

Thank you. I ended up using the tocloft package with the following commands:

Code: Select all

\renewcommand{\cftchapleader}{\cftdotfill{\cftsecdotsep}} 
\renewcommand{\cftchapaftersnum}{.} 
by heidib
Sun Nov 15, 2009 6:07 pm
Forum: Text Formatting
Topic: Customizing \tableofcontents with book documentclass ??
Replies: 2
Views: 2318

Customizing \tableofcontents with book documentclass ??

I am formatting my thesis with the book documentclass and have the following two issues:

This is what the table of contents currently looks like:

Contents
1 Introduction Page#

This is what the table of contents needs to look like:

Contents
1. Introduction............Page#

So I would like to ...