Jairo A. del Rio schrieb am 15.07.2023 um 21:46:
Hi, list! I want to know how to make numbers in text item groups run along with text (for instance, wrt indentation) regardless of their position in text. In the following example:
\setupindenting[yes,medium]
\starttext
\startitemize[a,text][textdistance=none]
\startitem \input{jojomayer}\stopitem
\startitem \input{jojomayer}\stopitem
\startitem \input{jojomayer}\stopitem
\stopitemize
\stoptext
Indentation is ignored altogether. Thank you in advance
\setupindenting[yes,medium] \starttext \samplefile{jojomayer} \startitemize[a,intext][alignsymbol=yes,indenting=yes,width=\widthofstring{a.},distance=\spaceamount] \startitem \samplefile{jojomayer}\stopitem \startitem \samplefile{jojomayer}\stopitem \startitem \samplefile{jojomayer}\stopitem \stopitemize \stoptext Wolfgang