Re: [NTG-context] \start \stop problem with itemize

2008-09-12 Thread Aditya Mahajan
On Fri, 12 Sep 2008, Aditya Mahajan wrote: > On Fri, 12 Sep 2008, Jelle Huisman wrote: > >> Thank you Patrick and Aditya, >> >> I think I'll use \defineitemgroup etc., but I'm still curios what the >> difference is between these two: >> >> \startbulletlist \startbulletlistitem{One}\stopbulletlis

Re: [NTG-context] \start \stop problem with itemize

2008-09-12 Thread Aditya Mahajan
On Fri, 12 Sep 2008, Jelle Huisman wrote: > Thank you Patrick and Aditya, > > I think I'll use \defineitemgroup etc., but I'm still curios what the > difference is between these two: > > \startbulletlist \startbulletlistitem{One}\stopbulletlistitem > \stopbulletlist % this works > \startbulletli

Re: [NTG-context] \start \stop problem with itemize

2008-09-12 Thread Jelle Huisman
Thank you Patrick and Aditya, I think I'll use \defineitemgroup etc., but I'm still curios what the difference is between these two: \startbulletlist \startbulletlistitem{One}\stopbulletlistitem \stopbulletlist % this works \startbulletlist{ \startbulletlistitem{One}\stopbulletlistitem }\s

Re: [NTG-context] \start \stop problem with itemize

2008-09-12 Thread Aditya Mahajan
On Fri, 12 Sep 2008, Jelle Huisman wrote: > Hi all, > > I try to understand why this doesn't work as I expected? > > \definestartstop >[bulletlist] >[before={\startitemize[packed]}, >after={\stopitemize}] > \definestartstop >[bulletlistitem] >[before={\item}, >after={ }] (

Re: [NTG-context] \start \stop problem with itemize

2008-09-12 Thread Patrick Gundlach
Hi Jelle, I am not sure how you would solve this using \definestartstop, but you can define your own itemgroup: \definestartstop [bulletlistitem] [before={\item}, after=] \defineitemgroup[bulletlist] \setupitemgroup[bulletlist][packed] \starttext \startbulletlist \startbulletlistit

[NTG-context] \start \stop problem with itemize

2008-09-12 Thread Jelle Huisman
Hi all, I try to understand why this doesn't work as I expected? \definestartstop [bulletlist] [before={\startitemize[packed]}, after={\stopitemize}] \definestartstop [bulletlistitem] [before={\item}, after={ }] \starttext \startbulletlist{ \startbulletlistitem{One}\stopb