Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte

  
  
Thanks for the link to the post.
Alain

Le 26/02/2021 à 19:57, Aditya Mahajan a
  écrit :


  On Fri, 26 Feb 2021, Alain Delmotte wrote:


  

Thanks, that answered all my requirements.

  
  
This post illustrates the effect of each keyword for spacing:

https://adityam.github.io/context-blog/post/spacing-in-itemize/


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

  
  
Yes, there are no commands in ConTeXt where keyword and assignments are mixed in the options.

Aditya
___
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
___


  


___
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
___


Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Aditya Mahajan
On Fri, 26 Feb 2021, Alain Delmotte wrote:

> 
> Thanks, that answered all my requirements.

This post illustrates the effect of each keyword for spacing:

https://adityam.github.io/context-blog/post/spacing-in-itemize/

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

Yes, there are no commands in ConTeXt where keyword and assignments are mixed 
in the options.

Aditya
___
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
___


Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte

  
  
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
  
___
  

  


___
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
___


Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte

  
  
This is ok.
There is still space before the items'
block. This could be handy.
Thanks,
Alain

Le 25/02/2021 à 23:17, jbf a écrit :


  
  Or maybe 
  
  inbetween={\blank[small]}
  Julian
  
  
  On 26/2/21 8:48 am, Alain Delmotte
wrote:
  
  

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?


Thanks,


--
Alain




___
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
___

  

  


___
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
___


Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte

  
  
This partly helps, because it suppress
the space before the items (first level) and the lines are at
the margin and there is still space between a first and a second
level itemize.
Thanks,
Alain

Le 25/02/2021 à 23:07, jbf a écrit :


  
  Check https://wiki.contextgarden.net/Enumerations
Would \setupitemize[nowhite] help?
  Julian
  On 26/2/21 8:48 am, Alain Delmotte
wrote:
  
  

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?


Thanks,


--
Alain




___
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
___

  

  


___
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
___


Re: [NTG-context] How to reduce the inter-item space

2021-02-25 Thread Wolfgang Schuster

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
___


Re: [NTG-context] How to reduce the inter-item space

2021-02-25 Thread jbf
Check https://wiki.contextgarden.net/Enumerations 
 Would 
\setupitemize[nowhite] help?


|Julian|
On 26/2/21 8:48 am, Alain Delmotte wrote:


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?


Thanks,


--

Alain



___
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
___
___
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
___


[NTG-context] How to reduce the inter-item space

2021-02-25 Thread Alain Delmotte

  
  
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?


Thanks,


--
Alain


  

___
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
___