$sections-number-from
$sections-number-from — Identifies where (top-level) section numeration begins.
Parameter:
{}sections-number-from
Defined in:
param.xsl
Used in:
param.xsl, modules/numbers.xsl
Synopsis
|$sections-number-from as xs:string := 'component'
Description
Top-level section numbers (if sections are numbered) begin from here.
This parameter only applies to top-level sections. Nested sections are always numbered sequentially within their parent section.
See Section 3.5, “Controlling numeration”.
- root
Top-level sections are numbered from the beginning of the document.
- set
Top-level sections are numbered from their nearest ancestor set.
- book
Top-level sections are numbered from their nearest ancestor book.
- division
Top-level sections are numbered from their nearest ancestor division.
- component
Top-level sections are numbered from their parent component.