| 1 |
<!--
|
| 2 |
html.dsl - stylesheets for HTML output.
|
| 3 |
Stolen from SGMLtools
|
| 4 |
-->
|
| 5 |
|
| 6 |
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
| 7 |
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
|
| 8 |
]>
|
| 9 |
<style-sheet>
|
| 10 |
|
| 11 |
<style-specification id="html" use="docbook">
|
| 12 |
<style-specification-body>
|
| 13 |
|
| 14 |
|
| 15 |
(define %html-ext% ".html")
|
| 16 |
(define %root-filename% "policy")
|
| 17 |
(define %generate-article-toc% #t)
|
| 18 |
(define %generate-article-titlepage% #t)
|
| 19 |
(define %use-id-as-filename% #t)
|
| 20 |
; (define %gentext-nav-use-tables% #f)
|
| 21 |
|
| 22 |
;; Add other customization here
|
| 23 |
|
| 24 |
|
| 25 |
</style-specification-body>
|
| 26 |
</style-specification>
|
| 27 |
|
| 28 |
<external-specification id="docbook" document="docbook.dsl">
|
| 29 |
</style-sheet>
|