Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Mikael P. Sundqvist
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

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I've never used joinedup option so I cannot confirm its behavior has changed. Anyway, I'm getting the same result with the last Ctx beta and Ctx ver: 2012.11.26; see attachs. It seems joindeup implies packed, too; I don't know if it is an intention/feature. Best regards, Lukas --

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Rogers, Michael K
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

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Mikael P. Sundqvist
On Fri, May 2, 2014 at 1:37 PM, Rogers, Michael K mrog...@emory.edu wrote: 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

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Wolfgang Schuster
Am 02.05.2014 um 13:43 schrieb Mikael P. Sundqvist mic...@gmail.com: Thank you very much, that solves my problem (now I simply use before, inbetween and after). And thank you Lukas for trying the example. I still believe that joinedup has changed? Is it meant to be as it is now? Your

[NTG-context] joinedup in itemize changed?

2014-04-30 Thread Mikael P. Sundqvist
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