Forcing indentation on item groups
Hi list. I have the following example: \setupindenting[yes,medium] \starttext \startitemize[n,text][stopper=,lefttext=(,righttext=)] \startitem A\stopitem \startitem B\stopitem \startitem C\stopitem \stopitemize \stoptext The item group doesn't follow indentation. Adding \leavevmode only has effect on the first line, and only insert a spurious space from the second item on. How would I solve this? To be clear, I want indenting before numbers, i.e. <indent>(1), not (1)<indent>. Thanks beforehand. Jairo
Jairo A. del Rio schrieb am 03.02.2021 um 00:37:
Hi list. I have the following example:
\setupindenting[yes,medium]
\starttext
\startitemize[n,text][stopper=,lefttext=(,righttext=)]
\startitem A\stopitem
\startitem B\stopitem
\startitem C\stopitem
\stopitemize
\stoptext
The item group doesn't follow indentation. Adding \leavevmode only has effect on the first line, and only insert a spurious space from the second item on. How would I solve this? To be clear, I want indenting before numbers, i.e. <indent>(1), not (1)<indent>. Thanks beforehand.
\setupitemize [each] [margin=standard] Wolfgang
Oh, cool. Thank you very much! :D Jairo El mar., 2 de feb. de 2021 11:46 p. m., Wolfgang Schuster < wolfgang.schuster.lists@gmail.com> escribió:
Jairo A. del Rio schrieb am 03.02.2021 um 00:37:
Hi list. I have the following example:
\setupindenting[yes,medium]
\starttext
\startitemize[n,text][stopper=,lefttext=(,righttext=)]
\startitem A\stopitem
\startitem B\stopitem
\startitem C\stopitem
\stopitemize
\stoptext
The item group doesn't follow indentation. Adding \leavevmode only has effect on the first line, and only insert a spurious space from the second item on. How would I solve this? To be clear, I want indenting before numbers, i.e. <indent>(1), not (1)<indent>. Thanks beforehand.
\setupitemize [each] [margin=standard]
Wolfgang
participants (2)
-
Jairo A. del Rio
-
Wolfgang Schuster