Using list environments

The standard TeXmacs lists are defined in std-list. The unnumbered lists environments are:

<itemize|body>

The tag before each item depends on the nesting depth.

<itemize-minus|body>

Uses - for the tag.

<itemize-dot|body>

Uses • for the tag.

<itemize-arrow|body>

Uses → for the tag.

The following environments can be used for producing numbered lists:

<enumerate|body>

The kind of number before each item depends on the nesting depth.

<enumerate-numeric|body>

Number the items by 1, 2, 3, etc.

<enumerate-roman|body>

Number the items by i, ii, iii, etc.

<enumerate-Roman|body>

Number the items by I, II, III, etc.

<enumerate-alpha|body>

Number the items by a), b), c), etc.

<enumerate-Alpha|body>

Number the items by A), B), C), etc.

The following environments can be used for descriptive lists:

<description|body>

The environment for default descriptive lists (usually description-compact).

<description-compact|body>

Align the left hand sides of the items in the list and put their descriptions shortly behind it.

<description-dash|body>

Similar to description-compact, but use a — to separate each item from its description.

<description-align|body>

Align the left hand sides of the descriptions, while aligning the items to the right.

<description-long|body>

Put the items and their descriptions on distinct lines.

New items in a list are indicated through the item tag or the item* tag in the case of descriptions. The item tag takes no arguments and the item* tag one argument. When using the experimental structured-list package, these tags may take an optional body argument. In the future, all list items should become structured.

By default, items in sublists are numbered in the same way as usual lists. Each list environment list admits a variant list* whose items are prefixed by the last item in the parent list. Of course, this feature can be used recursively.

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