]> git.sesse.net Git - vlc/blob - doc/common/stylesheet-print-noicones.dsl
* ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
[vlc] / doc / common / stylesheet-print-noicones.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY dbstyle SYSTEM
3 "/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl" CDATA DSSSL>
4 ]>
5
6 <style-sheet>
7 <style-specification use="docbook">
8 <style-specification-body>
9
10 ; Personnalization of James Clark's stylesheet for PS & PDF output
11 ; These parameters overide James Clark's one.
12
13 ; Only produce a table of contents (not a table of figure, etc...)
14 (define ($generate-book-lot-list$)
15   (list ))
16
17 ; Depth of the table of contents
18 (define (toc-depth nd)
19       2)
20
21 ; Magins
22 (define %left-margin%
23   3pi)
24
25 (define %right-margin%
26   3pi)
27
28 (define %top-margin%
29   5pi)
30
31 (define %bottom-margin%
32   3.5pi)
33
34 (define %header-margin%
35   2pi)
36
37 (define %footer-margin%
38   2pi)
39
40 </style-specification-body>
41 </style-specification>
42 <external-specification id="docbook" document="dbstyle">
43 </style-sheet>