jezZiFeR wrote:
> Now I have tried the same: I cleaned the whole preamble, switched to
> standard fonts, removed all modules and the branches – but still it
> dooes not work for me. What I want to achieve, is that the paragraph
> style listings/Itemize I have the same indentation as in the text.
> This is my output:
You keep on changing my suggestion
\setlist[itemize]{leftmargin=*}
to
\setlist[itemize]{leftmargin=8}
This cannot work. The value of leftmargin must be a proper value (such as
"6pt" or "10mm"), not just a number. The star is a special value that
maintains that the leftmargin is aligned with the surrounding body text, which
is what you want AFAIU.
Try with the above suggestion (using the *). If this does not look as
intended, try playing with real values instead.
HTH
Jürgen