source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/fo/param.xsl@ a966c46

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since a966c46 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.4 KB
Line 
1<?xml version="1.0"?>
2<!-- This file is generated from param.xweb -->
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4
5<!-- ********************************************************************
6 $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
7 ********************************************************************
8
9 This file is part of the DocBook Slides Stylesheet distribution.
10 See ../README or http://docbook.sf.net/release/xsl/current/ for
11 copyright and other information.
12
13 ******************************************************************** -->
14
15<xsl:param name="foil.title.master">36</xsl:param>
16<!-- Inconsistant use of point size? -->
17 <xsl:param name="foil.title.size">
18 <xsl:value-of select="$foil.title.master"/><xsl:text>pt</xsl:text>
19 </xsl:param>
20
21 <xsl:param name="generate.copyright">1</xsl:param>
22
23 <xsl:param name="generate.foilgroup.numbered.toc">1</xsl:param>
24
25 <xsl:param name="generate.foilgroup.toc">1</xsl:param>
26
27 <xsl:param name="generate.handoutnotes">0</xsl:param>
28
29 <xsl:param name="generate.page.number">compact</xsl:param>
30
31 <xsl:param name="generate.pubdate">1</xsl:param>
32
33 <xsl:param name="generate.speakernotes">0</xsl:param>
34
35 <xsl:param name="generate.titlepage">1</xsl:param>
36
37 <xsl:param name="mml.embedding.mode">external-graphic</xsl:param>
38
39<xsl:param name="slide.font.family">Helvetica</xsl:param>
40<xsl:param name="slide.title.font.family">Helvetica</xsl:param>
41 <xsl:param name="svg.embedding.mode">instream-foreign-object</xsl:param>
42
43
44 <xsl:attribute-set name="foil.header.properties">
45 <xsl:attribute name="background-color">white</xsl:attribute>
46 <xsl:attribute name="color">black</xsl:attribute>
47 <xsl:attribute name="font-weight">bold</xsl:attribute>
48 <xsl:attribute name="text-align">center</xsl:attribute>
49 <xsl:attribute name="font-family">
50 <xsl:value-of select="$slide.title.font.family"/>
51 </xsl:attribute>
52 <xsl:attribute name="space-after">12pt</xsl:attribute>
53 </xsl:attribute-set>
54
55 <xsl:attribute-set name="foil.master.properties">
56 <xsl:attribute name="page-width">
57 <xsl:value-of select="$page.width"/>
58 </xsl:attribute>
59 <xsl:attribute name="page-height">
60 <xsl:value-of select="$page.height"/>
61 </xsl:attribute>
62 <xsl:attribute name="margin-top">
63 <xsl:value-of select="$page.margin.top"/>
64 </xsl:attribute>
65 <xsl:attribute name="margin-bottom">
66 <xsl:value-of select="$page.margin.bottom"/>
67 </xsl:attribute>
68 <xsl:attribute name="margin-left">
69 <xsl:value-of select="$page.margin.inner"/>
70 </xsl:attribute>
71 <xsl:attribute name="margin-right">
72 <xsl:value-of select="$page.margin.outer"/>
73 </xsl:attribute>
74 </xsl:attribute-set>
75
76 <xsl:attribute-set name="foil.page-sequence.properties">
77 <xsl:attribute name="hyphenate">
78 <xsl:value-of select="$hyphenate"/>
79 </xsl:attribute>
80 </xsl:attribute-set>
81
82 <xsl:attribute-set name="foil.properties">
83 <xsl:attribute name="font-family">
84 <xsl:value-of select="$slide.font.family"/>
85 </xsl:attribute>
86 <xsl:attribute name="margin-{$direction.align.start}">1in</xsl:attribute>
87 <xsl:attribute name="margin-{$direction.align.end}">1in</xsl:attribute>
88 <xsl:attribute name="font-size">
89 <xsl:value-of select="$body.font.size"/>
90 </xsl:attribute>
91 </xsl:attribute-set>
92
93 <xsl:attribute-set name="foil.region-after.properties">
94 <xsl:attribute name="extent">
95 <xsl:value-of select="$region.after.extent"/>
96 </xsl:attribute>
97 <xsl:attribute name="display-align">after</xsl:attribute>
98 </xsl:attribute-set>
99
100 <xsl:attribute-set name="foil.region-before.properties">
101 <xsl:attribute name="extent">
102 <xsl:value-of select="$region.before.extent"/>
103 </xsl:attribute>
104 <xsl:attribute name="display-align">
105 <xsl:value-of select="'before'"/>
106 </xsl:attribute>
107 </xsl:attribute-set>
108
109 <xsl:attribute-set name="foil.region-body.properties">
110 <xsl:attribute name="margin-bottom">
111 <xsl:value-of select="$body.margin.bottom"/>
112 </xsl:attribute>
113 <xsl:attribute name="margin-top">
114 <xsl:value-of select="$body.margin.top"/>
115 </xsl:attribute>
116 <xsl:attribute name="column-count">
117 <xsl:value-of select="$column.count.body"/>
118 </xsl:attribute>
119 </xsl:attribute-set>
120
121 <xsl:attribute-set name="foil.subtitle.properties">
122 <xsl:attribute name="font-family">
123 <xsl:value-of select="$slide.title.font.family"/>
124 </xsl:attribute>
125 <xsl:attribute name="text-align">center</xsl:attribute>
126 <xsl:attribute name="font-size">
127 <xsl:value-of select="$foil.title.master * 0.8"/><xsl:text>pt</xsl:text>
128 </xsl:attribute>
129 <xsl:attribute name="space-after">12pt</xsl:attribute>
130 </xsl:attribute-set>
131
132 <xsl:attribute-set name="foil.title.properties">
133 <xsl:attribute name="font-size">
134 <xsl:value-of select="$foil.title.size"/>
135 </xsl:attribute>
136 </xsl:attribute-set>
137
138<xsl:attribute-set name="handoutnotes.properties"/>
139 <xsl:attribute-set name="slides.properties">
140 <xsl:attribute name="font-family">
141 <xsl:value-of select="$slide.font.family"/>
142 </xsl:attribute>
143 </xsl:attribute-set>
144
145 <xsl:attribute-set name="slides.titlepage.master.properties">
146 <xsl:attribute name="page-width">
147 <xsl:value-of select="$page.width"/>
148 </xsl:attribute>
149 <xsl:attribute name="page-height">
150 <xsl:value-of select="$page.height"/>
151 </xsl:attribute>
152 <xsl:attribute name="margin-top">
153 <xsl:value-of select="$page.margin.top"/>
154 </xsl:attribute>
155 <xsl:attribute name="margin-bottom">
156 <xsl:value-of select="$page.margin.bottom"/>
157 </xsl:attribute>
158 <xsl:attribute name="margin-left">
159 <xsl:value-of select="$page.margin.inner"/>
160 </xsl:attribute>
161 <xsl:attribute name="margin-right">
162 <xsl:value-of select="$page.margin.outer"/>
163 </xsl:attribute>
164 </xsl:attribute-set>
165
166 <xsl:attribute-set name="slides.titlepage.region-body.properties">
167 <xsl:attribute name="margin-bottom">0pt</xsl:attribute>
168 <xsl:attribute name="margin-top">0pt</xsl:attribute>
169 <xsl:attribute name="column-count">
170 <xsl:value-of select="$column.count.body"/>
171 </xsl:attribute>
172 </xsl:attribute-set>
173
174<xsl:attribute-set name="speakernotes.properties"/>
175
176 <xsl:attribute-set name="slides.titlepage.corpauthor.properties">
177 <xsl:attribute name="text-align">center</xsl:attribute>
178 <xsl:attribute name="space-after">1em</xsl:attribute>
179 <xsl:attribute name="font-size">20.736pt</xsl:attribute>
180 </xsl:attribute-set>
181
182 <xsl:attribute-set name="slides.titlepage.title.properties">
183 <xsl:attribute name="text-align">center</xsl:attribute>
184 <xsl:attribute name="space-after">1em</xsl:attribute>
185 <xsl:attribute name="padding-top">1.5in</xsl:attribute>
186 <xsl:attribute name="keep-with-next">always</xsl:attribute>
187 <xsl:attribute name="font-size">
188 <xsl:value-of select="$foil.title.size"/>
189 </xsl:attribute>
190 <xsl:attribute name="font-weight">bold</xsl:attribute>
191 <xsl:attribute name="font-family">
192 <xsl:value-of select="$slide.title.font.family"/>
193 </xsl:attribute>
194 </xsl:attribute-set>
195
196 <xsl:attribute-set name="slides.titlepage.subtitle.properties">
197 <xsl:attribute name="text-align">center</xsl:attribute>
198 <xsl:attribute name="space-after">1em</xsl:attribute>
199 <xsl:attribute name="font-family">
200 <xsl:value-of select="$slide.title.font.family"/>
201 </xsl:attribute>
202 </xsl:attribute-set>
203
204 <xsl:attribute-set name="foil.footer.properties"/>
205
206 <xsl:attribute-set name="slides.titlepage.author.properties">
207 <xsl:attribute name="text-align">center</xsl:attribute>
208 <xsl:attribute name="space-after">1em</xsl:attribute>
209 <xsl:attribute name="font-size">20.736pt</xsl:attribute>
210 </xsl:attribute-set>
211
212 <xsl:attribute-set name="slides.titlepage.pubdate.properties">
213 <xsl:attribute name="text-align">center</xsl:attribute>
214 <xsl:attribute name="space-after">1em</xsl:attribute>
215 <xsl:attribute name="font-size">17.28pt</xsl:attribute>
216 </xsl:attribute-set>
217
218 <xsl:attribute-set name="slides.titlepage.authorgroup.properties"/>
219
220
221</xsl:stylesheet>
222
Note: See TracBrowser for help on using the repository browser.