Am 01.03.2011 um 18:09 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> Hello,
> 
> what exactly should the "ownnumber=yes|no" option do in \setuphead?

It disables the automatic numbering to allow you set your own number.

\definehead[topic][section]
\setuphead [topic][ownnumber=yes]

\starttext
\section{Section}
\topic{3}{Topic}
\stoptext

> The following code crashes Ctx:
> 
> ---
> %\setuphead[subsection][number=no] % OK
> \setuphead[subsection][ownnumber=yes] % ERROR
> 
> \starttext
>  \chapter{Ch1}
>    \section{Sec1}
>      \subsection{SSec1}
> \stoptext
> ---
> 
> Is it possible to disable parental numbers? - To get sequence like this:

\setuphead[subsection][sectionsegments=subsection]

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