Prev | Next | list |
$list marker$$
$lnext
$lend
list
command begins a new list.
The lnext
command marks the end of one item and
the beginning of another.
The lend
command marks the end of the current list.
Any combination of text other commands and text can be placed
between these commands.
marker
argument in the list
command
specifies the type of marker used to label each entry in the list.
It must be one of the following values
Value | Description |
disk | a disk |
circle | a circle |
square | a square |
number | arabic numbers |
alpha | lower case alphabetic characters |
Alpha | upper case alphabetic characters |
roman | lower case roman numerals |
Roman | upper case roman numerals |
$list number$$ One
$lnext $italic Two$$
$lnext $code Three$$
$lend
results in the list
Two
Three
list
list within another:
For example,
$list Roman$$ One
$list number$$ first
$lnext second
$lnext third
$list square$$ some
$lnext list
$lnext entries
$lend
$lend
$lnext $italic Two$$
$lnext $code Three$$
$lend
results in the list
Two
Three
list
command
and extends until the corresponding lend
command.
The lnext
command can only occur inside of a list.