Re: [NTG-context] How to adjust inter item vertical space

2019-01-18 Thread Wolfgang Schuster



jdh schrieb am 16.01.19 um 10:48:


I want to fit a page with an itemized group of items.
The normal vertical spacing is to large and the [packed] doesn't give enough 
seperation between
items.  I should think that there's a simple way to adjust this with 
\setupitemize  command or even with \startitemize.  Is there?

I did try  \setupitemize[inbetween=\whitespace[medium]] , but it didn't do much 
or seemed to be applied
to every line and not just between item and 'medium' doesn't give much 
information.  Is there some way to specify a measurement to seperate between 
items such as   .5cm  for example?

\setupitemize [each] [inbetween={\blank[small]}]

or

\setupitemize [each] [inbetween={\blank[5mm]}]

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 adjust inter item vertical space

2019-01-16 Thread Otared Kavian
Hi,

You can define your own white space and then attribute it to each item, as in 
the following:

\setupwhitespace[big]
\startsetups[mywhitespace]
\setupwhitespace[small]
\setupblank[small]
\stopsetups
\setupitemize[each][inner=\directsetup{mywhitespace}]

\starttext
\input knuth

\startitemize
\dorecurse{3}{%
\startitem 
\input ward
\stopitem}
\stopitemize
\stoptext

Best regards: OK


> On 16 Jan 2019, at 10:48, jdh  wrote:
> 
> 
> 
> I want to fit a page with an itemized group of items.
> The normal vertical spacing is to large and the [packed] doesn't give enough 
> seperation between
> items.  I should think that there's a simple way to adjust this with 
> \setupitemize  command or even with \startitemize.  Is there?
> 
> I did try  \setupitemize[inbetween=\whitespace[medium]] , but it didn't do 
> much or seemed to be applied
> to every line and not just between item and 'medium' doesn't give much 
> information.  Is there some way to specify a measurement to seperate between 
> items such as   .5cm  for example?
> 
> 
> 
> Thanks
> ___
> 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 adjust inter item vertical space

2019-01-16 Thread jdh


I want to fit a page with an itemized group of items.
The normal vertical spacing is to large and the [packed] doesn't give enough 
seperation between
items.  I should think that there's a simple way to adjust this with 
\setupitemize  command or even with \startitemize.  Is there?

I did try  \setupitemize[inbetween=\whitespace[medium]] , but it didn't do much 
or seemed to be applied
to every line and not just between item and 'medium' doesn't give much 
information.  Is there some way to specify a measurement to seperate between 
items such as   .5cm  for example?



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