[texhax] Supress extra space in enumerate environment

hh-brasil at bol.com.br hh-brasil at bol.com.br
Wed Mar 17 13:35:40 CET 2010


Try the enumitem packet. Read its pdf-manual.
hh


--------------- original mail -----------------


Message: 2
Date: Tue, 16 Mar 2010 23:37:59 -0430
From: Jesus Guillermo Andrade <jgandradev at me.com>
To: TeX mailing list <texhax at tug.org>
Subject: [texhax] Supress extra space in enumerate environment
Message-ID: <9625E146-37D6-4E87-AB27-47A474AEE0F5 at me.com>
Content-Type: text/plain; charset="iso-8859-1"

Dear Fellows: I am in need to modifiying the behaviour of the enumerate environment so that whenever I insert a list, the vertical space between the start of the list and its end have the same length as the rest of the text. So far, I tried a dirty and horrible tweak:

\vspace{\msep}
\begin{enumerate}
\setlength{\itemsep}{0cm}%
\setlength{\parskip}{0cm}%
\item ... ... ....
...
\end{enumerate}\vspace{\msep}

In this case \msep is just an arbitrary distance that tries set by me to match the default interline spaces for the main text, however the trick doesnt help. Please let me know your opinion.


More information about the texhax mailing list