![](https://secure.gravatar.com/avatar/23c65792d6f3eb5f6194f6ec9eadc2ac.jpg?s=120&d=mm&r=g)
I'm defining item groups in ConTeXt and I find the following issue: combining the "text" parameter with others automatically disables "left" and "right" keys, so numbers always appear enclosed in parentheses. %What I expect: %I. This ain't right %What I get: %(I) This ain't right \defineitemgroup[erroneous] \setupitemgroup[erroneous][1][R,text,continue][left=,right=.,stopper=] \starttext \starterroneous \startitem This ain't right \stopitem \stoperroneous \stoptext Maybe a bug, I want to know how to get the expected result. Thank you in advance.
![](https://secure.gravatar.com/avatar/74d41c3215dcdd377343cdc47311757c.jpg?s=120&d=mm&r=g)
Jairo A. del Rio schrieb am 26.12.2019 um 19:55:
I'm defining item groups in ConTeXt and I find the following issue: combining the "text" parameter with others automatically disables "left" and "right" keys, so numbers always appear enclosed in parentheses.
%What I expect: %I. This ain't right %What I get: %(I) This ain't right \defineitemgroup[erroneous] \setupitemgroup[erroneous][1][R,text,continue][left=,right=.,stopper=] \starttext \starterroneous \startitem This ain't right \stopitem \stoperroneous \stoptext
Maybe a bug, I want to know how to get the expected result. Thank you in advance.
You have to clear the values of the lefttext and righttext keys. Wolfgang
![](https://secure.gravatar.com/avatar/9291059911c26e0375f80003de0ea2fd.jpg?s=120&d=mm&r=g)
Hello, could auto-generated syntax for \setupitemgroup be added to wiki? There is no notice about "lefttext" or "righttext" keys: https://wiki.contextgarden.net/Command/setupitemgroup (yes, keys "left" and "right" are mentioned here.) TIA. Best regards, Lukas On 2019-12-26 20:07, Wolfgang Schuster wrote:
Jairo A. del Rio schrieb am 26.12.2019 um 19:55:
I'm defining item groups in ConTeXt and I find the following issue: combining the "text" parameter with others automatically disables "left" and "right" keys, so numbers always appear enclosed in parentheses.
%What I expect: %I. This ain't right %What I get: %(I) This ain't right \defineitemgroup[erroneous] \setupitemgroup[erroneous][1][R,text,continue][left=,right=.,stopper=] \starttext \starterroneous \startitem This ain't right \stopitem \stoperroneous \stoptext
Maybe a bug, I want to know how to get the expected result. Thank you in advance.
You have to clear the values of the lefttext and righttext keys.
Wolfgang
participants (3)
-
context@vivaldi.net
-
Jairo A. del Rio
-
Wolfgang Schuster