... It works perfectly, thanks!
Lukas
On Tue, 05 Nov 2013 23:31:25 +0100, Wolfgang Schuster
Am 05.11.2013 um 13:22 schrieb Procházka Lukáš Ing. - Pontex s. r. o.
: 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?
\defineexpandable[1]\PreviousNumber{\number\numexpr#1-1\relax}
\defineconversion[PreviousNumber][\PreviousNumber]
\setuphead[section][conversion=PreviousNumber]
\starttext
\startsection[title=A] bla \stopsection
\startsection[title=B] bla \stopsection
\stoptext
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 ___________________________________________________________________________________
-- 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