From 422998d275737fb43effa24eb26545cce73b056c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 16 Feb 2006 01:03:48 +0000 Subject: [PATCH] Put the first section of a chapter in its own chunk. --- doc/src/sgml/stylesheet.dsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl index 2f9dbe0c602..a5735c4848e 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ - + @@ -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)