|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.6 2001/02/24 12:40:27 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.7 2001/03/10 16:05:35 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 -->
|
5 | 5 | <!ENTITY % output-html "IGNORE">
|
6 | 6 | <!ENTITY % output-print "IGNORE">
|
| 7 | +<!ENTITY % output-text "IGNORE"> |
7 | 8 |
|
8 | 9 | <![ %output-html; [
|
9 | 10 | <!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
|
|
13 | 14 | <!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA DSSSL>
|
14 | 15 | ]]>
|
15 | 16 |
|
| 17 | +<![ %output-text; [ |
| 18 | +<!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL> |
| 19 | +]]> |
| 20 | + |
16 | 21 | ]>
|
17 | 22 |
|
18 | 23 | <style-sheet>
|
|
22 | 27 | (define pgsql-docs-list "pgsql-docs@postgresql.org")
|
23 | 28 |
|
24 | 29 | (define %refentry-xref-manvolnum% #f)
|
25 |
| -(define %section-autolabel% #t) |
26 | 30 | (define %callout-graphics% #f)
|
27 | 31 |
|
28 | 32 | (define %content-title-end-punct%
|
|
36 | 40 | <![ %output-html; [
|
37 | 41 | ;; customize the html stylesheet
|
38 | 42 |
|
| 43 | +(define %section-autolabel% #t) |
39 | 44 | (define %generate-legalnotice-link% #t)
|
40 | 45 | (define %html-ext% ".html")
|
41 | 46 | (define %link-mailto-url% (string-append "mailto:" pgsql-docs-list))
|
|
58 | 63 | <![ %output-print; [
|
59 | 64 | ;; customize the print stylesheet
|
60 | 65 |
|
| 66 | +(define %section-autolabel% #t) |
61 | 67 | (define %default-quadding% 'justify)
|
62 | 68 | (define bop-footnotes #t)
|
63 | 69 | (define %hyphenation%
|
64 | 70 | (if tex-backend #t #f))
|
65 | 71 |
|
66 | 72 | ]]> <!-- %output-print -->
|
67 | 73 |
|
| 74 | +<![ %output-text; [ |
| 75 | +;; customize HTML stylesheet to be suitable for dumping plain text |
| 76 | +;; (for INSTALL file) |
| 77 | + |
| 78 | +(define %section-autolabel% #f) |
| 79 | +(define %chapter-autolabel% #f) |
| 80 | +(define $generate-chapter-toc$ (lambda () #f)) |
| 81 | + |
| 82 | +]]> <!-- %output-text --> |
| 83 | + |
68 | 84 | </style-specification-body>
|
69 | 85 | </style-specification>
|
70 | 86 |
|
|
0 commit comments