]> git.sesse.net Git - vlc/blob - doc/common/stylesheet-print-noicones.dsl
* src/video_output/video_output.c, modules/video_output/directx/*, modules/video_outp...
[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 ; Magins
14 (define %left-margin%
15   3pi)
16
17 (define %right-margin%
18   3pi)
19
20 (define %top-margin%
21   5pi)
22
23 (define %bottom-margin%
24   3.5pi)
25
26 (define %header-margin%
27   2pi)
28
29 (define %footer-margin%
30   2pi)
31
32 </style-specification-body>
33 </style-specification>
34 <external-specification id="docbook" document="dbstyle">
35 </style-sheet>