Le mar 25/02/2003 � 00:54, I Wayan Warmada a �crit :
> On Mon, 24 Feb 2003, roy nicolas wrote:
>
> | Does anybody know how to change the size of the vertical space between
> | items in an "itemize" environnement ?
>
> you can use this command on preamble...
>
> \let\olditemize=\itemize
> \def\itemize{\olditemize\setlength{\itemsep}{-0.5ex}}
> \let\oldenumerate=\enumerate
> \def\enumerate{\oldenumerate\setlength{\itemsep}{-0.5ex}}
>
> change the values of -0.5ex to desired values
>
> Wayan
>
Unfortunately, no effect. I think that this commes frome the fact that i
also redefine the symbols of the bullet (in "Format/document/"). I saw
that in the .lyx file, AFTER the preamble (where there is now
\let\olditemize ...) there are the following lines :
\bullet 0
1
20
-1
\end_bullet
\bullet 1
0
10
-1
\end_bullet
Maybe these lines cancel my setting in the preamble.
Nicolas