summaryrefslogtreecommitdiff
path: root/dvb-spec/dvbapi/custom.dsl
blob: 12a5e91d4a3e413b2e7c5d5e5321d422665f7490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % html "IGNORE">
<![%html;[
<!ENTITY % print "IGNORE">
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
]]>
<!ENTITY % print "INCLUDE">
<![%print;[
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
]]>
]>

<style-sheet>

<style-specification id="print" use="docbook">
<style-specification-body>

<!-- See docbook-dsssl-1.x/doc -->
(define %generate-reference-toc% #t)
(define %refentry-new-page% #t)
(define %number-programlisting-lines% #f)
(define %section-autolabel% #t)
(define bop-footnotes #t)
<!-- (define %show-comments% #f) -->
(define ($generate-book-lot-list$)
  (list (normalize "figure")
    (normalize "example")))
<!-- A4 | USletter -->
(define %paper-type% "A4")

</style-specification-body>
</style-specification>

<style-specification id="html" use="docbook">
<style-specification-body>

<!-- See docbook-dsssl-1.x/doc -->
(define %generate-reference-toc% #t)
(define %number-programlisting-lines% #f)
(define %section-autolabel% #t)
(define bop-footnotes #t)
<!-- (define %show-comments% #f) -->
(define ($generate-book-lot-list$)
  (list (normalize "figure")
    (normalize "example")))

</style-specification-body>
</style-specification>

<external-specification id="docbook" document="docbook.dsl">

</style-sheet>