Open main menu

Changes

→‎Description: Added cross-references to setupcaptions and setupformulae
causes all numbered items to restart from 1 for each new section <i>and</i> prefix numbers with the section numbering.
In mkiv <code>\setupnumbering</code> does not work, so to get the same effect you need to use[[cmd:setupcaptions|\setupcaptions]] and [[cmd:setupformulae|\setupformulae]] as follows:
<code>
\setupcaptions[way=bysection,prefixsegments=section]<br/>
\setupformulassetupformulae[way=bysection,prefixsegments=section]
</code>