Re: [NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-27 Thread Otared Kavian via ntg-context
Hi, Indeed you are right. However, Hans said the feature would be added in the next update: so you have to wait a little bit :-) Best regards: Otared > On 27 Feb 2023, at 12:33, Jan-Erik Hägglöf via ntg-context > wrote: > > I tested the code and the separator didn’t show up > > \mainlangua

Re: [NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-27 Thread Jan-Erik Hägglöf via ntg-context
I added the braces but still no difference, still empty between items Jan-Erik Hägglöf skrantajanne...@gmail.com ConTeXt ver: 2023.02.23 21:26 LMTX fmt: 2023.2.27 int: english/english > 27 feb. 2023 kl. 12:53 skrev mf via ntg-context : > > \setupitemgroup >[fooditems] >[each] >[

Re: [NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-27 Thread mf via ntg-context
\setupitemgroup [fooditems] [each] [none,text] [textseparator={,}] Comma is used to separate options; if you don't use braces, it means that the textseparator is set to the empty string. Massi Il 27/02/23 12:33, Jan-Erik Hägglöf via ntg-context ha scritto: I tested the code a

Re: [NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-27 Thread Jan-Erik Hägglöf via ntg-context
I tested the code and the separator didn’t show up\mainlanguage[sv]\setupbodyfont[12pt]\defineitemgroup  [fooditems]\setupitemgroup  [fooditems]  [each]  [none,text]  [textseparator=,]\starttext\startfooditems    \item fish    \item eggs    \item milk\stopfooditems\stoptext test.log Description: B

Re: [NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-26 Thread Hans Hagen via ntg-context
On 2/25/2023 5:01 PM, Joel via ntg-context wrote: I have a list like this: \startitemize[1] \item fish \item eggs \item milk \stopitemize Is there any command in ConTeXt to make this display the items as a comma-separated list, like this: fish, eggs, milk Or a semi-colon-separated list? fi

Re: [NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-25 Thread Hans Hagen via ntg-context
On 2/25/2023 5:01 PM, Joel via ntg-context wrote: I have a list like this: \startitemize[1] \item fish \item eggs \item milk \stopitemize Is there any command in ConTeXt to make this display the items as a comma-separated list, like this: fish, eggs, milk Or a semi-colon-separated list? fi

[NTG-context] Can ConTeXt display a simple itemized list as a comma-separated list?

2023-02-25 Thread Joel via ntg-context
I have a list like this: \startitemize[1]\item fish\item eggs\item milk\stopitemize Is there any command in ConTeXt to make this display the items as a comma-separated list, like this: fish, eggs, milk Or a semi-colon-separated list? fish; eggs; milk --Joel