> I'm wondering how to get rid of the blank lines in a enumerate list.
> Using the enumerate environment a get something like:
>
> 1) First
>
> 2) Second
>
> 3) Third
>
> Thus, I would like to get:
>
> 1) First
> 2) Second
> 3) Third
>
> Any ideas?
Append in TeX-Mode a \vspace{-1em} to each item except the last one,
i.e.
1) First \vspace{-1em}
2) Second \vspace{-1em}
3) Third
In LyX there will still be a blank line after each item. But the
DVI-Preview shows the desired result.
Ingo
- Enumerate Alexander Stasinski
- Re: Enumerate Ingo Kloecker
- Re: Enumerate Jean-Marc Lasgouttes
- enumerate Remzi Seker
- Re: enumerate Herbert Voss
