jezZiFeR wrote: > 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].
Then we need a minimal example document. The recommended settngs work for me with KOMA report. > 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? No. > And, btw: What is the difference between > \RequirePackage and > \UsePackage \RequirePackage is intended for package and class authors only. It can be loaded before \documentclass and checks if the requested package has been loaded before. In the document preamble, you should use \usepackage (note: no capitals here). Jürgen