Is there an exhaustive list of all the parameters the \setuphead function can take ?

Neither the 2011 ConTeXt Commands Manual nor the Wiki Command Reference page mention this one (sectionsegments).

Where can I find all the parameters one ConTeXt command can take ?

Thanks for enlightenment !



Mathieu




> From: schuster.wolfgang@googlemail.com
> Date: Thu, 2 Jun 2011 05:28:02 +0200
> To: ntg-context@ntg.nl
> Subject: Re: [NTG-context] No chapter prefixes in section numbers
>
>
> Am 02.06.2011 um 02:28 schrieb Aditya Mahajan:
>
> > Hi,
> >
> > I do not want chapter number to be prefixed in section and subsection numbers. Thus,
> >
> > \starttext
> > \chapter{One}
> > \section{Two}
> > \subsection{Three}
> > \stoptext
> >
> > should give:
> >
> > 1 One
> > 1 Two
> > 1.1 Three
> >
> > How to achieve that? I tried
> >
> > \setuphead[section][prefixset=none]
> >
> > but to no affect.
>
> \setuphead[section] [sectionsegments=section]
> \setuphead[subsection][sectionsegments=section:subsection]
>
> Prefixes are used from commands which show the section numbers
> in front of their own number, e.g. floats or enumerations.
>
> 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
> ___________________________________________________________________________________