Search found 1 match

by Pcubik
Sat Aug 30, 2008 7:10 pm
Forum: General
Topic: Table of Contents Spacing
Replies: 2
Views: 8183

Table of Contents Spacing

I have successfully redefined the spacing for the top margins and titles of the ToC, LoF, and LoT.... with the following code:


makeatletter
\def\tableofcontents{%
\newpage
\centerline{\bf TABLE OF CONTENTS}
\vspace*{0.3in}
\@mkboth{CONTENTS}{CONTENTS}
\@starttoc{toc}
}
\makeatother ...