Hi, I’d like to have the number of the parent element in the number of a subitem, like 2.1, 2.2 etc. I guess I must set "numbersegments", but I don’t know to which values – I found it only documented for sections. """ \setupitemize[packed,joinedup,n] \setupitemize[2][numbersegments=item:item] \starttext \startitemize \startitem bla\stopitem \startitem blo\par \startitemize \startitem foo\stopitem \startitem bar\stopitem \startitem baz\stopitem \stopitemize \stopitem \startitem bla\stopitem \startitem bla\stopitem \stopitemize \stoptext """ Hraban
Am 30.07.2025 um 19:59 schrieb Henning Hraban Ramm:
Hi, I’d like to have the number of the parent element in the number of a subitem, like 2.1, 2.2 etc. I guess I must set "numbersegments", but I don’t know to which values – I found it only documented for sections.
""" \setupitemize[packed,joinedup,n]
Add "repeat". Wolfgang
Am 30.07.25 um 20:11 schrieb Wolfgang Schuster:
Am 30.07.2025 um 19:59 schrieb Henning Hraban Ramm:
Hi, I’d like to have the number of the parent element in the number of a subitem, like 2.1, 2.2 etc. I guess I must set "numbersegments", but I don’t know to which values – I found it only documented for sections.
""" \setupitemize[packed,joinedup,n]
Add "repeat".
Thank you! It’s even documented, but I didn’t expect that parameter. Would it work with numbersegments or prefixsegments? Hraban
Am 30.07.2025 um 20:31 schrieb Henning Hraban Ramm:
Am 30.07.25 um 20:11 schrieb Wolfgang Schuster:
Am 30.07.2025 um 19:59 schrieb Henning Hraban Ramm:
Hi, I’d like to have the number of the parent element in the number of a subitem, like 2.1, 2.2 etc. I guess I must set "numbersegments", but I don’t know to which values – I found it only documented for sections.
""" \setupitemize[packed,joinedup,n]
Add "repeat".
Thank you! It’s even documented, but I didn’t expect that parameter.
Would it work with numbersegments or prefixsegments?
No, you can't change change the itemize counter. If you need more control use enumerations or labels. Wolfgang
participants (2)
-
Henning Hraban Ramm -
Wolfgang Schuster