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,
     before=\blank,
     after=\blank,
     distance=0.5em,
   ]
\setupitemgroup
   [article]
   [broad,fit]

, and this?

\setupitemgroup
   [article]
   [
     left={Article },
     stopper=,
     symbol=R,
     before=\blank,
     after=\blank,
     distance=0.5em,
     broad,
     fit
   ]

> You can use
> 
> \setupitemgroup
>      [article]
>      [command=\blank]

That worked. Thanks.

> Why do you expect \setuphead to change the way itemgroups behave? 

Because I can't make any sense of the thousands of pages of ConTeXt
documentation scattered everywhere with little apparent rhyme or reason
to its usage and with everything other than whatever it is that I seem
to need present in them.

> Use
> 
> 
> \setupitemgroup
>     [article]
>     [color=...]

I tried that and it did nothing.

\definecolor[colour_text][r=0.754,g=0.516,b=0.324]
\setupitemgroup
    [article]
    [color=colour_text]

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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