Search found 3 matches

by lee mac
Sat Feb 13, 2010 3:19 am
Forum: General
Topic: Table of Contents Line Spacing
Replies: 5
Views: 63331

Table of Contents Line Spacing

...I looked into the tocloft package, and was trying to use \cftafterZtitleskip and \cftbeforeZtitleskip to no avail.

...May I ask, if the above is used to space the titles, what are the two macros that I tried used for?..

With Z replaced with toc (for the \tableofcontents title) or lof (for the ...
by lee mac
Fri Feb 12, 2010 2:27 am
Forum: General
Topic: Table of Contents Line Spacing
Replies: 5
Views: 63331

Re: Table of Contents Line Spacing

Many thanks for your reply.

I looked into the tocloft package, and was trying to use \cftafterZtitleskip and \cftbeforeZtitleskip to no avail.

However, your suggestion of \setlength\cftparskip{-2pt} with a slightly higher pt setting seems to work. May I ask, if the above is used to space the ...
by lee mac
Fri Feb 12, 2010 1:15 am
Forum: General
Topic: Table of Contents Line Spacing
Replies: 5
Views: 63331

Table of Contents Line Spacing

I would really like to keep my contents page to just one page long, and have tried changing the spacing between listed items using:


\usepackage{setspace}

\begin{document}

\begin{spacing}{0.01}
\tableofcontents
\end{spacing}


However, no matter how small I make the spacing figure, the spacing ...