| 1 |
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
| 2 |
<!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl" CDATA DSSSL>
|
| 3 |
]>
|
| 4 |
<style-sheet>
|
| 5 |
<style-specification use="docbook">
|
| 6 |
<style-specification-body>
|
| 7 |
|
| 8 |
(define %section-autolabel%
|
| 9 |
;; Are sections enumerated?
|
| 10 |
#t )
|
| 11 |
|
| 12 |
(define %paper-type%
|
| 13 |
;; Name of paper type
|
| 14 |
"A4"
|
| 15 |
;; "USletter"
|
| 16 |
)
|
| 17 |
(define %hyphenation%
|
| 18 |
;; Allow automatic hyphenation?
|
| 19 |
#t)
|
| 20 |
|
| 21 |
(define %default-quadding%
|
| 22 |
'justify)
|
| 23 |
|
| 24 |
(define %language%
|
| 25 |
'NL)
|
| 26 |
|
| 27 |
</style-specification-body>
|
| 28 |
</style-specification>
|
| 29 |
<external-specification id="docbook" document="dbstyle">
|
| 30 |
</style-sheet>
|