Make <lineannotation> italic. Fix syntax error in print style.
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Feb 2001 17:15:03 +0000 (17:15 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Feb 2001 17:15:03 +0000 (17:15 +0000)
doc/src/sgml/stylesheet.dsl

index 6e6abcb45183342cbf1294f3c3c3b56e24dfd1be..4c506e5dfc8ef16e15c9131bb4c30f5582decd55 100644 (file)
@@ -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 -->