]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixes bug #655587 to restart page numbering
authorBob Stayton <bobs@sagehill.net>
Tue, 24 Dec 2002 05:39:58 +0000 (05:39 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 24 Dec 2002 05:39:58 +0000 (05:39 +0000)
after a preface.

xsl/fo/division.xsl

index 0daf2a5ee3ec60ad5bfe72622b6b53415281e6ba..892393bd4ef8eb5225a4b3bb4a23caf206d6e87a 100644 (file)
     </xsl:attribute>
 
     <xsl:choose>
-      <xsl:when test="not(preceding::chapter or preceding::preface)
+      <xsl:when test="not(preceding::chapter)
                       and not(preceding::part)">
         <!-- if there is a preceding chapter or part, page numbering will already -->
         <!-- be adjusted, otherwise restart the page numbers -->