diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2006-02-16 01:03:48 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2006-02-16 01:03:48 +0000 |
commit | 422998d275737fb43effa24eb26545cce73b056c (patch) | |
tree | b2728649d98ba037c5dfc1dfcc1548e12f36c51d | |
parent | bba11cdd97cffc72207265f21eed30fad2813d5d (diff) | |
download | postgresql-422998d275737fb43effa24eb26545cce73b056c.tar.gz postgresql-422998d275737fb43effa24eb26545cce73b056c.zip |
Put the first section of a chapter in its own chunk.
-rw-r--r-- | doc/src/sgml/stylesheet.dsl | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.29 2005/10/13 20:10:03 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.30 2006/02/16 01:03:48 petere Exp $ --> <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ <!-- must turn on one of these with -i on the jade command line --> @@ -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) |