[OS X TeX] vertical space in enumeration
    Chris Goedde 
    cgg.lists at gmail.com
       
    Tue Apr  1 13:11:41 EDT 2008
    
    
  
On Apr 1, 2008, at 12:03 PM, Roussanka Loukanova wrote:
>
> How may I decrease the vertical space between the items in an  
> enumeration list environment, and before and after the list?
>
These are controlled by \topsep, \parsep, and \itemsep, so you can do  
something like:
\setlength{\parsep}{0pt}
\setlength{\topsep}{0pt}
\setlength{\itemsep}{0pt}
There's a nice figure in The LaTeX Companion that shows all this  
(Figure 3.5 in my old edition).
-- 
Chris
    
    
More information about the MacOSX-TeX
mailing list