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