|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v1.32 2006/12/15 16:50:07 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v1.33 2007/12/28 11:14:19 petere Exp $ --> |
2 | 2 | <!DOCTYPE style-sheet PUBLIC"-//James Clark//DTD DSSSL Style Sheet//EN" [
|
3 | 3 |
|
4 | 4 | <!-- must turn on one of these with -i on the jade command line -->
|
|
280 | 280 | (define %refentry-new-page% #t)
|
281 | 281 | (define %refentry-keep% #f)
|
282 | 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 | + |
283 | 287 | ;; Indentation of verbatim environments. (This should really be done
|
284 | 288 | ;; with start-indent in DSSSL.)
|
285 | 289 | ;; Use of indentation in this area exposes a bug in openjade,
|
|