Contents
Summary
The environment
\startitemgroup ... \stopitemgroup
is used to start an enumeration block
Settings
| \startitemgroup[...][...,...][...=...,...] ... \stopitemgroup | |
| [...] | name |
| [...,...] | inherits from \setupitemgroup |
| ...=...,... | inherits from \setupitemgroup |
Description
This is the generic command to start a named enumeration block. It can be used as an alternative to the command to start a named block, like
\startitemize
for example.
Examples
Example 1
-
\startitemgroup[itemize][n] \sym{As you can see:} \item this is a gnat \item that is a gnu \stopitemgroup
-