Am 16.11.2010 11:48, schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> \starttext
> 
>   \setuphead[chapter][ownnumber=yes]
>   \chapter{3}{AAA} % Gives "3. AAA", that's OK
> 
>   \setuphead[chapter][ownnumber=no]
>   \chapter{BBB} % Gives "2. BBB" - this is unwanted - I'd need to get
> "3. BBB"...
> \stoptext
> ---
> 
> So it seems I'd need to reset an internal counter... The question remains.

\starttext

\setupheadnumber[chapter][2]
\chapter{foo}
bar
\chapter{bar}
baz
\stoptext


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