On 4/22/26 09:51, Gerard Verhaag via ntg-context wrote:
> Hi ConTeXt users,
> 
> While using ConTeXt  (MkIV, 2023.02.14) recently I stumbled across a
> disturbing issue when trying a user-defined block command. Probably a
> simple problem!
> […]
> The result when using MyItemize yields a blank line between items,
> which I'd like to omit. How can I achieve that?

Hi Gerard,

unless I’m missing something, a better approach would be to use these
definitions:

    \defineitemgroup[MyItemize]
    \setupitemgroup[MyItemize]
        [each][packed]
        [distance=1.5em]

Otherwise, I don’t see a way to get packed list of items.

I hope it may help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to