Search found 2 matches

by DoubleJ
Fri May 31, 2013 10:52 am
Forum: General
Topic: Renewing the enumerate environment and keep nesting support.
Replies: 3
Views: 4638

Renewing the enumerate environment and keep nesting support.

Johannes_B wrote:Have a look at the enumitem-package.
This is not the solution that I am looking for. I tried this package and this conflicted a lot with other packages I use, I don't know exactly which. The packages are required as they are part of a template we use to write reports.
by DoubleJ
Fri May 31, 2013 10:23 am
Forum: General
Topic: Renewing the enumerate environment and keep nesting support.
Replies: 3
Views: 4638

Renewing the enumerate environment and keep nesting support.

Hello,

In my document I want to change the spacing of the enumerate environment, in order to do so, I renew the environment:

\renewenvironment{enumerate}%
{\begin{list}{\arabic{enumi}.}%
{\setlength{\leftmargin}{2.5em}%
\setlength{\itemsep}{-\parsep}%
\setlength{\topsep}{-\parskip ...