Changes

Jump to navigation Jump to search
m
no edit summary
requiring some options to be specified as key-value setups, others as an argument list.
<codett>
\defineitemgroup[myitems]
\setupitemgroup [myitems] [each] [joinedup]
\setupitemgroup [myitems] [each] [itemalign=flushright]
</codett>
The second argument determines the itemization level the settings apply to.
The third argument comes in two varieties.
Parameters that concern whitespace (both vertical and horizontal) belong in the argument list: {{code|joinedup}}, {{code|packed}}, {{code|nowhite}}, and others.
Further options are part of the setup. Both kinds can be given in a combined version:
<codett>
\setupitemgroup [myitems] [each] [joinedup] [itemalign=flushright]
</codett>
== Custom bullets ==
number as the contents of the box like so:
<codett>
\definesymbol [instruction_symbol_numbered]
[{\framed{\currentitemnumber}}]
</codett>
The {{cmd|framed}} must be adapted to the specific requirements.
419

edits

Navigation menu