ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* itemize and vertical spacing
@ 2006-04-26 10:40 Olivier
  2006-04-26 11:12 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Olivier @ 2006-04-26 10:40 UTC (permalink / raw)


Dear all,

To put vertical space in an itemized construction is easy via

\startitemize[inbetween={\blank[30pt]}]
\item first
% a 30pt vertical space will be inserted here
\item second
% a 30pt vertical space will be inserted here
\item third
% a 30pt vertical space will be inserted here
\item fourth
\stopitemize


But, now assume I want to typeset the list in two columns:
\startitemize[inbetween={\blank[30pt]}]
\item first 
\item second
\item third
\item fourth
\stopitemize

the vertical space is discarded, whereas I would like to get the
following result
\startitemize[inbetween={\blank[30pt]}]
\item first 
\item second
% a 30pt vertical space will be inserted here
\item third
\item fourth
\stopitemize

Is there a way to achieve this?

Thanks,
Olivier

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

end of thread, other threads:[~2006-04-26 12:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-26 10:40 itemize and vertical spacing Olivier
2006-04-26 11:12 ` Taco Hoekwater
2006-04-26 11:39   ` Olivier
2006-04-26 12:09     ` Taco Hoekwater
2006-04-26 12:17       ` Olivier

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).