Open main menu

Changes

1,926 bytes added ,  11:43, 14 September 2023
Created page with "Documentation for \startitemgroup ... \stopitemgroup"
<cd:commandgroup name="itemgroup" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The environment <tt>\startitemgroup ... \stopitemgroup</tt> is used to start an enumeration block
</cd:shortdesc>
<cd:variants>
<cd:command category="structure" file="strc-itm.mkvi" interfacedate="2020-07-14T09:24" interfacefile="i-itemgroup.xml" level="document" name="itemgroup" type="environment" variantnumber="1">
<cd:arguments>
<cd:keywords ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:name"></cd:constant>
</cd:keywords>
<cd:keywords list="yes" optional="yes" ordinal="2">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:inherit name="setupitemgroup"></cd:inherit>
</cd:keywords>
<cd:assignments list="yes" optional="yes" ordinal="3">
<cd:assignmentsdoc></cd:assignmentsdoc>
<cd:inherit name="setupitemgroup"></cd:inherit>
</cd:assignments>
</cd:arguments>
</cd:command>
</cd:variants>
<cd:description>This is the generic command to start an enumeration block. It can be used or ad-hoc enumerations as well as as an alternative to one of the predefined cases like {{cmd|startitemize}}.</cd:description>
<cd:examples><cd:example title=""><context source="yes">
\startitemgroup[itemize][n]
\sym{As you can see:}
\item this is a gnat
\item that is a gnu
\stopitemgroup
</context>
</cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:commandref name="defineitemgroup" originator="system"></cd:commandref>
<cd:commandref name="setupitemgroup" originator="system"></cd:commandref>
<cd:source file="strc-itm.mkvi" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Structure"></cd:wikipage>
<cd:commandref name="startitemize"></cd:commandref>
<cd:wikipage page="Enumerations"></cd:wikipage>
<cd:commandref name="_startitemgroup"></cd:commandref></cd:seealso>
</cd:commandgroup>