Thanks, that answered all my requirements.

I suppose that the rule "not mixing keywords and assignment in the same argument" is valid for all setups having multiples commands.

Thanks,

Alain

Le 25/02/2021 à 23:46, Wolfgang Schuster a écrit :
Alain Delmotte schrieb am 25.02.2021 um 22:48:
Hi!

I am trying to reduce the space inter two items in a \start...\stopitemize.

I did setup in the beginning of the file:

\setupitemize[joinedup,packed,leftmargin=2em]


but I find that the inter-item space is too big for what I want to create.

Is it possible to reduce that space?


You can't put keywords and assignments in the same argument of a setup command, use separate arguments for each of them and it works.

\setupitemize [each] [joinedup,packed] [leftmargin=2em]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________