Hmmm, thank you both.
Again I do have no results, neither with Richard’s nor with your
version, [which should do, as I only need to have the left margin set].
Maybe there has something to be set for the different layers of
»Itemize« (which could be edited in the prefs/signs of listing (in
german: »Auflistungszeichen«)/Layer?
And, btw: What is the difference between
\RequirePackage and
\UsePackage
?
Best
Jess
Am 27.12.2011 um 17:09 schrieb Jürgen Spitzmüller:
jezZiFeR wrote:
I think this is what I mean, I mean a paragraph style, which in
german
is »Auflistung«.
No, Auflistung is "Itemize". For this, you should follow Richard's
suggestion
and use the enumitem package.
Something like
\usepackage{enumitem}
\setlist[itemize]{leftmargin=*}
in preamble should do the trick.
Jürgen