>>From: Osvaldo Fornaro <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: \itemsep doesn't work in koma-styles?
>>Date: Fri, 5 Sep 2003 14:37:16 -0300
>>
>>Hi list,
>>
>>I am making a report using koma-report style and need to reduce the space in
>>an environment list. I tried with \setlenght{\itemsep}{0pt} (and others
>>values, of course) but the output is alwais the same.
>>Then, to the koma-script users, Is in this package different the variable name
>>in these environments?
>>
>>Thank you in advance.
Seems a bit more complicated.
>From the french faq a toggle between two environment spacings
which may inspire you...
--
Jean-Pierre
%%%% debut macro %%%%
%% ----------------------------------------------------
%% Copyright (c) 1993 Hydro-Quebec [EMAIL PROTECTED]
%% ----------------------------------------------------
%% Bring items closer together in list environments
% Prevent infinite loops
[EMAIL PROTECTED] =\itemize
[EMAIL PROTECTED] =\enumerate
[EMAIL PROTECTED] =\description
% Zero the vertical spacing parameters
\def\Nospacing{\itemsep=0pt\topsep=0pt\partopsep=0pt%
\parskip=0pt\parsep=0pt}
\def\noitemsep{
% Redefine the environments in terms of the original values
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
{\endlist}
}
\def\doitemsep{
% Redefine the environments to the original values
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
}
%%%% fin macro %%%%