Am 16.07.2014 um 13:07 schrieb Rob Heusdens <robh...@xs4all.nl>:

> Hello All,
> 
> Still having problem with \head in \setupitemize.
> 
> - When I set the headstyle in \setupitemize, the numbering disappears and
> the symbol appear (like when I used '1' instead of 'n'). (ex. 1: MNWE)
> 
> - If I comment the headstyle out, numbers do appear. (ex. 2: MWE).
> 
> Why is that?

You can’t mix keywords and assignment in the same argument of a setup-command, 
e.g.

    \staritemize[packed,headstyle=bold]

but some commands have multiple arguments which you use for both types, e.g.

    \startitemize[packed][headstyle=bold]

BTW: A minimal example should be compilable (i.e. you need \starttext and 
\stoptext) which isn’t the case with your example.

Wolfgang
___________________________________________________________________________________
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