Customization of list environments

The std-list provides the following redefinable macros for customizing the rendering of lists and items in lists:

<render-list|body>

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.

<aligned-item|item-text>

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.

<compact-item|item-text>

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).

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".