|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.3 2001/02/14 19:35:14 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.4 2001/02/18 17:15:03 petere Exp $ --> |
2 | 2 | <!DOCTYPE style-sheet PUBLIC"-//James Clark//DTD DSSSL Style Sheet//EN" [
|
3 | 3 |
|
4 | 4 | <!-- must turn on one of these with -i on the jade command line -->
|
|
23 | 23 |
|
24 | 24 | (define %refentry-xref-manvolnum% #f)
|
25 | 25 |
|
| 26 | +(element lineannotation ($italic-seq$)) |
26 | 27 | (element structfield ($mono-seq$))
|
27 | 28 | (element structname ($mono-seq$))
|
28 | 29 | (element type ($mono-seq$))
|
|
52 | 53 |
|
53 | 54 | (define %default-quadding% 'justify)
|
54 | 55 | (define bop-footnotes #t)
|
55 |
| -(if tex-backend |
56 |
| - (define %hyphenation% #t)) |
| 56 | +(define %hyphenation% |
| 57 | +(if tex-backend #t #f)) |
57 | 58 |
|
58 | 59 | ]]> <!-- %output-print -->
|
59 | 60 |
|
|