Tom Lane wrote: > I've been annoyed before that we can't publish a stable URL for a > given release's notes until it's been superseded. CC'ing pgsql-docs > to see if anyone has an idea how to get the front release's notes > into a sub-page...
This is easy to do, but then it will affect all chapters. Try to the following patch, and if you like the format we can put it in place. --- ../../../../cvs-pgsql/doc/src/sgml/stylesheet.dsl 2005-10-13 22:10:03.000000000 +0200 +++ stylesheet.dsl 2006-02-14 21:28:14.000000000 +0100 @@ -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) ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings
