Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 79bb263

Browse files
committed
Disable LOT for the time being because of TeX problems
1 parent 1ed168f commit 79bb263

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/stylesheet.dsl

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.32 2006/12/15 16:50:07 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.33 2007/12/28 11:14:19 petere Exp $ -->
22
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
33

44
<!-- must turn on one of these with -i on the jade command line -->
@@ -280,6 +280,10 @@
280280
(define %refentry-new-page% #t)
281281
(define %refentry-keep% #f)
282282

283+
;; Disabled because of TeX problems
284+
;; (http://archives.postgresql.org/pgsql-docs/2007-12/msg00056.php)
285+
(define ($generate-book-lot-list$) '())
286+
283287
;; Indentation of verbatim environments. (This should really be done
284288
;; with start-indent in DSSSL.)
285289
;; Use of indentation in this area exposes a bug in openjade,

0 commit comments

Comments
 (0)