Customization of list environments |
The std-list provides the following redefinable macros for customizing the rendering of lists and items in lists:
This block environment is used to render the body of the list. Usually, the macro indents the body and puts some vertical space around it.
This inline macro is used to render the item-text in a right-aligned way. As a consequence, text after such items will appear in a left-aligned way.
This inline macro is used to render the item-text in a left-aligned way. As a consequence, text after such items may be indented by the width of the item-text (except when the text is rendered on a different paragraph).