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

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

[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