[OS X TeX] Question: adjusting spacing in the enumerate environment

Claus Gerhardt gerhardt at math.uni-heidelberg.de
Sun Mar 20 17:27:23 CET 2005


Define a new environment
\newskip\csep
\newskip\csepb
\csep=\medskipamount
\csepb=0.5\medskip
\newcommand{\bi}{\partopsep=\csep\begin{enumerate}\itemsep=\csepb}

\csep can be set to any amount, eg., \csep=xxpt

The usage is

\bi
\item
text

\item
text
\end{enumerate}

In case you have difficulty with 0.5\medskip use the package calc.sty

Claus


On Mar 20, 2005, at 5:16, Richard Seguin wrote:

> I'm using this technique to adjust the item spacing in the enumerate 
> environment within the article class:
>
> \newcommand{\tighten}{\addtolength{\itemsep}{-9pt}}
>
> ....
>
> \begin{enumerate}\tighten
>
> ...
>
> \end{enumerate}
>
> No matter what I've tried though, I haven't been able to shrink the 
> space between the top list element and what precedes it so that it 
> looks like the enumerate environment in the amsart class. In the 
> amsart class, that spacing is identical to the spacing between the 
> list items.
>
> Has anyone else been able to do this successfully, and how did you do 
> it? Furthermore, is it better to approach this matter using a 
> renewenvironment?
>
> Richard Séguin
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
>
>

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list