17 May
2010
17 May
'10
3:46 p.m.
Am 17.05.10 12:08, schrieb richard.stephens@converteam.com:
From the mkiv source, it looks like the inheritance is disabled at the moment for some reason (code is commented out).
Explicit setting of :
\setupcaptions[way=bysection] \setupformulas[way=bysection]
works.
Best wishes, Taco
I'm afraid this suggestion ALMOST works---it restarts the numbering in each new section, but it does not prefix the numbers with the section number, so my previous example gives two Figure 1's.
\setupcaptions[way=bysection,prefixsegments=section] \setupformulas[way=bysection,prefixsegments=section] Wolfgang