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

Commit b9c7d37

Browse files
committed
Make <lineannotation> italic. Fix syntax error in print style.
1 parent df8186b commit b9c7d37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/stylesheet.dsl

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.3 2001/02/14 19:35:14 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.4 2001/02/18 17:15:03 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 -->
@@ -23,6 +23,7 @@
2323

2424
(define %refentry-xref-manvolnum% #f)
2525

26+
(element lineannotation ($italic-seq$))
2627
(element structfield ($mono-seq$))
2728
(element structname ($mono-seq$))
2829
(element type ($mono-seq$))
@@ -52,8 +53,8 @@
5253

5354
(define %default-quadding% 'justify)
5455
(define bop-footnotes #t)
55-
(if tex-backend
56-
(define %hyphenation% #t))
56+
(define %hyphenation%
57+
(if tex-backend #t #f))
5758

5859
]]> <!-- %output-print -->
5960

0 commit comments

Comments
 (0)