Hello,
I noticed now that:
----
\starttext
\startsection[ownnumber=0,title=A]
bla
\stopsection
\startsection[title=B]
bla
\stopsection
\stoptext
----
gives:
"
0 A
bla
2 B <- 1 should be here instead of 2; automatically
bla
"
instead of:
"
0 A
bla
1 B
bla
"
So my original question remains:
How to start counting sections (locally) from 0, not from 1?
TIA.
Best regads,
Lukas
On Fri, 04 Oct 2013 16:11:10 +0200, Peter Münster
Did you try this:
\starttext \startsection[ownnumber=123, title=A] bla \stopsubsection \stoptext
? ;)
-- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 241 096 751 Fax: +420 244 461 038