The keys packed and joinedup seem to control the keys before, after, and 
inbetween.  You can use these keys directly to get whatever style you like.  
The setting packed is equivalent to

\startitemize[3][before=\blank,after=\blank,inbetween=]

The setting joinedup is equivalent to

\startitemize[3][before=,after=,inbetween=]

If you want the first and last items joined to the text with whitespace between 
the items, then try this:

\starttext
\startitemize[3][before=,after=,inbetween=\blank]
\item One
\item Two
\item Three
\stopitemize
\stoptext

On May 2, 2014, at 3:17 AM, "Mikael P. Sundqvist" <mic...@gmail.com>
 wrote:

> On Wed, Apr 30, 2014 at 8:38 PM, Mikael P. Sundqvist <mic...@gmail.com> wrote:
>> Hi,
>> 
>> has joinedup changed? At the moment it gives no white space before
>> first item and last item _and_ pack it. See example.
>> 
>> Best regards, Mikael
>> 
>> \starttext
>> Bla
>> \startitemize[3]%OK
>> \item One
>> \item Two
>> \item Three
>> \stopitemize
>> Bla
>> \startitemize[3,joinedup]% Not as expected
>> \item One
>> \item Two
>> \item Three
>> \stopitemize
>> Bla
>> \startitemize[3,packed]%OK
>> \item One
>> \item Two
>> \item Three
>> \stopitemize
>> Bla
>> \startitemize[3,packed,joinedup]%OK
>> \item One
>> \item Two
>> \item Three
>> \stopitemize
>> Bla
>> \stoptext
> 
> I hate to bump, but can someone confirm that this is a problem in
> ConTeXt or show me the right way of doing this?
> 
> /Mikael
> ___________________________________________________________________________________
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to