Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Kip Warner
On Sun, 2012-03-04 at 23:26 -0500, Aditya Mahajan wrote: On Sun, 4 Mar 2012, Kip Warner wrote: Hey list, I'd like an itemized list using the following format... Article I ... Article II ... Article III ... ...and so on. I've tried defining the behaviour with...

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Aditya Mahajan
On Mon, 5 Mar 2012, Kip Warner wrote: On Sun, 2012-03-04 at 23:26 -0500, Aditya Mahajan wrote: On Sun, 4 Mar 2012, Kip Warner wrote: Hey list, I'd like an itemized list using the following format... Article I ... Article II ... Article III ... ...and so on. I've tried defining the

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Kip Warner
On Mon, 2012-03-05 at 22:10 -0500, Aditya Mahajan wrote: Thanks Aditya. A couple questions for you. \defineitemgroup[article] \setupitemgroup [article] [ left={Article }, stopper=, symbol=R, before=\blank, after=\blank, distance=0.5em, ]

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Kip Warner
On Mon, 2012-03-05 at 22:10 -0500, Aditya Mahajan wrote: \starttext \startarticle \item First article \item Second article \stoparticle Again Another thing I just noticed is that using \startarticle[start=20] before an item block doesn't always begin counting at that. On some

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Aditya Mahajan
On Mon, 5 Mar 2012, Kip Warner wrote: On Mon, 2012-03-05 at 22:10 -0500, Aditya Mahajan wrote: Thanks Aditya. A couple questions for you. \defineitemgroup[article] \setupitemgroup [article] [ left={Article }, stopper=, symbol=R, before=\blank, after=\blank,

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Kip Warner
On Mon, 2012-03-05 at 22:44 -0500, Aditya Mahajan wrote: Thats how itemgroup are configured. You cannot mix assignments (key=value) with options. I don't follow. What is the difference between this, \setupitemgroup [article] [ left={Article }, stopper=, symbol=R,

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Aditya Mahajan
On Mon, 5 Mar 2012, Kip Warner wrote: On Mon, 2012-03-05 at 22:44 -0500, Aditya Mahajan wrote: Thats how itemgroup are configured. You cannot mix assignments (key=value) with options. I don't follow. What is the difference between this, \setupitemgroup [article] [ left={Article },

Re: [NTG-context] Itemize Prefixes

2012-03-05 Thread Kip Warner
On Tue, 2012-03-06 at 00:22 -0500, Aditya Mahajan wrote: ConTeXt checks if the argument of \setupitemgroup has an assignment (key=value), then it calls a version of \setparameters; otherwise it calls a version of \processcommalist. So, if you use assignments and options in the same command,

[NTG-context] Itemize Prefixes

2012-03-04 Thread Kip Warner
Hey list, I'd like an itemized list using the following format... Article I ... Article II ... Article III ... ...and so on. I've tried defining the behaviour with... \defineenumeration[article] [location=top, text=Article, between=\blank, before=\blank, after=\blank]

Re: [NTG-context] Itemize Prefixes

2012-03-04 Thread Aditya Mahajan
On Sun, 4 Mar 2012, Kip Warner wrote: Hey list, I'd like an itemized list using the following format... Article I ... Article II ... Article III ... ...and so on. I've tried defining the behaviour with... \defineenumeration[article] [location=top, text=Article, between=\blank,