Box that will contain the list.
Default indentation used when creating sublists.
The counter value at which will the list start.
Default horizontal gap between each label and its corresponding item.
Either a string or a function. If `label` is a string, it will be used as a label for each list item in the list. If `label` is a function, it will be called for each label. It will be passed a Box and a list of counter values for each nesting level and it should fill the box with the contents of the label.
Additional arguments that will be passed to the box of each list item in the list.
Box that will contain the list.
Default indentation used when creating sublists.
Default horizontal gap between each label and its corresponding item.
Either a string or a function. If `label` is a string, it will be used as a label for each list item in the list. If `label` is a function, it will be called for each label. It will be passed a Box and a list of counter values for each nesting level and it should fill the box with the contents of the label.
Additional arguments that will be passed to the box of each list item in the list.