I want to add an extra space in enumerate environemnt, I can't find where the enumerate env is declared ?
for example I modified the lyxcode ( the size : I used \footntesize) with the following,
renewenvironment{lyxcode}
{\begin{list}{}{
\setlength{\rightmargin}{\leftmargin}
\setlength{\listparindent}{0pt}% needed for AMS classes
\raggedright
\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}
\footnotesize\ttfamily}%
\item[]}
{\end{list}}
I am working on debian
Any idea thanks for help
abd_bela
Text Formatting ⇒ renewenvironment for enumerate
NEW: TikZ book now 40% off at Amazon.com for a short time.

renewenvironment for enumerate
Hi,
Exactly where? A list has several space controlling parameters and you forgot to mention which one you want to change. You could try using the enumitem package.abd_bela wrote:I want to add an extra space in enumerate environemnt,...
It's defined in the file latex.ltx.abd_bela wrote: ...I can't find where the enumerate env is declared ?
1,1,2,3,5,8,13,21,34,55,89,144,233,...