Imported Upstream version 1.79.0
[platform/upstream/docbook-xsl-stylesheets.git] / fo / param.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4 <!-- This file is generated from param.xweb -->
5
6 <!-- ********************************************************************
7      $Id: param.xweb 9996 2015-10-01 16:35:10Z bobstayton $
8      ********************************************************************
9
10      This file is part of the XSL DocBook Stylesheet distribution.
11      See ../README or http://docbook.sf.net/release/xsl/current/ for
12      copyright and other information.
13
14      ******************************************************************** -->
15
16 <xsl:attribute-set name="abstract.properties">
17   <xsl:attribute name="start-indent">0.0in</xsl:attribute>
18   <xsl:attribute name="end-indent">0.0in</xsl:attribute>
19 </xsl:attribute-set>
20 <xsl:attribute-set name="abstract.title.properties">
21   <xsl:attribute name="font-family"><xsl:value-of select="$title.fontset"/></xsl:attribute>
22   <xsl:attribute name="font-weight">bold</xsl:attribute>
23   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
24   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
25   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
26   <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
27   <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
28   <xsl:attribute name="hyphenate">false</xsl:attribute>
29   <xsl:attribute name="text-align">center</xsl:attribute>
30 </xsl:attribute-set>
31 <xsl:param name="activate.external.olinks" select="1"/>
32 <xsl:param name="admon.graphics.extension">.png</xsl:param>
33 <xsl:param name="admon.graphics" select="0"/>
34 <xsl:param name="admon.graphics.path">images/</xsl:param>
35 <xsl:param name="admon.textlabel" select="1"/>
36 <xsl:attribute-set name="admonition.properties"/>
37 <xsl:attribute-set name="admonition.title.properties">
38   <xsl:attribute name="font-size">14pt</xsl:attribute>
39   <xsl:attribute name="font-weight">bold</xsl:attribute>
40   <xsl:attribute name="hyphenate">false</xsl:attribute>
41   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
42 </xsl:attribute-set>
43 <xsl:param name="base.dir"/>
44 <xsl:attribute-set name="graphical.admonition.properties">
45   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
46   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
47   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
48   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
49   <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
50   <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
51 </xsl:attribute-set>
52 <xsl:attribute-set name="nongraphical.admonition.properties">
53   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
54   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
55   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
56   <xsl:attribute name="margin-{$direction.align.start}">0.25in</xsl:attribute>
57   <xsl:attribute name="margin-{$direction.align.end}">0.25in</xsl:attribute>
58 </xsl:attribute-set>
59 <xsl:param name="alignment">justify</xsl:param>
60 <xsl:param name="appendix.autolabel">A</xsl:param>
61 <xsl:param name="arbortext.extensions" select="0"/>
62 <xsl:attribute-set name="article.appendix.title.properties" use-attribute-sets="section.title.properties                          section.title.level1.properties">
63 </xsl:attribute-set>
64 <xsl:param name="author.othername.in.middle" select="1"/>
65 <xsl:param name="autotoc.label.separator">. </xsl:param>
66 <xsl:param name="axf.extensions" select="0"/>
67 <xsl:param name="biblioentry.item.separator">. </xsl:param>
68 <xsl:attribute-set name="biblioentry.properties" use-attribute-sets="normal.para.spacing">
69   <xsl:attribute name="start-indent">0.5in</xsl:attribute>
70   <xsl:attribute name="text-indent">-0.5in</xsl:attribute>
71 </xsl:attribute-set>
72 <xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>
73
74 <xsl:param name="bibliography.numbered" select="0"/>
75 <xsl:param name="bibliography.style">normal</xsl:param>
76 <xsl:attribute-set name="blockquote.properties">
77 <xsl:attribute name="margin-{$direction.align.start}">0.5in</xsl:attribute>
78 <xsl:attribute name="margin-{$direction.align.end}">0.5in</xsl:attribute>
79 <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
80 <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
81 <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
82 </xsl:attribute-set>
83 <xsl:param name="body.font.family">serif</xsl:param>
84 <xsl:param name="body.font.master">10</xsl:param>
85 <xsl:param name="body.font.size">
86  <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text>
87 </xsl:param>
88 <xsl:param name="body.margin.bottom">0.5in</xsl:param>
89 <xsl:param name="body.margin.top">0.5in</xsl:param>
90 <xsl:param name="body.start.indent">
91   <xsl:choose>
92     <xsl:when test="$fop.extensions != 0">0pt</xsl:when>
93     <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
94     <xsl:otherwise>4pc</xsl:otherwise>
95   </xsl:choose>
96 </xsl:param>
97 <xsl:param name="body.end.indent">0pt</xsl:param>
98 <xsl:param name="bookmarks.collapse" select="1"/>
99 <xsl:param name="bridgehead.in.toc" select="0"/>
100 <xsl:attribute-set name="calloutlist.properties">
101   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
102   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
103   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
104   <xsl:attribute name="provisional-distance-between-starts">2.2em</xsl:attribute>
105   <xsl:attribute name="provisional-label-separation">0.2em</xsl:attribute>
106 </xsl:attribute-set>
107 <xsl:attribute-set name="callout.properties">
108 </xsl:attribute-set>
109 <xsl:param name="callout.defaultcolumn">60</xsl:param>
110
111 <xsl:param name="callout.graphics.extension">.svg</xsl:param>
112 <xsl:param name="callout.graphics" select="1"/>
113 <xsl:param name="callout.icon.size">7pt</xsl:param>
114
115 <xsl:param name="callout.graphics.number.limit">30</xsl:param>
116 <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
117 <xsl:param name="callout.unicode.font">ZapfDingbats</xsl:param>
118 <xsl:param name="callout.unicode" select="0"/>
119 <xsl:param name="callout.unicode.number.limit">10</xsl:param>
120 <xsl:param name="callout.unicode.start.character">10102</xsl:param>
121 <xsl:param name="callouts.extension" select="1"/>
122 <xsl:param name="chapter.autolabel" select="1"/>
123 <xsl:param name="chunk.quietly" select="0"/>
124 <xsl:param name="collect.xref.targets">no</xsl:param>
125 <xsl:param name="column.count.back" select="1"/>
126 <xsl:param name="column.count.body" select="1"/>
127 <xsl:param name="column.count.front" select="1"/>
128 <xsl:param name="column.count.index">2</xsl:param>
129 <xsl:param name="column.count.lot" select="1"/>
130 <xsl:param name="column.count.titlepage" select="1"/>
131 <xsl:param name="column.gap.back">12pt</xsl:param>
132 <xsl:param name="column.gap.body">12pt</xsl:param>
133 <xsl:param name="column.gap.front">12pt</xsl:param>
134 <xsl:param name="column.gap.index">12pt</xsl:param>
135 <xsl:param name="column.gap.lot">12pt</xsl:param>
136 <xsl:param name="column.gap.titlepage">12pt</xsl:param>
137 <xsl:attribute-set name="compact.list.item.spacing">
138   <xsl:attribute name="space-before.optimum">0em</xsl:attribute>
139   <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
140   <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
141 </xsl:attribute-set>
142 <xsl:param name="component.label.includes.part.label" select="0"/>
143 <xsl:attribute-set name="component.title.properties">
144   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
145   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
146   <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
147   <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
148   <xsl:attribute name="hyphenate">false</xsl:attribute>
149   <xsl:attribute name="text-align">
150     <xsl:choose>
151       <xsl:when test="((parent::article | parent::articleinfo | parent::info/parent::article) and not(ancestor::book) and not(self::bibliography))         or (parent::slides | parent::slidesinfo)">center</xsl:when>
152       <xsl:otherwise>start</xsl:otherwise>
153     </xsl:choose>
154   </xsl:attribute>
155   <xsl:attribute name="start-indent"><xsl:value-of select="$title.margin.left"/></xsl:attribute>
156 </xsl:attribute-set>
157 <xsl:attribute-set name="component.titlepage.properties">
158 </xsl:attribute-set>
159 <xsl:param name="crop.marks" select="0"/>
160 <xsl:param name="crop.mark.width">0.5pt</xsl:param>
161 <xsl:param name="crop.mark.offset">24pt</xsl:param>
162 <xsl:param name="crop.mark.bleed">6pt</xsl:param>
163 <xsl:param name="current.docid"/>
164 <xsl:param name="default.float.class">
165   <xsl:choose>
166     <xsl:when test="contains($stylesheet.result.type,'html')">left</xsl:when>
167     <xsl:otherwise>before</xsl:otherwise>
168   </xsl:choose>
169 </xsl:param>
170 <xsl:param name="default.image.width"/>
171 <xsl:param name="default.table.width"/>
172 <xsl:param name="default.table.frame">all</xsl:param>
173 <xsl:param name="default.table.rules">none</xsl:param>
174 <xsl:param name="default.units">pt</xsl:param>
175 <xsl:param name="dingbat.font.family">serif</xsl:param>
176 <xsl:param name="double.sided" select="0"/>
177 <xsl:param name="draft.mode">no</xsl:param>
178 <xsl:param name="draft.watermark.image">images/draft.png</xsl:param>
179
180 <xsl:param name="ebnf.assignment">
181   <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="{$monospace.font.family}">
182     <xsl:text>::=</xsl:text>
183   </fo:inline>
184 </xsl:param>
185
186 <xsl:param name="ebnf.statement.terminator"/>
187 <xsl:param name="email.delimiters.enabled" select="1"/>
188 <xsl:param name="email.mailto.enabled" select="0"/>
189 <xsl:attribute-set name="equation.properties" use-attribute-sets="formal.object.properties"/>
190 <xsl:attribute-set name="equation.number.properties">
191   <xsl:attribute name="text-align">end</xsl:attribute>
192   <xsl:attribute name="display-align">center</xsl:attribute>
193 </xsl:attribute-set>
194 <xsl:attribute-set name="example.properties" use-attribute-sets="formal.object.properties">
195     <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
196 </xsl:attribute-set>
197 <xsl:param name="exsl.node.set.available"> 
198   <xsl:choose>
199     <xsl:when xmlns:exsl="http://exslt.org/common" exsl:foo="" test="function-available('exsl:node-set') or                        contains(system-property('xsl:vendor'),                          'Apache Software Foundation')">1</xsl:when>
200     <xsl:otherwise>0</xsl:otherwise>
201   </xsl:choose>
202 </xsl:param>
203 <xsl:attribute-set name="figure.properties" use-attribute-sets="formal.object.properties"/>
204 <xsl:param name="firstterm.only.link" select="0"/>
205 <xsl:attribute-set name="footer.content.properties">
206   <xsl:attribute name="font-family">
207     <xsl:value-of select="$body.fontset"/>
208   </xsl:attribute>
209   <xsl:attribute name="margin-left">
210     <xsl:value-of select="$title.margin.left"/>
211   </xsl:attribute>
212 </xsl:attribute-set>
213 <xsl:param name="footer.rule" select="1"/>
214 <xsl:param name="footer.column.widths">1 1 1</xsl:param>
215 <xsl:param name="footer.table.height">14pt</xsl:param>
216 <xsl:attribute-set name="footer.table.properties">
217   <xsl:attribute name="table-layout">fixed</xsl:attribute>
218   <xsl:attribute name="width">100%</xsl:attribute>
219 </xsl:attribute-set>
220 <xsl:param name="footers.on.blank.pages" select="1"/>
221 <xsl:param name="footnote.font.size">
222  <xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text>
223 </xsl:param>
224 <xsl:param name="footnote.number.format">1</xsl:param>
225 <xsl:param name="footnote.number.symbols"/>
226 <xsl:attribute-set name="footnote.mark.properties">
227   <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:attribute>
228   <xsl:attribute name="font-size">75%</xsl:attribute>
229   <xsl:attribute name="font-weight">normal</xsl:attribute>
230   <xsl:attribute name="font-style">normal</xsl:attribute>
231 </xsl:attribute-set>
232 <xsl:attribute-set name="footnote.properties">
233   <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:attribute>
234   <xsl:attribute name="font-size"><xsl:value-of select="$footnote.font.size"/></xsl:attribute>
235   <xsl:attribute name="font-weight">normal</xsl:attribute>
236   <xsl:attribute name="font-style">normal</xsl:attribute>
237   <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attribute>
238   <xsl:attribute name="start-indent">0pt</xsl:attribute>
239   <xsl:attribute name="end-indent">0pt</xsl:attribute>
240   <xsl:attribute name="text-indent">0pt</xsl:attribute>
241   <xsl:attribute name="hyphenate"><xsl:value-of select="$hyphenate"/></xsl:attribute>
242   <xsl:attribute name="wrap-option">wrap</xsl:attribute>
243   <xsl:attribute name="linefeed-treatment">treat-as-space</xsl:attribute>
244 </xsl:attribute-set>
245 <xsl:attribute-set name="footnote.sep.leader.properties">
246   <xsl:attribute name="color">black</xsl:attribute>
247   <xsl:attribute name="leader-pattern">rule</xsl:attribute>
248   <xsl:attribute name="leader-length">1in</xsl:attribute>
249 </xsl:attribute-set>
250 <xsl:param name="fop.extensions" select="0"/>
251 <xsl:param name="fop1.extensions" select="0"/>
252 <xsl:param name="force.blank.pages" select="1"/>
253 <xsl:attribute-set name="formal.object.properties">
254   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
255   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
256   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
257   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
258   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
259   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
260   <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
261 </xsl:attribute-set>
262 <xsl:param name="formal.procedures" select="1"/>
263 <xsl:param name="formal.title.placement">
264 figure before
265 example before
266 equation before
267 table before
268 procedure before
269 task before
270 </xsl:param>
271 <xsl:attribute-set name="formal.title.properties" use-attribute-sets="normal.para.spacing">
272   <xsl:attribute name="font-weight">bold</xsl:attribute>
273   <xsl:attribute name="font-size">
274     <xsl:value-of select="$body.font.master * 1.2"/>
275     <xsl:text>pt</xsl:text>
276   </xsl:attribute>
277   <xsl:attribute name="hyphenate">false</xsl:attribute>
278   <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
279   <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
280   <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
281 </xsl:attribute-set>
282 <xsl:param name="funcsynopsis.decoration" select="1"/>
283 <xsl:param name="funcsynopsis.style">kr</xsl:param>
284 <xsl:param name="function.parens" select="0"/>
285 <xsl:param name="generate.consistent.ids" select="0"/>
286 <xsl:param name="generate.index" select="1"/>
287 <xsl:param name="generate.section.toc.level" select="0"/>
288
289 <xsl:param name="generate.toc">
290 /appendix toc,title
291 article/appendix  nop
292 /article  toc,title
293 book      toc,title,figure,table,example,equation
294 /chapter  toc,title
295 part      toc,title
296 /preface  toc,title
297 reference toc,title
298 /sect1    toc
299 /sect2    toc
300 /sect3    toc
301 /sect4    toc
302 /sect5    toc
303 /section  toc
304 set       toc,title
305 </xsl:param>
306 <xsl:param name="glossary.as.blocks" select="0"/>
307 <xsl:param name="glossary.collection"/>
308 <xsl:param name="glossary.sort" select="0"/>
309 <xsl:param name="glossentry.show.acronym">no</xsl:param>
310 <xsl:param name="glosslist.as.blocks" select="0"/>
311 <xsl:param name="glossterm.auto.link" select="0"/>
312 <xsl:param name="glossterm.separation">0.25in</xsl:param>
313 <xsl:param name="glossterm.width">2in</xsl:param>
314 <xsl:attribute-set name="glossentry.list.item.properties">
315   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
316   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
317   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
318 </xsl:attribute-set>
319 <xsl:attribute-set name="glossterm.list.properties">
320 </xsl:attribute-set>
321 <xsl:attribute-set name="glossterm.block.properties">
322   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
323   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
324   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
325   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
326   <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
327 </xsl:attribute-set>
328 <xsl:attribute-set name="glossdef.list.properties">
329 </xsl:attribute-set>
330 <xsl:attribute-set name="glossdef.block.properties">
331   <xsl:attribute name="margin-{$direction.align.start}">.25in</xsl:attribute>
332 </xsl:attribute-set>
333 <xsl:param name="graphic.default.extension"/>
334 <xsl:attribute-set name="header.content.properties">
335   <xsl:attribute name="font-family">
336     <xsl:value-of select="$body.fontset"/>
337   </xsl:attribute>
338   <xsl:attribute name="margin-left">
339     <xsl:value-of select="$title.margin.left"/>
340   </xsl:attribute>
341 </xsl:attribute-set>
342 <xsl:param name="header.rule" select="1"/>
343 <xsl:param name="header.column.widths">1 1 1</xsl:param>
344 <xsl:param name="header.table.height">14pt</xsl:param>
345 <xsl:attribute-set name="header.table.properties">
346   <xsl:attribute name="table-layout">fixed</xsl:attribute>
347   <xsl:attribute name="width">100%</xsl:attribute>
348 </xsl:attribute-set>
349 <xsl:param name="headers.on.blank.pages" select="1"/>
350 <xsl:param name="highlight.default.language"/>
351 <xsl:param name="highlight.source" select="0"/>
352 <xsl:param name="highlight.xslthl.config"/>
353 <xsl:param name="hyphenate">true</xsl:param>
354 <xsl:param name="hyphenate.verbatim" select="0"/>
355 <xsl:param name="hyphenate.verbatim.characters"/>
356 <xsl:param name="ignore.image.scaling" select="0"/>
357 <xsl:param name="img.src.path"/>
358 <xsl:param name="index.method">basic</xsl:param>
359 <xsl:param name="index.on.role" select="0"/>
360 <xsl:param name="index.on.type" select="0"/>
361 <xsl:attribute-set name="index.page.number.properties">
362 </xsl:attribute-set>
363 <xsl:attribute-set name="informalequation.properties" use-attribute-sets="informal.object.properties"/>
364 <xsl:attribute-set name="informalexample.properties" use-attribute-sets="informal.object.properties"/>
365 <xsl:attribute-set name="informalfigure.properties" use-attribute-sets="informal.object.properties"/>
366 <xsl:attribute-set name="informal.object.properties">
367   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
368   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
369   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
370   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
371   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
372   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
373 </xsl:attribute-set>
374 <xsl:attribute-set name="informaltable.properties" use-attribute-sets="informal.object.properties"/>
375 <xsl:attribute-set name="index.preferred.page.properties">
376   <xsl:attribute name="font-weight">bold</xsl:attribute>
377 </xsl:attribute-set>
378 <xsl:attribute-set name="index.div.title.properties">
379   <xsl:attribute name="margin-{$direction.align.start}">0pt</xsl:attribute>
380   <xsl:attribute name="font-size">14.4pt</xsl:attribute>
381   <xsl:attribute name="font-family"><xsl:value-of select="$title.fontset"/></xsl:attribute>
382   <xsl:attribute name="font-weight">bold</xsl:attribute>
383   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
384   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
385   <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
386   <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
387   <xsl:attribute name="start-indent">0pt</xsl:attribute>
388 </xsl:attribute-set>
389 <xsl:attribute-set name="index.entry.properties">
390   <xsl:attribute name="start-indent">0pt</xsl:attribute>
391 </xsl:attribute-set>
392 <xsl:param name="index.number.separator"/>
393 <xsl:param name="index.range.separator"/>
394 <xsl:param name="index.term.separator"/>
395 <xsl:param name="insert.link.page.number">no</xsl:param>
396 <xsl:param name="insert.xref.page.number">no</xsl:param>
397 <xsl:param name="insert.xref.page.number.para">yes</xsl:param>
398 <xsl:attribute-set name="itemizedlist.properties" use-attribute-sets="list.block.properties">
399 </xsl:attribute-set>
400 <xsl:attribute-set name="itemizedlist.label.properties">
401 </xsl:attribute-set>
402     <xsl:param name="itemizedlist.label.width">1.0em</xsl:param>
403   
404
405 <xsl:param name="keep.relative.image.uris" select="0"/>
406 <xsl:param name="l10n.gentext.default.language">en</xsl:param>
407 <xsl:param name="l10n.gentext.language"/>
408 <xsl:param name="l10n.gentext.use.xref.language" select="0"/>
409 <xsl:param name="l10n.lang.value.rfc.compliant" select="1"/>
410 <xsl:param name="label.from.part" select="0"/>
411 <xsl:param name="line-height">normal</xsl:param>
412 <xsl:param name="linenumbering.everyNth">5</xsl:param>
413 <xsl:param name="linenumbering.extension" select="1"/>
414 <xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param>
415 <xsl:param name="linenumbering.width">3</xsl:param>
416 <xsl:attribute-set name="list.block.properties">
417   <xsl:attribute name="provisional-label-separation">0.2em</xsl:attribute>
418   <xsl:attribute name="provisional-distance-between-starts">1.5em</xsl:attribute>
419 </xsl:attribute-set>
420 <xsl:attribute-set name="list.block.spacing">
421   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
422   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
423   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
424   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
425   <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
426   <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
427 </xsl:attribute-set>
428 <xsl:attribute-set name="list.item.spacing">
429   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
430   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
431   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
432 </xsl:attribute-set>
433 <xsl:param name="make.index.markup" select="0"/>
434 <xsl:param name="make.single.year.ranges" select="0"/>
435 <xsl:param name="make.year.ranges" select="0"/>
436 <xsl:attribute-set name="margin.note.properties">
437   <xsl:attribute name="font-size">90%</xsl:attribute>
438   <xsl:attribute name="text-align">start</xsl:attribute>
439 </xsl:attribute-set>
440 <xsl:attribute-set name="margin.note.title.properties">
441   <xsl:attribute name="font-weight">bold</xsl:attribute>
442   <xsl:attribute name="hyphenate">false</xsl:attribute>
443   <xsl:attribute name="text-align">start</xsl:attribute>
444   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
445 </xsl:attribute-set>
446 <xsl:param name="margin.note.float.type">none</xsl:param>
447 <xsl:param name="margin.note.width">1in</xsl:param>
448 <xsl:param name="marker.section.level">2</xsl:param>
449 <xsl:param name="menuchoice.menu.separator"> â†’ </xsl:param>
450 <xsl:param name="menuchoice.separator">+</xsl:param>
451 <xsl:param name="monospace.font.family">monospace</xsl:param>
452 <xsl:attribute-set name="monospace.properties">
453   <xsl:attribute name="font-family">
454     <xsl:value-of select="$monospace.font.family"/>
455   </xsl:attribute>
456 </xsl:attribute-set>
457 <xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties">
458   <xsl:attribute name="text-align">start</xsl:attribute>
459   <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
460 </xsl:attribute-set>
461 <xsl:param name="monospace.verbatim.font.width">0.60em</xsl:param>
462 <xsl:param name="nominal.table.width">6in</xsl:param>
463 <xsl:attribute-set name="normal.para.spacing">
464   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
465   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
466   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
467 </xsl:attribute-set>
468 <xsl:param name="olink.doctitle">no</xsl:param> 
469 <xsl:param name="olink.base.uri"/>
470 <xsl:param name="olink.debug" select="0"/>
471 <xsl:attribute-set name="olink.properties">
472   <xsl:attribute name="show-destination">replace</xsl:attribute>
473 </xsl:attribute-set>
474 <xsl:param name="olink.lang.fallback.sequence"/>
475 <xsl:attribute-set name="orderedlist.properties" use-attribute-sets="list.block.properties">
476   <xsl:attribute name="provisional-distance-between-starts">2em</xsl:attribute>
477 </xsl:attribute-set>
478 <xsl:attribute-set name="orderedlist.label.properties">
479 </xsl:attribute-set>
480 <xsl:param name="orderedlist.label.width">1.2em</xsl:param>
481 <xsl:param name="prefer.internal.olink" select="0"/>
482 <xsl:param name="insert.olink.page.number">no</xsl:param>
483 <xsl:param name="insert.olink.pdf.frag" select="0"/>
484 <xsl:param name="page.height">
485   <xsl:choose>
486     <xsl:when test="$page.orientation = 'portrait'">
487       <xsl:value-of select="$page.height.portrait"/>
488     </xsl:when>
489     <xsl:otherwise>
490       <xsl:value-of select="$page.width.portrait"/>
491     </xsl:otherwise>
492   </xsl:choose>
493 </xsl:param>
494 <xsl:param name="page.height.portrait">
495   <xsl:choose>
496     <xsl:when test="$paper.type = 'A4landscape'">210mm</xsl:when>
497     <xsl:when test="$paper.type = 'USletter'">11in</xsl:when>
498     <xsl:when test="$paper.type = 'USlandscape'">8.5in</xsl:when>
499     <xsl:when test="$paper.type = 'USlegal'">14in</xsl:when>
500     <xsl:when test="$paper.type = 'USlegallandscape'">8.5in</xsl:when>
501     <xsl:when test="$paper.type = '4A0'">2378mm</xsl:when>
502     <xsl:when test="$paper.type = '2A0'">1682mm</xsl:when>
503     <xsl:when test="$paper.type = 'A0'">1189mm</xsl:when>
504     <xsl:when test="$paper.type = 'A1'">841mm</xsl:when>
505     <xsl:when test="$paper.type = 'A2'">594mm</xsl:when>
506     <xsl:when test="$paper.type = 'A3'">420mm</xsl:when>
507     <xsl:when test="$paper.type = 'A4'">297mm</xsl:when>
508     <xsl:when test="$paper.type = 'A5'">210mm</xsl:when>
509     <xsl:when test="$paper.type = 'A6'">148mm</xsl:when>
510     <xsl:when test="$paper.type = 'A7'">105mm</xsl:when>
511     <xsl:when test="$paper.type = 'A8'">74mm</xsl:when>
512     <xsl:when test="$paper.type = 'A9'">52mm</xsl:when>
513     <xsl:when test="$paper.type = 'A10'">37mm</xsl:when>
514     <xsl:when test="$paper.type = 'B0'">1414mm</xsl:when>
515     <xsl:when test="$paper.type = 'B1'">1000mm</xsl:when>
516     <xsl:when test="$paper.type = 'B2'">707mm</xsl:when>
517     <xsl:when test="$paper.type = 'B3'">500mm</xsl:when>
518     <xsl:when test="$paper.type = 'B4'">353mm</xsl:when>
519     <xsl:when test="$paper.type = 'B5'">250mm</xsl:when>
520     <xsl:when test="$paper.type = 'B6'">176mm</xsl:when>
521     <xsl:when test="$paper.type = 'B7'">125mm</xsl:when>
522     <xsl:when test="$paper.type = 'B8'">88mm</xsl:when>
523     <xsl:when test="$paper.type = 'B9'">62mm</xsl:when>
524     <xsl:when test="$paper.type = 'B10'">44mm</xsl:when>
525     <xsl:when test="$paper.type = 'C0'">1297mm</xsl:when>
526     <xsl:when test="$paper.type = 'C1'">917mm</xsl:when>
527     <xsl:when test="$paper.type = 'C2'">648mm</xsl:when>
528     <xsl:when test="$paper.type = 'C3'">458mm</xsl:when>
529     <xsl:when test="$paper.type = 'C4'">324mm</xsl:when>
530     <xsl:when test="$paper.type = 'C5'">229mm</xsl:when>
531     <xsl:when test="$paper.type = 'C6'">162mm</xsl:when>
532     <xsl:when test="$paper.type = 'C7'">114mm</xsl:when>
533     <xsl:when test="$paper.type = 'C8'">81mm</xsl:when>
534     <xsl:when test="$paper.type = 'C9'">57mm</xsl:when>
535     <xsl:when test="$paper.type = 'C10'">40mm</xsl:when>
536     <xsl:otherwise>11in</xsl:otherwise>
537   </xsl:choose>
538 </xsl:param>
539 <xsl:param name="page.margin.bottom">0.5in</xsl:param>
540 <xsl:param name="page.margin.inner">
541   <xsl:choose>
542     <xsl:when test="$double.sided != 0">1.25in</xsl:when>
543     <xsl:otherwise>1in</xsl:otherwise>
544   </xsl:choose>
545 </xsl:param>
546 <xsl:param name="page.margin.outer">
547   <xsl:choose>
548     <xsl:when test="$double.sided != 0">0.75in</xsl:when>
549     <xsl:otherwise>1in</xsl:otherwise>
550   </xsl:choose>
551 </xsl:param>
552 <xsl:param name="page.margin.top">0.5in</xsl:param>
553 <xsl:param name="page.orientation">portrait</xsl:param>
554 <xsl:param name="page.width">
555   <xsl:choose>
556     <xsl:when test="$page.orientation = 'portrait'">
557       <xsl:value-of select="$page.width.portrait"/>
558     </xsl:when>
559     <xsl:otherwise>
560       <xsl:value-of select="$page.height.portrait"/>
561     </xsl:otherwise>
562   </xsl:choose>
563 </xsl:param>
564 <xsl:param name="page.width.portrait">
565   <xsl:choose>
566     <xsl:when test="$paper.type = 'USletter'">8.5in</xsl:when>
567     <xsl:when test="$paper.type = 'USlandscape'">11in</xsl:when>
568     <xsl:when test="$paper.type = 'USlegal'">8.5in</xsl:when>
569     <xsl:when test="$paper.type = 'USlegallandscape'">14in</xsl:when>
570     <xsl:when test="$paper.type = '4A0'">1682mm</xsl:when>
571     <xsl:when test="$paper.type = '2A0'">1189mm</xsl:when>
572     <xsl:when test="$paper.type = 'A0'">841mm</xsl:when>
573     <xsl:when test="$paper.type = 'A1'">594mm</xsl:when>
574     <xsl:when test="$paper.type = 'A2'">420mm</xsl:when>
575     <xsl:when test="$paper.type = 'A3'">297mm</xsl:when>
576     <xsl:when test="$paper.type = 'A4'">210mm</xsl:when>
577     <xsl:when test="$paper.type = 'A5'">148mm</xsl:when>
578     <xsl:when test="$paper.type = 'A6'">105mm</xsl:when>
579     <xsl:when test="$paper.type = 'A7'">74mm</xsl:when>
580     <xsl:when test="$paper.type = 'A8'">52mm</xsl:when>
581     <xsl:when test="$paper.type = 'A9'">37mm</xsl:when>
582     <xsl:when test="$paper.type = 'A10'">26mm</xsl:when>
583     <xsl:when test="$paper.type = 'B0'">1000mm</xsl:when>
584     <xsl:when test="$paper.type = 'B1'">707mm</xsl:when>
585     <xsl:when test="$paper.type = 'B2'">500mm</xsl:when>
586     <xsl:when test="$paper.type = 'B3'">353mm</xsl:when>
587     <xsl:when test="$paper.type = 'B4'">250mm</xsl:when>
588     <xsl:when test="$paper.type = 'B5'">176mm</xsl:when>
589     <xsl:when test="$paper.type = 'B6'">125mm</xsl:when>
590     <xsl:when test="$paper.type = 'B7'">88mm</xsl:when>
591     <xsl:when test="$paper.type = 'B8'">62mm</xsl:when>
592     <xsl:when test="$paper.type = 'B9'">44mm</xsl:when>
593     <xsl:when test="$paper.type = 'B10'">31mm</xsl:when>
594     <xsl:when test="$paper.type = 'C0'">917mm</xsl:when>
595     <xsl:when test="$paper.type = 'C1'">648mm</xsl:when>
596     <xsl:when test="$paper.type = 'C2'">458mm</xsl:when>
597     <xsl:when test="$paper.type = 'C3'">324mm</xsl:when>
598     <xsl:when test="$paper.type = 'C4'">229mm</xsl:when>
599     <xsl:when test="$paper.type = 'C5'">162mm</xsl:when>
600     <xsl:when test="$paper.type = 'C6'">114mm</xsl:when>
601     <xsl:when test="$paper.type = 'C7'">81mm</xsl:when>
602     <xsl:when test="$paper.type = 'C8'">57mm</xsl:when>
603     <xsl:when test="$paper.type = 'C9'">40mm</xsl:when>
604     <xsl:when test="$paper.type = 'C10'">28mm</xsl:when>
605     <xsl:otherwise>8.5in</xsl:otherwise>
606   </xsl:choose>
607 </xsl:param>
608 <xsl:param name="paper.type">USletter</xsl:param>
609 <xsl:param name="part.autolabel">I</xsl:param>
610 <xsl:param name="passivetex.extensions" select="0"/>
611 <xsl:attribute-set name="pgwide.properties">
612   <xsl:attribute name="start-indent">0pt</xsl:attribute>
613 </xsl:attribute-set>
614 <xsl:param name="preface.autolabel" select="0"/>
615 <xsl:param name="preferred.mediaobject.role"/>
616 <xsl:attribute-set name="procedure.properties" use-attribute-sets="formal.object.properties">
617   <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
618 </xsl:attribute-set>
619 <xsl:param name="process.empty.source.toc" select="0"/>
620 <xsl:param name="process.source.toc" select="0"/>
621 <xsl:param name="profile.arch"/>
622 <xsl:param name="profile.audience"/>
623 <xsl:param name="profile.attribute"/>
624 <xsl:param name="profile.condition"/>
625 <xsl:param name="profile.conformance"/>
626 <xsl:param name="profile.lang"/>
627 <xsl:param name="profile.os"/>
628 <xsl:param name="profile.outputformat"/>
629 <xsl:param name="profile.revision"/>
630 <xsl:param name="profile.revisionflag"/>
631 <xsl:param name="profile.role"/>
632 <xsl:param name="profile.security"/>
633 <xsl:param name="profile.separator">;</xsl:param>
634 <xsl:param name="profile.status"/>
635 <xsl:param name="profile.userlevel"/>
636 <xsl:param name="profile.value"/>
637 <xsl:param name="profile.vendor"/>
638 <xsl:param name="profile.wordsize"/>
639 <xsl:param name="punct.honorific">.</xsl:param>
640 <xsl:param name="qanda.defaultlabel">number</xsl:param>
641 <xsl:param name="qanda.in.toc" select="0"/>
642 <xsl:param name="qanda.nested.in.toc" select="0"/>
643 <xsl:param name="qanda.inherit.numeration" select="1"/>
644 <xsl:param name="qandadiv.autolabel" select="1"/>
645 <xsl:attribute-set name="qanda.title.level1.properties">
646   <xsl:attribute name="font-size">
647     <xsl:value-of select="$body.font.master * 2.0736"/>
648     <xsl:text>pt</xsl:text>
649   </xsl:attribute>
650 </xsl:attribute-set>
651 <xsl:attribute-set name="qanda.title.level2.properties">
652   <xsl:attribute name="font-size">
653     <xsl:value-of select="$body.font.master * 1.728"/>
654     <xsl:text>pt</xsl:text>
655   </xsl:attribute>
656 </xsl:attribute-set>
657 <xsl:attribute-set name="qanda.title.level3.properties">
658   <xsl:attribute name="font-size">
659     <xsl:value-of select="$body.font.master * 1.44"/>
660     <xsl:text>pt</xsl:text>
661   </xsl:attribute>
662 </xsl:attribute-set>
663 <xsl:attribute-set name="qanda.title.level4.properties">
664   <xsl:attribute name="font-size">
665     <xsl:value-of select="$body.font.master * 1.2"/>
666     <xsl:text>pt</xsl:text>
667   </xsl:attribute>
668 </xsl:attribute-set>
669 <xsl:attribute-set name="qanda.title.level5.properties">
670   <xsl:attribute name="font-size">
671     <xsl:value-of select="$body.font.master"/>
672     <xsl:text>pt</xsl:text>
673   </xsl:attribute>
674 </xsl:attribute-set>
675 <xsl:attribute-set name="qanda.title.level6.properties">
676   <xsl:attribute name="font-size">
677     <xsl:value-of select="$body.font.master"/>
678     <xsl:text>pt</xsl:text>
679   </xsl:attribute>
680 </xsl:attribute-set>
681 <xsl:attribute-set name="qanda.title.properties">
682   <xsl:attribute name="font-family">
683     <xsl:value-of select="$title.fontset"/>
684   </xsl:attribute>
685   <xsl:attribute name="font-weight">bold</xsl:attribute>
686   <!-- font size is calculated dynamically by qanda.heading template -->
687   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
688   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
689   <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
690   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
691 </xsl:attribute-set>
692 <xsl:param name="refentry.generate.name" select="1"/>
693 <xsl:param name="refentry.generate.title" select="0"/>
694 <xsl:param name="refentry.pagebreak" select="1"/>
695 <xsl:attribute-set name="refentry.title.properties">
696   <xsl:attribute name="font-family">
697     <xsl:value-of select="$title.fontset"/>
698   </xsl:attribute>
699   <xsl:attribute name="font-size">18pt</xsl:attribute>
700   <xsl:attribute name="font-weight">bold</xsl:attribute>
701   <xsl:attribute name="space-after">1em</xsl:attribute>
702   <xsl:attribute name="hyphenate">false</xsl:attribute>
703   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
704   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
705   <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
706   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
707   <xsl:attribute name="space-after.optimum">0.5em</xsl:attribute>
708   <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
709   <xsl:attribute name="space-after.maximum">0.6em</xsl:attribute>
710   <xsl:attribute name="start-indent"><xsl:value-of select="$title.margin.left"/></xsl:attribute>
711 </xsl:attribute-set>
712 <xsl:param name="refentry.xref.manvolnum" select="1"/>
713   <xsl:param name="reference.autolabel">I</xsl:param>
714 <xsl:param name="refclass.suppress" select="0"/>
715 <xsl:param name="region.after.extent">0.4in</xsl:param>
716 <xsl:param name="region.before.extent">0.4in</xsl:param>
717 <xsl:attribute-set name="revhistory.table.properties">
718 </xsl:attribute-set>
719 <xsl:attribute-set name="revhistory.table.cell.properties">
720 </xsl:attribute-set>
721 <xsl:attribute-set name="revhistory.title.properties">
722 </xsl:attribute-set>
723 <xsl:attribute-set name="root.properties">
724   <xsl:attribute name="font-family">
725     <xsl:value-of select="$body.fontset"/>
726   </xsl:attribute>
727   <xsl:attribute name="font-size">
728     <xsl:value-of select="$body.font.size"/>
729   </xsl:attribute>
730   <xsl:attribute name="text-align">
731     <xsl:value-of select="$alignment"/>
732   </xsl:attribute>
733   <xsl:attribute name="line-height">
734     <xsl:value-of select="$line-height"/>
735   </xsl:attribute>
736   <xsl:attribute name="font-selection-strategy">character-by-character</xsl:attribute>
737   <xsl:attribute name="line-height-shift-adjustment">disregard-shifts</xsl:attribute>
738   <xsl:attribute name="writing-mode">
739     <xsl:value-of select="$direction.mode"/>
740   </xsl:attribute>
741 </xsl:attribute-set>
742 <xsl:param name="rootid"/>
743 <xsl:param name="runinhead.default.title.end.punct">.</xsl:param>
744 <xsl:param name="runinhead.title.end.punct">.!?:</xsl:param>
745 <xsl:param name="sans.font.family">sans-serif</xsl:param>
746 <xsl:param name="section.autolabel" select="0"/>
747 <xsl:param name="section.autolabel.max.depth">8</xsl:param>
748 <xsl:param name="section.container.element">block</xsl:param>
749 <xsl:param name="section.label.includes.component.label" select="0"/>
750 <xsl:attribute-set name="section.title.level1.properties">
751   <xsl:attribute name="font-size">
752     <xsl:value-of select="$body.font.master * 2.0736"/>
753     <xsl:text>pt</xsl:text>
754   </xsl:attribute>
755 </xsl:attribute-set>
756 <xsl:attribute-set name="section.title.level2.properties">
757   <xsl:attribute name="font-size">
758     <xsl:value-of select="$body.font.master * 1.728"/>
759     <xsl:text>pt</xsl:text>
760   </xsl:attribute>
761 </xsl:attribute-set>
762 <xsl:attribute-set name="section.title.level3.properties">
763   <xsl:attribute name="font-size">
764     <xsl:value-of select="$body.font.master * 1.44"/>
765     <xsl:text>pt</xsl:text>
766   </xsl:attribute>
767 </xsl:attribute-set>
768 <xsl:attribute-set name="section.title.level4.properties">
769   <xsl:attribute name="font-size">
770     <xsl:value-of select="$body.font.master * 1.2"/>
771     <xsl:text>pt</xsl:text>
772   </xsl:attribute>
773 </xsl:attribute-set>
774 <xsl:attribute-set name="section.title.level5.properties">
775   <xsl:attribute name="font-size">
776     <xsl:value-of select="$body.font.master"/>
777     <xsl:text>pt</xsl:text>
778   </xsl:attribute>
779 </xsl:attribute-set>
780 <xsl:attribute-set name="section.title.level6.properties">
781   <xsl:attribute name="font-size">
782     <xsl:value-of select="$body.font.master"/>
783     <xsl:text>pt</xsl:text>
784   </xsl:attribute>
785 </xsl:attribute-set>
786 <xsl:attribute-set name="section.title.properties">
787   <xsl:attribute name="font-family">
788     <xsl:value-of select="$title.fontset"/>
789   </xsl:attribute>
790   <xsl:attribute name="font-weight">bold</xsl:attribute>
791   <!-- font size is calculated dynamically by section.heading template -->
792   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
793   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
794   <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
795   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
796   <xsl:attribute name="text-align">start</xsl:attribute>
797   <xsl:attribute name="start-indent"><xsl:value-of select="$title.margin.left"/></xsl:attribute>
798 </xsl:attribute-set>
799 <xsl:attribute-set name="section.level1.properties" use-attribute-sets="section.properties">
800 </xsl:attribute-set>
801 <xsl:attribute-set name="section.level2.properties" use-attribute-sets="section.properties">
802 </xsl:attribute-set>
803 <xsl:attribute-set name="section.level3.properties" use-attribute-sets="section.properties">
804 </xsl:attribute-set>
805 <xsl:attribute-set name="section.level4.properties" use-attribute-sets="section.properties">
806 </xsl:attribute-set>
807 <xsl:attribute-set name="section.level5.properties" use-attribute-sets="section.properties">
808 </xsl:attribute-set>
809 <xsl:attribute-set name="section.level6.properties" use-attribute-sets="section.properties">
810 </xsl:attribute-set>
811 <xsl:attribute-set name="section.properties">
812 </xsl:attribute-set>
813 <xsl:param name="segmentedlist.as.table" select="0"/>
814 <xsl:param name="shade.verbatim" select="0"/>
815
816 <xsl:attribute-set name="shade.verbatim.style">
817   <xsl:attribute name="background-color">#E0E0E0</xsl:attribute>
818 </xsl:attribute-set>
819 <xsl:param name="show.comments" select="1"/>
820 <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties">
821   <xsl:attribute name="border-style">solid</xsl:attribute>
822   <xsl:attribute name="border-width">1pt</xsl:attribute>
823   <xsl:attribute name="border-color">black</xsl:attribute>
824   <xsl:attribute name="background-color">#DDDDDD</xsl:attribute>
825   <xsl:attribute name="padding-start">12pt</xsl:attribute>
826   <xsl:attribute name="padding-end">12pt</xsl:attribute>
827   <xsl:attribute name="padding-top">6pt</xsl:attribute>
828   <xsl:attribute name="padding-bottom">6pt</xsl:attribute>
829   <xsl:attribute name="margin-{$direction.align.start}">0pt</xsl:attribute>
830   <xsl:attribute name="margin-{$direction.align.end}">0pt</xsl:attribute>
831 <!--
832   <xsl:attribute name="margin-top">6pt</xsl:attribute>
833   <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
834 -->
835 </xsl:attribute-set>
836 <xsl:attribute-set name="sidebar.title.properties">
837   <xsl:attribute name="font-weight">bold</xsl:attribute>
838   <xsl:attribute name="hyphenate">false</xsl:attribute>
839   <xsl:attribute name="text-align">start</xsl:attribute>
840   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
841 </xsl:attribute-set>
842 <xsl:param name="sidebar.float.type">none</xsl:param>
843 <xsl:param name="sidebar.float.width">1in</xsl:param>
844 <xsl:param name="simplesect.in.toc" select="0"/>
845 <xsl:attribute-set name="subscript.properties">
846   <xsl:attribute name="font-size">75%</xsl:attribute>
847 </xsl:attribute-set>
848 <xsl:attribute-set name="superscript.properties">
849   <xsl:attribute name="font-size">75%</xsl:attribute>
850 </xsl:attribute-set>
851 <xsl:param name="symbol.font.family">Symbol,ZapfDingbats</xsl:param>
852
853 <xsl:param name="table.cell.border.color">black</xsl:param>
854 <xsl:param name="table.cell.border.style">solid</xsl:param>
855 <xsl:param name="table.cell.border.thickness">
856   <xsl:choose>
857     <xsl:when test="contains($stylesheet.result.type,'html')">1px</xsl:when>
858     <xsl:otherwise>0.5pt</xsl:otherwise>
859   </xsl:choose>
860 </xsl:param>
861 <xsl:attribute-set name="table.cell.padding">
862   <xsl:attribute name="padding-start">2pt</xsl:attribute>
863   <xsl:attribute name="padding-end">2pt</xsl:attribute>
864   <xsl:attribute name="padding-top">2pt</xsl:attribute>
865   <xsl:attribute name="padding-bottom">2pt</xsl:attribute>
866 </xsl:attribute-set>
867 <xsl:param name="table.footnote.number.format">a</xsl:param>
868 <xsl:param name="table.footnote.number.symbols"/>
869 <xsl:attribute-set name="table.footnote.properties">
870   <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:attribute>
871   <xsl:attribute name="font-size"><xsl:value-of select="$footnote.font.size"/></xsl:attribute>
872   <xsl:attribute name="font-weight">normal</xsl:attribute>
873   <xsl:attribute name="font-style">normal</xsl:attribute>
874   <xsl:attribute name="space-before">2pt</xsl:attribute>
875   <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attribute>
876 </xsl:attribute-set>
877
878 <xsl:param name="table.frame.border.color">black</xsl:param>
879 <xsl:param name="table.frame.border.style">solid</xsl:param>
880 <xsl:param name="table.frame.border.thickness">
881   <xsl:choose>
882     <xsl:when test="contains($stylesheet.result.type,'html')">1px</xsl:when>
883     <xsl:otherwise>0.5pt</xsl:otherwise>
884   </xsl:choose>
885 </xsl:param>
886 <xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties">
887   <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
888 </xsl:attribute-set>
889 <xsl:param name="tablecolumns.extension" select="1"/>
890 <xsl:attribute-set name="table.table.properties">
891   <xsl:attribute name="border-before-width.conditionality">retain</xsl:attribute>
892   <xsl:attribute name="border-collapse">collapse</xsl:attribute>
893 </xsl:attribute-set>
894 <xsl:attribute-set name="table.caption.properties">
895   <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
896 </xsl:attribute-set>
897  <xsl:param name="target.database.document">olinkdb.xml</xsl:param>
898 <xsl:param name="targets.filename">target.db</xsl:param>
899 <xsl:attribute-set name="task.properties" use-attribute-sets="formal.object.properties">
900     <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
901 </xsl:attribute-set>
902 <xsl:param name="textdata.default.encoding"/>
903 <xsl:param name="tex.math.delims" select="1"/>
904 <xsl:param name="tex.math.in.alt"/>
905   <xsl:param name="textinsert.extension" select="1"/>
906 <xsl:param name="title.font.family">sans-serif</xsl:param>
907 <xsl:param name="title.margin.left">
908   <xsl:choose>
909     <xsl:when test="$fop.extensions != 0">-4pc</xsl:when>
910     <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
911     <xsl:otherwise>0pt</xsl:otherwise>
912   </xsl:choose>
913 </xsl:param>
914 <xsl:param name="toc.indent.width">24</xsl:param>
915 <!-- inconsistant point specification? -->
916 <xsl:attribute-set name="toc.line.properties">
917   <xsl:attribute name="text-align-last">justify</xsl:attribute>
918   <xsl:attribute name="text-align">start</xsl:attribute>
919   <xsl:attribute name="end-indent"><xsl:value-of select="concat($toc.indent.width, 'pt')"/></xsl:attribute>
920   <xsl:attribute name="last-line-end-indent"><xsl:value-of select="concat('-', $toc.indent.width, 'pt')"/></xsl:attribute>
921 </xsl:attribute-set>
922 <xsl:attribute-set name="toc.leader.properties">
923   <xsl:attribute name="leader-pattern">dots</xsl:attribute>
924   <xsl:attribute name="leader-pattern-width">3pt</xsl:attribute>
925   <xsl:attribute name="leader-alignment">reference-area</xsl:attribute>
926   <xsl:attribute name="padding-left">3pt</xsl:attribute>
927   <xsl:attribute name="padding-right">3pt</xsl:attribute>
928 </xsl:attribute-set>
929 <xsl:attribute-set name="toc.margin.properties">
930   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
931   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
932   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
933   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
934   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
935   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
936 </xsl:attribute-set>
937 <xsl:param name="toc.max.depth">8</xsl:param>
938 <xsl:param name="toc.section.depth">2</xsl:param>
939 <xsl:param name="ulink.footnotes" select="0"/>
940 <xsl:param name="ulink.hyphenate"/>
941 <xsl:param name="ulink.hyphenate.chars">/</xsl:param>
942 <xsl:param name="ulink.show" select="1"/>
943 <xsl:param name="use.extensions" select="0"/>
944 <xsl:param name="use.local.olink.style" select="0"/> 
945 <xsl:param name="use.role.as.xrefstyle" select="1"/>
946 <xsl:param name="use.role.for.mediaobject" select="1"/>
947 <xsl:param name="use.svg" select="1"/>
948 <xsl:param name="variablelist.as.blocks" select="0"/>
949 <xsl:param name="variablelist.max.termlength">24</xsl:param>
950 <xsl:param name="variablelist.term.separator">, </xsl:param>
951 <xsl:attribute-set name="variablelist.term.properties">
952 </xsl:attribute-set>
953 <xsl:param name="variablelist.term.break.after">0</xsl:param>
954 <xsl:attribute-set name="verbatim.properties">
955   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
956   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
957   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
958   <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
959   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
960   <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
961   <xsl:attribute name="hyphenate">false</xsl:attribute>
962   <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
963   <xsl:attribute name="white-space-collapse">false</xsl:attribute>
964   <xsl:attribute name="white-space-treatment">preserve</xsl:attribute>
965   <xsl:attribute name="linefeed-treatment">preserve</xsl:attribute>
966   <xsl:attribute name="text-align">start</xsl:attribute>
967 </xsl:attribute-set>
968 <xsl:param name="writing.mode">
969   <xsl:call-template name="gentext">
970     <xsl:with-param name="key">writing-mode</xsl:with-param>
971     <xsl:with-param name="lang">
972       <xsl:call-template name="l10n.language">
973         <xsl:with-param name="target" select="/*[1]"/>
974       </xsl:call-template>
975     </xsl:with-param>
976   </xsl:call-template>
977 </xsl:param>
978 <xsl:param name="xep.extensions" select="0"/>
979 <xsl:attribute-set name="xep.index.item.properties" use-attribute-sets="index.page.number.properties">
980   <xsl:attribute name="merge-subsequent-page-numbers">true</xsl:attribute>
981   <xsl:attribute name="link-back">true</xsl:attribute>
982 </xsl:attribute-set>
983 <xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param>
984 <xsl:param name="xref.label-title.separator">: </xsl:param>
985 <xsl:attribute-set name="xref.properties">
986 </xsl:attribute-set>
987 <xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param>
988 <xsl:param name="xref.with.number.and.title" select="1"/>
989 <xsl:param name="region.inner.extent">0in</xsl:param>
990 <xsl:param name="region.outer.extent">0in</xsl:param>
991 <xsl:param name="body.margin.inner">0in</xsl:param>
992 <xsl:param name="body.margin.outer">0in</xsl:param>
993 <xsl:param name="side.region.precedence">false</xsl:param>
994 <xsl:attribute-set name="inner.region.content.properties">
995 </xsl:attribute-set>
996 <xsl:attribute-set name="outer.region.content.properties">
997 </xsl:attribute-set>
998 <xsl:attribute-set name="region.inner.properties">
999   <xsl:attribute name="border-width">0</xsl:attribute>
1000   <xsl:attribute name="padding">0</xsl:attribute>
1001   <xsl:attribute name="reference-orientation">90</xsl:attribute>
1002 </xsl:attribute-set>
1003 <xsl:attribute-set name="region.outer.properties">
1004   <xsl:attribute name="border-width">0</xsl:attribute>
1005   <xsl:attribute name="padding">0</xsl:attribute>
1006   <xsl:attribute name="reference-orientation">90</xsl:attribute>
1007 </xsl:attribute-set>
1008 <xsl:attribute-set name="para.properties" use-attribute-sets="normal.para.spacing">
1009 </xsl:attribute-set>
1010     <xsl:param name="mark.optional.procedure.steps">1</xsl:param>
1011   
1012 <xsl:param name="xsl1.1.bookmarks">
1013   <xsl:choose>
1014     <xsl:when test="$fop1.extensions != 0">1</xsl:when>
1015     <xsl:when test="$xep.extensions != 0">1</xsl:when>
1016     <xsl:when test="$axf.extensions != 0">1</xsl:when>
1017     <xsl:otherwise>0</xsl:otherwise>
1018   </xsl:choose></xsl:param>
1019 <xsl:param name="show.bookmarks" select="1"/>
1020 <xsl:param name="autolink.index.see" select="1"/>
1021 <xsl:attribute-set name="publishers.properties">
1022   <xsl:attribute name="space-before">1em</xsl:attribute>
1023   <xsl:attribute name="space-after">1em</xsl:attribute>
1024   <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
1025 </xsl:attribute-set>
1026 <xsl:attribute-set name="drama.properties" use-attribute-sets="publishers.properties"/>
1027 <xsl:attribute-set name="poetry.properties" use-attribute-sets="publishers.properties"/>
1028 <xsl:attribute-set name="stagedir.properties">
1029   <xsl:attribute name="font-weight">bold</xsl:attribute>
1030   <xsl:attribute name="font-style">italic</xsl:attribute>
1031   <xsl:attribute name="space-before">1em</xsl:attribute>
1032   <xsl:attribute name="space-after">1em</xsl:attribute>
1033 </xsl:attribute-set>
1034 <xsl:attribute-set name="linegroup.properties">
1035   <xsl:attribute name="provisional-distance-between-starts">20%</xsl:attribute>
1036   <xsl:attribute name="provisional-label-separation">.3em</xsl:attribute>
1037   <xsl:attribute name="space-before">.5em</xsl:attribute>
1038 </xsl:attribute-set>
1039 <xsl:attribute-set name="speaker.properties"/>
1040 <xsl:attribute-set name="line.properties"/>
1041 <xsl:attribute-set name="inlinestagedir.properties">
1042   <xsl:attribute name="font-weight">bold</xsl:attribute>
1043   <xsl:attribute name="font-style">italic</xsl:attribute>
1044 </xsl:attribute-set>
1045 <xsl:attribute-set name="dialogue.properties" use-attribute-sets="publishers.properties"/>
1046
1047 </xsl:stylesheet>
1048