]> git.sesse.net Git - vlc/blob - doc/developer/stylesheet-print-noicones.dsl
.
[vlc] / doc / developer / 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 ; Written by Alexis de Lattre (alexis@videolan.org)
13
14 ; Only produce a table of contents (not a table of figure, etc...)
15 (define ($generate-book-lot-list$)
16   (list ))
17
18 ; Depth of the table of contents
19 (define (toc-depth nd)
20       2)
21
22 ; Magins
23 (define %left-margin%
24   3pi)
25
26 (define %right-margin%
27   3pi)
28
29 (define %top-margin%
30   5pi)
31
32 (define %bottom-margin%
33   3.5pi)
34
35 (define %header-margin%
36   2pi)
37
38 (define %footer-margin%
39   2pi)
40
41 </style-specification-body>
42 </style-specification>
43 <external-specification id="docbook" document="dbstyle">
44 </style-sheet>