3 Feb
2021
3 Feb
'21
4:57 a.m.
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