From: Norman Walsh Date: Tue, 17 Apr 2001 10:34:26 +0000 (+0000) Subject: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and... X-Git-Tag: release/1.79.1~6^2~6581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5619001fb5926bfd2dc4a93427dd8349a0834722;p=docbook-dsssl Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure --- diff --git a/xsl/common/labels.xsl b/xsl/common/labels.xsl index ee59da22f..2fa82865f 100644 --- a/xsl/common/labels.xsl +++ b/xsl/common/labels.xsl @@ -18,8 +18,6 @@ element label. - - . diff --git a/xsl/fo/docbook.xsl b/xsl/fo/docbook.xsl index 115e5ad7b..a4355f8ba 100644 --- a/xsl/fo/docbook.xsl +++ b/xsl/fo/docbook.xsl @@ -21,6 +21,7 @@ + @@ -28,7 +29,6 @@ - diff --git a/xsl/fo/param.xsl b/xsl/fo/param.xsl index ce259f549..8ae2928a5 100644 --- a/xsl/fo/param.xsl +++ b/xsl/fo/param.xsl @@ -1119,5 +1119,20 @@ units. Unqualified dimensions are not allowed in XSL Formatting Objects. + + + + +Renumber chapters in each part? + +If label.from.part is non-zero, components +(chapters, appendixes, etc.) +will be numbered from 1 in each part. Otherwise, +they will be numbered monotonically throughout each +book. + + + + diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index 958468354..1cf529748 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -21,6 +21,7 @@ + @@ -28,7 +29,6 @@ - diff --git a/xsl/html/param.xsl b/xsl/html/param.xsl index eaea98a27..06a6c1cae 100644 --- a/xsl/html/param.xsl +++ b/xsl/html/param.xsl @@ -1082,4 +1082,19 @@ will be used. + + + + +Renumber chapters in each part? + +If label.from.part is non-zero, components +(chapters, appendixes, etc.) +will be numbered from 1 in each part. Otherwise, +they will be numbered monotonically throughout each +book. + + + +