projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8186b
)
Make
italic. Fix syntax error in print style.
author
Peter Eisentraut
Sun, 18 Feb 2001 17:15:03 +0000
(17:15 +0000)
committer
Peter Eisentraut
Sun, 18 Feb 2001 17:15:03 +0000
(17:15 +0000)
doc/src/sgml/stylesheet.dsl
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/stylesheet.dsl
b/doc/src/sgml/stylesheet.dsl
index cc14e5e07fc4b94493f1b48e3a29a566700856e6..91dceb42a21b9d2b3a421b3195a7bfbc2951b4f3 100644
(file)
--- a/
doc/src/sgml/stylesheet.dsl
+++ b/
doc/src/sgml/stylesheet.dsl
@@
-1,4
+1,4
@@
-
+
@@
-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
))
]]>