Re: [NTG-context] bug in itemize

2010-10-10 Thread Wolfgang Schuster
Am 10.10.2010 um 20:39 schrieb Marius: > Hello, > > a stopper option resets item to default value. I expect a) and b) > instead of big dot in the first itemize. > > mkiv current version: 2010.10.06 10:20 > > \starttext > \startitemize[a,stopper=)] You can’t mix keywords and assignments in the

[NTG-context] bug in itemize

2010-10-10 Thread Marius
Hello, a stopper option resets item to default value. I expect a) and b) instead of big dot in the first itemize. mkiv current version: 2010.10.06 10:20 \starttext \startitemize[a,stopper=)] \item one. \item two. \stopitemize \startitemize[a] \item one. \item two. \stopitemize \stoptext Regards

Re: [NTG-context] Bug in itemize

2007-07-13 Thread Mikael Persson
>From the ConTeXt manual (cont-eni.pdf page 234 (237 in the pdf file)): "When we use the key columns the items are typeset in two columns. The number of columns can be set by the keys one, two (default), three or four." Best regards, Micke P On 7/13/07, David Arnold <[EMAIL PROTECTED]> wrote: >

Re: [NTG-context] Bug in itemize

2007-07-13 Thread David Arnold
John, Wolfgang, et al, I forget how I discovered the option "three," but it worked in January with an older version of Context. See: http://msenux.redwoods.edu/IntAlgText/chapter4/section4.pdf Example 13 on page 384. It no longer works as is evidenced on: http://msenux.redwoods.edu/ IntAlgT

Re: [NTG-context] Bug in itemize

2007-07-13 Thread John R. Culleton
On Thursday 12 July 2007 15:46, David Arnold wrote: > All, > > Think I found a bug in itemize. > > \starttext > >\startitemize[a,columns,three] >\item $|x|>-5$ >\item $|x|>0$ >\item $|x|>4$ >\stopitemize > > \stoptext > I don't understand your parameters. The Manual allows for c

Re: [NTG-context] Bug in itemize

2007-07-12 Thread Wolfgang Schuster
2007/7/12, David Arnold <[EMAIL PROTECTED]>: > All, > > Think I found a bug in itemize. > > \starttext > >\startitemize[a,columns,three] >\item $|x|>-5$ >\item $|x|>0$ >\item $|x|>4$ >\stopitemize > > \stoptext > > On my system, the first item is not labeled, the second and thir

[NTG-context] Bug in itemize

2007-07-12 Thread David Arnold
All, Think I found a bug in itemize. \starttext \startitemize[a,columns,three] \item $|x|>-5$ \item $|x|>0$ \item $|x|>4$ \stopitemize \stoptext On my system, the first item is not labeled, the second and third are labeled "a" and "b." gimp $ ctxtools --contextversion CtxToo