summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2006-02-16 01:03:48 +0000
committerPeter Eisentraut2006-02-16 01:03:48 +0000
commitb96cf34756a2470afaca1808f9a1332bc2b61b93 (patch)
tree4018c8a3a88f7ed14ecffbb8ecd9458352eb698a
parentc74cea4569780085576f2d0ed183729e8786d2aa (diff)
Put the first section of a chapter in its own chunk.
-rw-r--r--doc/src/sgml/stylesheet.dsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl
index 2dc33f733a..f73f01884f 100644
--- a/doc/src/sgml/stylesheet.dsl
+++ b/doc/src/sgml/stylesheet.dsl
@@ -180,6 +180,9 @@
(define %body-attr% '())
(define ($generate-book-lot-list$) '())
+;; Do not combine first section into chapter chunk.
+(define (chunk-skip-first-element-list) '())
+
;; Returns the depth of auto TOC that should be made at the nd-level
(define (toc-depth nd)
(cond ((string=? (gi nd) (normalize "book")) 2)