Put the first section of a chapter in its own chunk.
authorPeter Eisentraut
Thu, 16 Feb 2006 01:03:48 +0000 (01:03 +0000)
committerPeter Eisentraut
Thu, 16 Feb 2006 01:03:48 +0000 (01:03 +0000)
doc/src/sgml/stylesheet.dsl

index 2f9dbe0c602fb40195db04af7720c120978639ee..a5735c4848ec7981ff306675779dac8ac8364aa4 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 
 (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)