aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-02-18 17:15:03 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-02-18 17:15:03 +0000
commitb9c7d371edb0b1468928dfde3eaecc1785aac3ec (patch)
treef6fdf69c3824fd5b9746a7743e5593ab8ccc0ea7 /doc/src
parentdf8186b28215bd4e98b441251908c8bb0fd6ffb9 (diff)
downloadpostgresql-b9c7d371edb0b1468928dfde3eaecc1785aac3ec.tar.gz
postgresql-b9c7d371edb0b1468928dfde3eaecc1785aac3ec.zip
Make <lineannotation> italic. Fix syntax error in print style.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/stylesheet.dsl7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl
index cc14e5e07fc..91dceb42a21 100644
--- a/doc/src/sgml/stylesheet.dsl
+++ b/doc/src/sgml/stylesheet.dsl
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.3 2001/02/14 19:35:14 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.4 2001/02/18 17:15:03 petere Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!-- must turn on one of these with -i on the jade command line -->
@@ -23,6 +23,7 @@
(define %refentry-xref-manvolnum% #f)
+(element lineannotation ($italic-seq$))
(element structfield ($mono-seq$))
(element structname ($mono-seq$))
(element type ($mono-seq$))
@@ -52,8 +53,8 @@
(define %default-quadding% 'justify)
(define bop-footnotes #t)
-(if tex-backend
- (define %hyphenation% #t))
+(define %hyphenation%
+ (if tex-backend #t #f))
]]> <!-- %output-print -->