ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to adjust inter item vertical space
@ 2019-01-16  9:48 jdh
  2019-01-16 10:33 ` Otared Kavian
  2019-01-18 11:49 ` Wolfgang Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: jdh @ 2019-01-16  9:48 UTC (permalink / raw)
  To: ntg-context



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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to adjust inter item vertical space
  2019-01-16  9:48 How to adjust inter item vertical space jdh
@ 2019-01-16 10:33 ` Otared Kavian
  2019-01-18 11:49 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Otared Kavian @ 2019-01-16 10:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <dhenman@gmail.com> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to adjust inter item vertical space
  2019-01-16  9:48 How to adjust inter item vertical space jdh
  2019-01-16 10:33 ` Otared Kavian
@ 2019-01-18 11:49 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2019-01-18 11:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users, jdh



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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-18 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  9:48 How to adjust inter item vertical space jdh
2019-01-16 10:33 ` Otared Kavian
2019-01-18 11:49 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).