GeneralProblem with shorttoc

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
vangelis
Posts: 3
Joined: Mon Nov 11, 2013 2:36 pm

Problem with shorttoc

Post by vangelis »

I'm using the package shorttoc to get a summary at the begining of my document (the toc is at the end). For the document is very long (a thesis) I want to reduce the vertical space between the items in the summary. Though the "tight" option is done for that kind of use, it's not working for me : the vertical space is still the same...

Here his a minimal code :

Code: Select all

\documentclass[a4paper,12pt]{book} 
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[francais]{babel}
\usepackage[tight]{shorttoc}

\begin{document}
\shorttoc{Summary}{0}

\part{a part}
\chapter{a chapter}
\section{a section}
\section{anoter section}
\chapter{another chapter}

\tableofcontents

\end{document}
The result is exactly the same as with the command \usepackage[loose]{shorttoc} ! Any idea to correct this ?

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problem with shorttoc

Post by localghost »

Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to {TeX} SX. Please read what our administrator thinks about that.
Board Rules wrote:A crossposting is always contra-productive. But there is nothing really against it as long as it is mentioned. This means that a direct link has to be added. So other users who want to help are preserved from double efforts and waste of time.
Such kind of x-posting without notification represents a direct violation of our rules and has to be prevented absolutely in future questions.
Post Reply