8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba11cd commit 422998dCopy full SHA for 422998d
doc/src/sgml/stylesheet.dsl
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
3
4
<!-- must turn on one of these with -i on the jade command line -->
@@ -180,6 +180,9 @@
180
(define %body-attr% '())
181
(define ($generate-book-lot-list$) '())
182
183
+;; Do not combine first section into chapter chunk.
184
+(define (chunk-skip-first-element-list) '())
185
+
186
;; Returns the depth of auto TOC that should be made at the nd-level
187
(define (toc-depth nd)
188
(cond ((string=? (gi nd) (normalize "book")) 2)
0 commit comments