Discussion:
change leftmargin in itemize environment
Robert Neumann
2007-01-04 11:02:17 UTC
Permalink
Hello,
I would like to change the leftmargin of my itemize environment to zero, so that
the bullets are exactly at the left margin of the standard-text.
I tried to insert a \setlenght{\leftmargin}{0mm} in an ERT at the beginning of
the first itemized paragraph, but this has no effect. (this place works fine
with \setlenght{\itemsep}... though.
So how to do this right?
Regards
Robert
Jürgen Spitzmüller
2007-01-04 11:08:28 UTC
Permalink
Post by Robert Neumann
So how to do this right?
I'd recommend to use the package enumitem.
Something like

\usepackage{enumitem}
\setitemize{leftmargin=*}

should do the trick.

Jürgen
Robert Neumann
2007-01-06 12:50:25 UTC
Permalink
works perfect, thank you
(great package, I didn't know about the existence)
Regards Robert

Loading...