We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed168f commit 79bb263Copy full SHA for 79bb263
doc/src/sgml/stylesheet.dsl
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.32 2006/12/15 16:50:07 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.33 2007/12/28 11:14:19 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 -->
@@ -280,6 +280,10 @@
280
(define %refentry-new-page% #t)
281
(define %refentry-keep% #f)
282
283
+;; Disabled because of TeX problems
284
+;; (http://archives.postgresql.org/pgsql-docs/2007-12/msg00056.php)
285
+(define ($generate-book-lot-list$) '())
286
+
287
;; Indentation of verbatim environments. (This should really be done
288
;; with start-indent in DSSSL.)
289
;; Use of indentation in this area exposes a bug in openjade,
0 commit comments