File: headft.dsl

package info (click to toggle)
docbook-stylesheets 1.13-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,860 kB
  • ctags: 9
  • sloc: xml: 90; makefile: 64
file content (20 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "../print/docbook.dsl" CDATA DSSSL>
]>

<style-sheet>
<style-specification id="docbook-plain" use="docbook">
<style-specification-body>

(define %generate-toc% #f)
(define %generate-lot-list% '())
(define %generate-titlepage% #f)

(define %two-side% #t)

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

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

</style-sheet>