]> jfr.im git - irc/rqf/shadowircd.git/blob - doc/sgml/oper-guide/stylesheet.dsl
[svn] - the new plan:
[irc/rqf/shadowircd.git] / doc / sgml / oper-guide / stylesheet.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY docbook-html.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
3 <!ENTITY docbook-print.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA DSSSL>
4 ]>
5
6 <style-sheet>
7 <style-specification id="print" use="print-stylesheet">
8 <style-specification-body>
9
10 (define %generate-book-titlepage% #t)
11 (define %generate-book-titlepage-on-separate-page% #t)
12 (define %generate-book-toc% #t)
13 (define %generate-book-toc-on-titlepage% #f)
14
15 </style-specification-body>
16 </style-specification>
17
18 <style-specification id="html" use="html-stylesheet">
19 <style-specification-body>
20
21 (define %header-navigation% #t)
22 (define %section-autolabel% #t)
23 (define %root-filename% "index")
24 (define %use-id-as-filename% #t)
25 (define %css-decoration% #t)
26 (define %example-rules% #t)
27
28 </style-specification-body>
29 </style-specification>
30
31 <external-specification id="print-stylesheet" document="docbook-print.dsl">
32 <external-specification id="html-stylesheet" document="docbook-html.dsl">
33 </style-sheet>