Page LayoutTOC reduce space between entries

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
ldecaro
Posts: 4
Joined: Thu Jan 08, 2009 9:11 pm

TOC reduce space between entries

Post by ldecaro »

Hello everyone!

I'm writting my dissertation and this is the last adjustment that is still remaining :)

I'm using a document class called abnt.cls written from the guys of TexBR. This class is based in the REPORT class.

I already customized the toc to indent everything left using the commands below:

Code: Select all

\usepackage[titles]{tocloft}
\renewcommand{\cftsecindent}{0 em}
\renewcommand{\cftsecnumwidth}{1.9 em}
\renewcommand{\cftsubsecindent}{0 em}
\renewcommand{\cftsubsecnumwidth}{2.8 em}
\renewcommand{\cftsubsubsecindent}{0 em}
\renewcommand{\cftsubsubsecnumwidth}{3.2 em}

The toc creates spaces between each entry. It also creates a bigger blank space between the last entry from a chapter and the next chapter entry.

I'd like to reduce space between entries and space between last entry and next chapter to a simple space.

Can anyone help me out with that?

Thanks in advance,


:Luiz.

Recommended reading 2024:

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

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

ldecaro
Posts: 4
Joined: Thu Jan 08, 2009 9:11 pm

Re: TOC reduce space between entries

Post by ldecaro »

I Tried to use the package setspace with the command:

\begin{singlespace}
\tableofcontents
\end{singlespace}

-- -- --
It did reduce the space between entries but now it DOESN'T show the page numbers at the end of each line.
-- -- --

Any ideas?

I appreciate any suggestions,


:Luiz.
Post Reply