Difference between revisions of "Command/setupnumbering"

From Wiki
Jump to navigation Jump to search
(→‎Description: Added cross-references to setupcaptions and setupformulae)
m (Text replace - "Reference/en|" to "Commands|")
Line 40: Line 40:
 
<!-- something like [[cmd:goto|\goto]] -->
 
<!-- something like [[cmd:goto|\goto]] -->
  
[[Category:Reference/en|setupnumbering]]
+
[[Category:Commands|setupnumbering]]

Revision as of 00:27, 14 March 2012

\setupnumbering

Syntax

\setupnumbering[...,...=...,...]
way bytext bysection
state start stop


Description

In mkii \setupnumbering[way=bysection] causes all numbered items to restart from 1 for each new section and prefix numbers with the section numbering.

In mkiv \setupnumbering does not work, so to get the same effect you need to use \setupcaptions and \setupformulae as follows:

\setupcaptions[way=bysection,prefixsegments=section]
\setupformulae[way=bysection,prefixsegments=section]

Example

See also