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 Regards, Jairo
I'm not quite sure what you mean by "run along with text". If you mean "keep in the same paragraph" then just remove the blank lines from your example, e.g. \setupindenting[yes,medium] \starttext \startitemize[a,text][textdistance=none] \startitem \input{jojomayer}\stopitem \startitem \input{jojomayer}\stopitem \startitem \input{jojomayer}\stopitem \stopitemize \stoptext
On 15 Jul 2023, at 20:46, Jairo A. del Rio
wrote: 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
Regards,
Jairo ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context webpage : https://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : https://contextgarden.net ___________________________________________________________________________________
— Bruce Horrocks Hampshire, UK
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
On 7/15/23 21:46, Jairo A. del Rio wrote:
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:
Hi Jairo, alignsymbol=yes might be what you need (if I’m getting your point right). Complete sample that worked for me: \setupindenting[yes,medium] \starttext \startitemize[a,intext] [left=(, right=), stopper=, alignsymbol=yes, indenting={yes,medium}] \startitem \input{jojomayer}\stopitem \startitem \input{jojomayer}\stopitem \startitem \input{jojomayer}\stopitem \stopitemize \stoptext Just in case it might help, Pablo
participants (4)
-
Bruce Horrocks
-
Jairo A. del Rio
-
Pablo Rodriguez
-
Wolfgang Schuster