projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060f998
)
Make <lineannotation> italic. Fix syntax error in print style.
author
Peter Eisentraut
<peter_e@gmx.net>
Sun, 18 Feb 2001 17:15:03 +0000
(17:15 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
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 6e6abcb45183342cbf1294f3c3c3b56e24dfd1be..4c506e5dfc8ef16e15c9131bb4c30f5582decd55 100644
(file)
--- a/
doc/src/sgml/stylesheet.dsl
+++ b/
doc/src/sgml/stylesheet.dsl
@@
-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 -->