mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY docbook-html.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
|
|
<!ENTITY docbook-print.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA DSSSL>
|
|
]>
|
|
|
|
<style-sheet>
|
|
<style-specification id="print" use="print-stylesheet">
|
|
<style-specification-body>
|
|
|
|
(define %generate-book-titlepage% #t)
|
|
(define %generate-book-titlepage-on-separate-page% #t)
|
|
(define %generate-book-toc% #t)
|
|
(define %generate-book-toc-on-titlepage% #f)
|
|
|
|
</style-specification-body>
|
|
</style-specification>
|
|
|
|
<style-specification id="html" use="html-stylesheet">
|
|
<style-specification-body>
|
|
|
|
(define %header-navigation% #t)
|
|
(define %section-autolabel% #t)
|
|
(define %root-filename% "index")
|
|
(define %use-id-as-filename% #t)
|
|
(define %css-decoration% #t)
|
|
(define %example-rules% #t)
|
|
|
|
</style-specification-body>
|
|
</style-specification>
|
|
|
|
<external-specification id="print-stylesheet" document="docbook-print.dsl">
|
|
<external-specification id="html-stylesheet" document="docbook-html.dsl">
|
|
</style-sheet>
|