Skip to content

Commit 422998d

Browse files
committed
Put the first section of a chapter in its own chunk.
1 parent bba11cd commit 422998d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/stylesheet.dsl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.29 2005/10/13 20:10:03 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.30 2006/02/16 01:03:48 petere Exp $ -->
22
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
33

44
<!-- must turn on one of these with -i on the jade command line -->
@@ -180,6 +180,9 @@
180180
(define %body-attr% '())
181181
(define ($generate-book-lot-list$) '())
182182

183+
;; Do not combine first section into chapter chunk.
184+
(define (chunk-skip-first-element-list) '())
185+
183186
;; Returns the depth of auto TOC that should be made at the nd-level
184187
(define (toc-depth nd)
185188
(cond ((string=? (gi nd) (normalize "book")) 2)

0 commit comments

Comments
 (0)