~todd-deshane/openstack-manuals/working

« back to all changes in this revision

Viewing changes to doc/buildpdf/rc-maven-cloud-docs/src/main/resources/cloud/fo/titlepage/titlepage.templates.xml

  • Committer: Anne Gentle
  • Date: 2011-04-04 17:54:52 UTC
  • Revision ID: anne@openstack.org-20110404175452-gtth3hfrniqhpp5o
Switching from Ant builds to Maven, still working out kinks but should be functional

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE t:templates [
2
 
<!ENTITY hsize0 "10pt">
3
 
<!ENTITY hsize1 "12pt">
4
 
<!ENTITY hsize2 "14.4pt">
5
 
<!ENTITY hsize3 "17.28pt">
6
 
<!ENTITY hsize4 "20.736pt">
7
 
<!ENTITY hsize5 "24.8832pt">
8
 
<!ENTITY hsize0space "7.5pt"> <!-- 0.75 * hsize0 -->
9
 
<!ENTITY hsize1space "9pt"> <!-- 0.75 * hsize1 -->
10
 
<!ENTITY hsize2space "10.8pt"> <!-- 0.75 * hsize2 -->
11
 
<!ENTITY hsize3space "12.96pt"> <!-- 0.75 * hsize3 -->
12
 
<!ENTITY hsize4space "15.552pt"> <!-- 0.75 * hsize4 -->
13
 
<!ENTITY hsize5space "18.6624pt"> <!-- 0.75 * hsize5 -->
14
 
]>
15
 
<t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0"
16
 
             xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param"
17
 
             xmlns:fo="http://www.w3.org/1999/XSL/Format"
18
 
             xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
19
 
 
20
 
<!-- ********************************************************************
21
 
     $Id: titlepage.templates.xml 8341 2009-03-16 03:00:56Z bobstayton $
22
 
     ********************************************************************
23
 
 
24
 
     This file is part of the DocBook XSL Stylesheet distribution.
25
 
     See ../README or http://docbook.sf.net/ for copyright
26
 
     copyright and other information.
27
 
 
28
 
     ******************************************************************** -->
29
 
 
30
 
<!-- ==================================================================== -->
31
 
 
32
 
<t:titlepage t:element="article" t:wrapper="fo:block"
33
 
             font-family="{$title.fontset}">
34
 
 
35
 
  <t:titlepage-content t:side="recto"
36
 
             start-indent="0pt"
37
 
             text-align="center">
38
 
 
39
 
    <title t:named-template="component.title"
40
 
           param:node="ancestor-or-self::article[1]"
41
 
           keep-with-next.within-column="always"
42
 
           font-size="&hsize5;"
43
 
           font-weight="bold"/>
44
 
 
45
 
    <subtitle/>
46
 
 
47
 
    <corpauthor  font-size="&hsize1;"/>
48
 
    <authorgroup font-size="&hsize1;"/>
49
 
    <author font-size="&hsize1;"/>
50
 
 
51
 
    <!-- If you add editor, include this t:predicate attribute
52
 
         because only the first editor generates the list of editors.
53
 
    <editor t:predicate="[position() = 1]"/>
54
 
    -->
55
 
    <othercredit space-before="0.5em"/>
56
 
    <copyright space-before="0.5em"/>
57
 
    <legalnotice text-align="start"
58
 
                 margin-left="0.5in"
59
 
                 margin-right="0.5in"
60
 
                 font-family="{$body.fontset}"/>
61
 
    <revision space-before="0.5em"/>
62
 
    <revhistory space-before="0.5em"/>
63
 
    <abstract space-before="0.5em"
64
 
              text-align="start"
65
 
              margin-left="0.5in"
66
 
              margin-right="0.5in"
67
 
              font-family="{$body.fontset}"/>
68
 
  </t:titlepage-content>
69
 
 
70
 
  <t:titlepage-content t:side="verso">
71
 
  </t:titlepage-content>
72
 
 
73
 
  <t:titlepage-separator>
74
 
  </t:titlepage-separator>
75
 
 
76
 
  <t:titlepage-before t:side="recto">
77
 
  </t:titlepage-before>
78
 
 
79
 
  <t:titlepage-before t:side="verso">
80
 
  </t:titlepage-before>
81
 
</t:titlepage>
82
 
 
83
 
<!-- ==================================================================== -->
84
 
 
85
 
<t:titlepage t:element="set" t:wrapper="fo:block">
86
 
  <t:titlepage-content t:side="recto">
87
 
      <title
88
 
             t:named-template="division.title"
89
 
             param:node="ancestor-or-self::set[1]"
90
 
             text-align="center"
91
 
             font-size="&hsize5;"
92
 
             space-before="&hsize5space;"
93
 
             font-weight="bold"
94
 
             font-family="{$title.fontset}"/>
95
 
    <subtitle
96
 
              font-family="{$title.fontset}"
97
 
              text-align="center"/>
98
 
    <corpauthor/>
99
 
    <authorgroup/>
100
 
    <author/>
101
 
    <othercredit/>
102
 
    <releaseinfo/>
103
 
    <copyright/>
104
 
    <legalnotice/>
105
 
    <pubdate/>
106
 
    <revision/>
107
 
    <revhistory/>
108
 
    <abstract/>
109
 
  </t:titlepage-content>
110
 
 
111
 
  <t:titlepage-content t:side="verso">
112
 
  </t:titlepage-content>
113
 
 
114
 
  <t:titlepage-separator>
115
 
  </t:titlepage-separator>
116
 
 
117
 
  <t:titlepage-before t:side="recto">
118
 
  </t:titlepage-before>
119
 
 
120
 
  <t:titlepage-before t:side="verso">
121
 
  </t:titlepage-before>
122
 
</t:titlepage>
123
 
 
124
 
<!-- ==================================================================== -->
125
 
 
126
 
  <t:titlepage t:element="book" t:wrapper="fo:block">
127
 
    <t:titlepage-content t:side="recto">
128
 
        <!-- title page content comes from cover.svg -->
129
 
    </t:titlepage-content>
130
 
 
131
 
    <t:titlepage-content t:side="verso">
132
 
      <title
133
 
          t:named-template="book.verso.title"
134
 
          font-size="&hsize2;"
135
 
          font-weight="bold"
136
 
          font-family="{$title.fontset}"/>
137
 
      <corpauthor/>
138
 
      <authorgroup t:named-template="verso.authorgroup"/>
139
 
      <author/>
140
 
      <!-- If you add editor, include this t:predicate attribute
141
 
           because only the first editor generates the list of editors.
142
 
           <editor t:predicate="[position() = 1]"/>
143
 
      -->
144
 
      <othercredit/>
145
 
      <releaseinfo space-before="0.5em"/>
146
 
      <copyright/>
147
 
      <abstract/>
148
 
      <legalnotice space-before="1.0em" font-size="8pt"/>
149
 
    </t:titlepage-content>
150
 
 
151
 
  <t:titlepage-separator>
152
 
      <fo:block break-after="page"/>
153
 
  </t:titlepage-separator>
154
 
 
155
 
  <t:titlepage-before t:side="recto">
156
 
  </t:titlepage-before>
157
 
 
158
 
  <t:titlepage-before t:side="verso">
159
 
      <fo:block break-after="page"/>
160
 
  </t:titlepage-before>
161
 
 
162
 
</t:titlepage>
163
 
 
164
 
<!-- ==================================================================== -->
165
 
 
166
 
<t:titlepage t:element="part" t:wrapper="fo:block">
167
 
  <t:titlepage-content t:side="recto">
168
 
      <title
169
 
             t:named-template="division.title"
170
 
             param:node="ancestor-or-self::part[1]"
171
 
             text-align="center"
172
 
             font-size="&hsize5;"
173
 
             space-before="&hsize5space;"
174
 
             font-weight="bold"
175
 
             font-family="{$title.fontset}"/>
176
 
    <subtitle
177
 
              text-align="center"
178
 
              font-size="&hsize4;"
179
 
              space-before="&hsize4space;"
180
 
              font-weight='bold'
181
 
              font-style='italic'
182
 
              font-family="{$title.fontset}"/>
183
 
  </t:titlepage-content>
184
 
 
185
 
  <t:titlepage-content t:side="verso">
186
 
  </t:titlepage-content>
187
 
 
188
 
  <t:titlepage-separator>
189
 
  </t:titlepage-separator>
190
 
 
191
 
  <t:titlepage-before t:side="recto">
192
 
  </t:titlepage-before>
193
 
 
194
 
  <t:titlepage-before t:side="verso">
195
 
  </t:titlepage-before>
196
 
</t:titlepage>
197
 
 
198
 
<t:titlepage t:element="partintro" t:wrapper="fo:block">
199
 
  <t:titlepage-content t:side="recto">
200
 
    <title
201
 
           text-align="center"
202
 
           font-size="&hsize5;"
203
 
           font-weight="bold"
204
 
           space-before="1em"
205
 
           font-family="{$title.fontset}"/>
206
 
    <subtitle
207
 
              text-align="center"
208
 
              font-size="&hsize2;"
209
 
              font-weight="bold"
210
 
              font-style="italic"
211
 
              font-family="{$title.fontset}"/>
212
 
    <corpauthor/>
213
 
    <authorgroup/>
214
 
    <author/>
215
 
    <othercredit/>
216
 
    <releaseinfo/>
217
 
    <copyright/>
218
 
    <legalnotice/>
219
 
    <pubdate/>
220
 
    <revision/>
221
 
    <revhistory/>
222
 
    <abstract/>
223
 
  </t:titlepage-content>
224
 
 
225
 
  <t:titlepage-content t:side="verso">
226
 
  </t:titlepage-content>
227
 
 
228
 
  <t:titlepage-separator>
229
 
  </t:titlepage-separator>
230
 
 
231
 
  <t:titlepage-before t:side="recto">
232
 
  </t:titlepage-before>
233
 
 
234
 
  <t:titlepage-before t:side="verso">
235
 
  </t:titlepage-before>
236
 
</t:titlepage>
237
 
 
238
 
<!-- ==================================================================== -->
239
 
 
240
 
<t:titlepage t:element="reference" t:wrapper="fo:block">
241
 
  <t:titlepage-content t:side="recto">
242
 
      <title
243
 
             t:named-template="division.title"
244
 
             param:node="ancestor-or-self::reference[1]"
245
 
             text-align="center"
246
 
             font-size="&hsize5;"
247
 
             space-before="&hsize5space;"
248
 
             font-weight="bold"
249
 
             font-family="{$title.fontset}"/>
250
 
    <subtitle
251
 
              font-family="{$title.fontset}"
252
 
              text-align="center"/>
253
 
    <corpauthor/>
254
 
    <authorgroup/>
255
 
    <author/>
256
 
    <othercredit/>
257
 
    <releaseinfo/>
258
 
    <copyright/>
259
 
    <legalnotice/>
260
 
    <pubdate/>
261
 
    <revision/>
262
 
    <revhistory/>
263
 
    <abstract/>
264
 
  </t:titlepage-content>
265
 
 
266
 
  <t:titlepage-content t:side="verso">
267
 
  </t:titlepage-content>
268
 
 
269
 
  <t:titlepage-separator>
270
 
  </t:titlepage-separator>
271
 
 
272
 
  <t:titlepage-before t:side="recto">
273
 
  </t:titlepage-before>
274
 
 
275
 
  <t:titlepage-before t:side="verso">
276
 
  </t:titlepage-before>
277
 
</t:titlepage>
278
 
 
279
 
<!-- ==================================================================== -->
280
 
 
281
 
<t:titlepage t:element="refsynopsisdiv" t:wrapper="fo:block">
282
 
  <t:titlepage-content t:side="recto">
283
 
    <title
284
 
           font-family="{$title.fontset}"/>
285
 
  </t:titlepage-content>
286
 
 
287
 
  <t:titlepage-content t:side="verso">
288
 
  </t:titlepage-content>
289
 
 
290
 
  <t:titlepage-separator>
291
 
  </t:titlepage-separator>
292
 
 
293
 
  <t:titlepage-before t:side="recto">
294
 
  </t:titlepage-before>
295
 
 
296
 
  <t:titlepage-before t:side="verso">
297
 
  </t:titlepage-before>
298
 
</t:titlepage>
299
 
 
300
 
<!-- ==================================================================== -->
301
 
 
302
 
<t:titlepage t:element="refsection" t:wrapper="fo:block">
303
 
  <t:titlepage-content t:side="recto">
304
 
    <title
305
 
           font-family="{$title.fontset}"/>
306
 
  </t:titlepage-content>
307
 
 
308
 
  <t:titlepage-content t:side="verso">
309
 
  </t:titlepage-content>
310
 
 
311
 
  <t:titlepage-separator>
312
 
  </t:titlepage-separator>
313
 
 
314
 
  <t:titlepage-before t:side="recto">
315
 
  </t:titlepage-before>
316
 
 
317
 
  <t:titlepage-before t:side="verso">
318
 
  </t:titlepage-before>
319
 
</t:titlepage>
320
 
 
321
 
<!-- ==================================================================== -->
322
 
 
323
 
<t:titlepage t:element="refsect1" t:wrapper="fo:block">
324
 
  <t:titlepage-content t:side="recto">
325
 
    <title
326
 
           font-family="{$title.fontset}"/>
327
 
  </t:titlepage-content>
328
 
 
329
 
  <t:titlepage-content t:side="verso">
330
 
  </t:titlepage-content>
331
 
 
332
 
  <t:titlepage-separator>
333
 
  </t:titlepage-separator>
334
 
 
335
 
  <t:titlepage-before t:side="recto">
336
 
  </t:titlepage-before>
337
 
 
338
 
  <t:titlepage-before t:side="verso">
339
 
  </t:titlepage-before>
340
 
</t:titlepage>
341
 
 
342
 
<!-- ==================================================================== -->
343
 
 
344
 
<t:titlepage t:element="refsect2" t:wrapper="fo:block">
345
 
  <t:titlepage-content t:side="recto">
346
 
    <title
347
 
           font-family="{$title.fontset}"/>
348
 
  </t:titlepage-content>
349
 
 
350
 
  <t:titlepage-content t:side="verso">
351
 
  </t:titlepage-content>
352
 
 
353
 
  <t:titlepage-separator>
354
 
  </t:titlepage-separator>
355
 
 
356
 
  <t:titlepage-before t:side="recto">
357
 
  </t:titlepage-before>
358
 
 
359
 
  <t:titlepage-before t:side="verso">
360
 
  </t:titlepage-before>
361
 
</t:titlepage>
362
 
 
363
 
<!-- ==================================================================== -->
364
 
 
365
 
<t:titlepage t:element="refsect3" t:wrapper="fo:block">
366
 
  <t:titlepage-content t:side="recto">
367
 
    <title
368
 
           font-family="{$title.fontset}"/>
369
 
  </t:titlepage-content>
370
 
 
371
 
  <t:titlepage-content t:side="verso">
372
 
  </t:titlepage-content>
373
 
 
374
 
  <t:titlepage-separator>
375
 
  </t:titlepage-separator>
376
 
 
377
 
  <t:titlepage-before t:side="recto">
378
 
  </t:titlepage-before>
379
 
 
380
 
  <t:titlepage-before t:side="verso">
381
 
  </t:titlepage-before>
382
 
</t:titlepage>
383
 
 
384
 
<!-- ==================================================================== -->
385
 
 
386
 
  <t:titlepage t:element="dedication" t:wrapper="fo:block">
387
 
    <t:titlepage-content t:side="recto">
388
 
      <title
389
 
             t:force="1"
390
 
             t:named-template="component.title"
391
 
             param:node="ancestor-or-self::dedication[1]"
392
 
             margin-left="{$title.margin.left}"
393
 
             font-size="&hsize5;"
394
 
             font-family="{$title.fontset}"
395
 
             font-weight="bold"/>
396
 
      <subtitle
397
 
                font-family="{$title.fontset}"/>
398
 
    </t:titlepage-content>
399
 
 
400
 
  <t:titlepage-content t:side="verso">
401
 
  </t:titlepage-content>
402
 
 
403
 
  <t:titlepage-separator>
404
 
  </t:titlepage-separator>
405
 
 
406
 
  <t:titlepage-before t:side="recto">
407
 
  </t:titlepage-before>
408
 
 
409
 
  <t:titlepage-before t:side="verso">
410
 
  </t:titlepage-before>
411
 
</t:titlepage>
412
 
 
413
 
<!-- ==================================================================== -->
414
 
 
415
 
<!-- Same formatting as dedication -->
416
 
 <t:titlepage t:element="acknowledgements" t:wrapper="fo:block">
417
 
    <t:titlepage-content t:side="recto">
418
 
      <title
419
 
             t:force="1"
420
 
             t:named-template="component.title"
421
 
             param:node="ancestor-or-self::acknowledgements[1]"
422
 
             margin-left="{$title.margin.left}"
423
 
             font-size="&hsize5;"
424
 
             font-family="{$title.fontset}"
425
 
             font-weight="bold"/>
426
 
      <subtitle
427
 
                font-family="{$title.fontset}"/>
428
 
    </t:titlepage-content>
429
 
 
430
 
  <t:titlepage-content t:side="verso">
431
 
  </t:titlepage-content>
432
 
 
433
 
  <t:titlepage-separator>
434
 
  </t:titlepage-separator>
435
 
 
436
 
  <t:titlepage-before t:side="recto">
437
 
  </t:titlepage-before>
438
 
 
439
 
  <t:titlepage-before t:side="verso">
440
 
  </t:titlepage-before>
441
 
</t:titlepage>
442
 
 
443
 
 
444
 
<!-- ==================================================================== -->
445
 
 
446
 
  <t:titlepage t:element="preface" t:wrapper="fo:block">
447
 
    <t:titlepage-content t:side="recto">
448
 
      <title
449
 
             t:force="1"
450
 
             t:named-template="component.title"
451
 
             param:node="ancestor-or-self::preface[1]"
452
 
             margin-left="{$title.margin.left}"
453
 
             font-size="&hsize5;"
454
 
             font-family="{$title.fontset}"
455
 
             font-weight="bold"/>
456
 
      <subtitle
457
 
                font-family="{$title.fontset}"/>
458
 
      <corpauthor/>
459
 
      <authorgroup/>
460
 
      <author/>
461
 
      <othercredit/>
462
 
      <releaseinfo/>
463
 
      <copyright/>
464
 
      <legalnotice/>
465
 
      <pubdate/>
466
 
      <revision/>
467
 
      <revhistory/>
468
 
      <abstract/>
469
 
    </t:titlepage-content>
470
 
 
471
 
  <t:titlepage-content t:side="verso">
472
 
  </t:titlepage-content>
473
 
 
474
 
  <t:titlepage-separator>
475
 
  </t:titlepage-separator>
476
 
 
477
 
  <t:titlepage-before t:side="recto">
478
 
  </t:titlepage-before>
479
 
 
480
 
  <t:titlepage-before t:side="verso">
481
 
  </t:titlepage-before>
482
 
</t:titlepage>
483
 
 
484
 
<!-- ==================================================================== -->
485
 
 
486
 
  <t:titlepage t:element="chapter" t:wrapper="fo:block"
487
 
               font-family="{$title.fontset}">
488
 
    <t:titlepage-content t:side="recto" margin-left="{$title.margin.left}">
489
 
      <title t:named-template="component.title"
490
 
             param:node="ancestor-or-self::chapter[1]"
491
 
             font-size="&hsize5;"
492
 
             font-weight="bold"/>
493
 
 
494
 
      <subtitle space-before="0.5em"
495
 
                font-style="italic"
496
 
                font-size="&hsize2;"
497
 
                font-weight="bold"/>
498
 
 
499
 
      <corpauthor  space-before="0.5em"
500
 
                   space-after="0.5em"
501
 
                   font-size="&hsize2;"/>
502
 
 
503
 
      <authorgroup space-before="0.5em"
504
 
                   space-after="0.5em"
505
 
                   font-size="&hsize2;"/>
506
 
 
507
 
      <author      space-before="0.5em"
508
 
                   space-after="0.5em"
509
 
                   font-size="&hsize2;"/>
510
 
 
511
 
      <othercredit/>
512
 
      <releaseinfo/>
513
 
      <copyright/>
514
 
      <legalnotice/>
515
 
      <pubdate/>
516
 
      <revision/>
517
 
      <revhistory/>
518
 
      <abstract/>
519
 
    </t:titlepage-content>
520
 
 
521
 
  <t:titlepage-content t:side="verso">
522
 
  </t:titlepage-content>
523
 
 
524
 
  <t:titlepage-separator>
525
 
  </t:titlepage-separator>
526
 
 
527
 
  <t:titlepage-before t:side="recto">
528
 
  </t:titlepage-before>
529
 
 
530
 
  <t:titlepage-before t:side="verso">
531
 
  </t:titlepage-before>
532
 
</t:titlepage>
533
 
 
534
 
<!-- ==================================================================== -->
535
 
 
536
 
  <t:titlepage t:element="appendix" t:wrapper="fo:block">
537
 
    <t:titlepage-content t:side="recto">
538
 
      <title
539
 
             t:named-template="component.title"
540
 
             param:node="ancestor-or-self::appendix[1]"
541
 
             margin-left="{$title.margin.left}"
542
 
             font-size="&hsize5;"
543
 
             font-weight="bold"
544
 
             font-family="{$title.fontset}"/>
545
 
      <subtitle
546
 
                font-family="{$title.fontset}"/>
547
 
      <corpauthor/>
548
 
      <authorgroup/>
549
 
      <author/>
550
 
      <othercredit/>
551
 
      <releaseinfo/>
552
 
      <copyright/>
553
 
      <legalnotice/>
554
 
      <pubdate/>
555
 
      <revision/>
556
 
      <revhistory/>
557
 
      <abstract/>
558
 
    </t:titlepage-content>
559
 
 
560
 
  <t:titlepage-content t:side="verso">
561
 
  </t:titlepage-content>
562
 
 
563
 
  <t:titlepage-separator>
564
 
  </t:titlepage-separator>
565
 
 
566
 
  <t:titlepage-before t:side="recto">
567
 
  </t:titlepage-before>
568
 
 
569
 
  <t:titlepage-before t:side="verso">
570
 
  </t:titlepage-before>
571
 
</t:titlepage>
572
 
 
573
 
<!-- ==================================================================== -->
574
 
 
575
 
<t:titlepage t:element="section" t:wrapper="fo:block">
576
 
  <t:titlepage-content t:side="recto">
577
 
    <title
578
 
           margin-left="{$title.margin.left}"
579
 
           font-family="{$title.fontset}"/>
580
 
    <subtitle
581
 
              font-family="{$title.fontset}"/>
582
 
    <corpauthor/>
583
 
    <authorgroup/>
584
 
    <author/>
585
 
    <othercredit/>
586
 
    <releaseinfo/>
587
 
    <copyright/>
588
 
    <legalnotice/>
589
 
    <pubdate/>
590
 
    <revision/>
591
 
    <revhistory/>
592
 
    <abstract/>
593
 
  </t:titlepage-content>
594
 
 
595
 
  <t:titlepage-content t:side="verso">
596
 
  </t:titlepage-content>
597
 
 
598
 
  <t:titlepage-separator>
599
 
  </t:titlepage-separator>
600
 
 
601
 
  <t:titlepage-before t:side="recto">
602
 
  </t:titlepage-before>
603
 
 
604
 
  <t:titlepage-before t:side="verso">
605
 
  </t:titlepage-before>
606
 
</t:titlepage>
607
 
 
608
 
<t:titlepage t:element="sect1" t:wrapper="fo:block">
609
 
  <t:titlepage-content t:side="recto">
610
 
    <title
611
 
           margin-left="{$title.margin.left}"
612
 
           font-family="{$title.fontset}"/>
613
 
    <subtitle
614
 
              font-family="{$title.fontset}"/>
615
 
    <corpauthor/>
616
 
    <authorgroup/>
617
 
    <author/>
618
 
    <othercredit/>
619
 
    <releaseinfo/>
620
 
    <copyright/>
621
 
    <legalnotice/>
622
 
    <pubdate/>
623
 
    <revision/>
624
 
    <revhistory/>
625
 
    <abstract/>
626
 
  </t:titlepage-content>
627
 
 
628
 
  <t:titlepage-content t:side="verso">
629
 
  </t:titlepage-content>
630
 
 
631
 
  <t:titlepage-separator>
632
 
  </t:titlepage-separator>
633
 
 
634
 
  <t:titlepage-before t:side="recto">
635
 
  </t:titlepage-before>
636
 
 
637
 
  <t:titlepage-before t:side="verso">
638
 
  </t:titlepage-before>
639
 
</t:titlepage>
640
 
 
641
 
<t:titlepage t:element="sect2" t:wrapper="fo:block">
642
 
  <t:titlepage-content t:side="recto">
643
 
    <title
644
 
           margin-left="{$title.margin.left}"
645
 
           font-family="{$title.fontset}"/>
646
 
    <subtitle
647
 
              font-family="{$title.fontset}"/>
648
 
    <corpauthor/>
649
 
    <authorgroup/>
650
 
    <author/>
651
 
    <othercredit/>
652
 
    <releaseinfo/>
653
 
    <copyright/>
654
 
    <legalnotice/>
655
 
    <pubdate/>
656
 
    <revision/>
657
 
    <revhistory/>
658
 
    <abstract/>
659
 
  </t:titlepage-content>
660
 
 
661
 
  <t:titlepage-content t:side="verso">
662
 
  </t:titlepage-content>
663
 
 
664
 
  <t:titlepage-separator>
665
 
  </t:titlepage-separator>
666
 
 
667
 
  <t:titlepage-before t:side="recto">
668
 
  </t:titlepage-before>
669
 
 
670
 
  <t:titlepage-before t:side="verso">
671
 
  </t:titlepage-before>
672
 
</t:titlepage>
673
 
 
674
 
<t:titlepage t:element="sect3" t:wrapper="fo:block">
675
 
  <t:titlepage-content t:side="recto">
676
 
    <title
677
 
           margin-left="{$title.margin.left}"
678
 
           font-family="{$title.fontset}"/>
679
 
    <subtitle
680
 
              font-family="{$title.fontset}"/>
681
 
    <corpauthor/>
682
 
    <authorgroup/>
683
 
    <author/>
684
 
    <othercredit/>
685
 
    <releaseinfo/>
686
 
    <copyright/>
687
 
    <legalnotice/>
688
 
    <pubdate/>
689
 
    <revision/>
690
 
    <revhistory/>
691
 
    <abstract/>
692
 
  </t:titlepage-content>
693
 
 
694
 
  <t:titlepage-content t:side="verso">
695
 
  </t:titlepage-content>
696
 
 
697
 
  <t:titlepage-separator>
698
 
  </t:titlepage-separator>
699
 
 
700
 
  <t:titlepage-before t:side="recto">
701
 
  </t:titlepage-before>
702
 
 
703
 
  <t:titlepage-before t:side="verso">
704
 
  </t:titlepage-before>
705
 
</t:titlepage>
706
 
 
707
 
<t:titlepage t:element="sect4" t:wrapper="fo:block">
708
 
  <t:titlepage-content t:side="recto">
709
 
    <title
710
 
           margin-left="{$title.margin.left}"
711
 
           font-family="{$title.fontset}"/>
712
 
    <subtitle
713
 
              font-family="{$title.fontset}"/>
714
 
    <corpauthor/>
715
 
    <authorgroup/>
716
 
    <author/>
717
 
    <othercredit/>
718
 
    <releaseinfo/>
719
 
    <copyright/>
720
 
    <legalnotice/>
721
 
    <pubdate/>
722
 
    <revision/>
723
 
    <revhistory/>
724
 
    <abstract/>
725
 
  </t:titlepage-content>
726
 
 
727
 
  <t:titlepage-content t:side="verso">
728
 
  </t:titlepage-content>
729
 
 
730
 
  <t:titlepage-separator>
731
 
  </t:titlepage-separator>
732
 
 
733
 
  <t:titlepage-before t:side="recto">
734
 
  </t:titlepage-before>
735
 
 
736
 
  <t:titlepage-before t:side="verso">
737
 
  </t:titlepage-before>
738
 
</t:titlepage>
739
 
 
740
 
<t:titlepage t:element="sect5" t:wrapper="fo:block">
741
 
  <t:titlepage-content t:side="recto">
742
 
    <title
743
 
           margin-left="{$title.margin.left}"
744
 
           font-family="{$title.fontset}"/>
745
 
    <subtitle
746
 
              font-family="{$title.fontset}"/>
747
 
    <corpauthor/>
748
 
    <authorgroup/>
749
 
    <author/>
750
 
    <othercredit/>
751
 
    <releaseinfo/>
752
 
    <copyright/>
753
 
    <legalnotice/>
754
 
    <pubdate/>
755
 
    <revision/>
756
 
    <revhistory/>
757
 
    <abstract/>
758
 
  </t:titlepage-content>
759
 
 
760
 
  <t:titlepage-content t:side="verso">
761
 
  </t:titlepage-content>
762
 
 
763
 
  <t:titlepage-separator>
764
 
  </t:titlepage-separator>
765
 
 
766
 
  <t:titlepage-before t:side="recto">
767
 
  </t:titlepage-before>
768
 
 
769
 
  <t:titlepage-before t:side="verso">
770
 
  </t:titlepage-before>
771
 
</t:titlepage>
772
 
 
773
 
<t:titlepage t:element="simplesect" t:wrapper="fo:block">
774
 
  <t:titlepage-content t:side="recto">
775
 
    <title
776
 
           margin-left="{$title.margin.left}"
777
 
           font-family="{$title.fontset}"/>
778
 
    <subtitle
779
 
              font-family="{$title.fontset}"/>
780
 
    <corpauthor/>
781
 
    <authorgroup/>
782
 
    <author/>
783
 
    <othercredit/>
784
 
    <releaseinfo/>
785
 
    <copyright/>
786
 
    <legalnotice/>
787
 
    <pubdate/>
788
 
    <revision/>
789
 
    <revhistory/>
790
 
    <abstract/>
791
 
  </t:titlepage-content>
792
 
 
793
 
  <t:titlepage-content t:side="verso">
794
 
  </t:titlepage-content>
795
 
 
796
 
  <t:titlepage-separator>
797
 
  </t:titlepage-separator>
798
 
 
799
 
  <t:titlepage-before t:side="recto">
800
 
  </t:titlepage-before>
801
 
 
802
 
  <t:titlepage-before t:side="verso">
803
 
  </t:titlepage-before>
804
 
</t:titlepage>
805
 
 
806
 
<!-- ==================================================================== -->
807
 
 
808
 
  <t:titlepage t:element="bibliography" t:wrapper="fo:block">
809
 
    <t:titlepage-content t:side="recto">
810
 
      <title
811
 
             t:force="1"
812
 
             t:named-template="component.title"
813
 
             param:node="ancestor-or-self::bibliography[1]"
814
 
             margin-left="{$title.margin.left}"
815
 
             font-size="&hsize5;"
816
 
             font-family="{$title.fontset}"
817
 
             font-weight="bold"/>
818
 
      <subtitle
819
 
                font-family="{$title.fontset}"/>
820
 
    </t:titlepage-content>
821
 
 
822
 
    <t:titlepage-content t:side="verso">
823
 
    </t:titlepage-content>
824
 
 
825
 
    <t:titlepage-separator>
826
 
    </t:titlepage-separator>
827
 
 
828
 
    <t:titlepage-before t:side="recto">
829
 
    </t:titlepage-before>
830
 
 
831
 
    <t:titlepage-before t:side="verso">
832
 
    </t:titlepage-before>
833
 
  </t:titlepage>
834
 
 
835
 
<!-- ==================================================================== -->
836
 
 
837
 
  <t:titlepage t:element="bibliodiv" t:wrapper="fo:block">
838
 
    <t:titlepage-content t:side="recto">
839
 
      <title t:named-template="component.title"
840
 
             param:node="ancestor-or-self::bibliodiv[1]"
841
 
             margin-left="{$title.margin.left}"
842
 
             font-size="&hsize4;"
843
 
             font-family="{$title.fontset}"
844
 
             font-weight="bold"/>
845
 
      <subtitle
846
 
                font-family="{$title.fontset}"/>
847
 
    </t:titlepage-content>
848
 
 
849
 
    <t:titlepage-content t:side="verso">
850
 
    </t:titlepage-content>
851
 
 
852
 
    <t:titlepage-separator>
853
 
    </t:titlepage-separator>
854
 
 
855
 
    <t:titlepage-before t:side="recto">
856
 
    </t:titlepage-before>
857
 
 
858
 
    <t:titlepage-before t:side="verso">
859
 
    </t:titlepage-before>
860
 
  </t:titlepage>
861
 
 
862
 
<!-- ==================================================================== -->
863
 
 
864
 
  <t:titlepage t:element="glossary" t:wrapper="fo:block">
865
 
    <t:titlepage-content t:side="recto">
866
 
      <title
867
 
             t:force="1"
868
 
             t:named-template="component.title"
869
 
             param:node="ancestor-or-self::glossary[1]"
870
 
             margin-left="{$title.margin.left}"
871
 
             font-size="&hsize5;"
872
 
             font-family="{$title.fontset}"
873
 
             font-weight="bold"/>
874
 
      <subtitle
875
 
                font-family="{$title.fontset}"/>
876
 
    </t:titlepage-content>
877
 
 
878
 
    <t:titlepage-content t:side="verso">
879
 
    </t:titlepage-content>
880
 
 
881
 
    <t:titlepage-separator>
882
 
    </t:titlepage-separator>
883
 
 
884
 
    <t:titlepage-before t:side="recto">
885
 
    </t:titlepage-before>
886
 
 
887
 
    <t:titlepage-before t:side="verso">
888
 
    </t:titlepage-before>
889
 
  </t:titlepage>
890
 
 
891
 
<!-- ==================================================================== -->
892
 
 
893
 
  <t:titlepage t:element="glossdiv" t:wrapper="fo:block">
894
 
    <t:titlepage-content t:side="recto">
895
 
      <title t:named-template="component.title"
896
 
             param:node="ancestor-or-self::glossdiv[1]"
897
 
             margin-left="{$title.margin.left}"
898
 
             font-size="&hsize4;"
899
 
             font-family="{$title.fontset}"
900
 
             font-weight="bold"/>
901
 
      <subtitle
902
 
                font-family="{$title.fontset}"/>
903
 
    </t:titlepage-content>
904
 
 
905
 
    <t:titlepage-content t:side="verso">
906
 
    </t:titlepage-content>
907
 
 
908
 
    <t:titlepage-separator>
909
 
    </t:titlepage-separator>
910
 
 
911
 
    <t:titlepage-before t:side="recto">
912
 
    </t:titlepage-before>
913
 
 
914
 
    <t:titlepage-before t:side="verso">
915
 
    </t:titlepage-before>
916
 
  </t:titlepage>
917
 
 
918
 
<!-- ==================================================================== -->
919
 
 
920
 
  <t:titlepage t:element="index" t:wrapper="fo:block">
921
 
    <t:titlepage-content t:side="recto">
922
 
      <title
923
 
             t:force="1"
924
 
             t:named-template="component.title"
925
 
             param:node="ancestor-or-self::index[1]"
926
 
             param:pagewide="1"
927
 
             margin-left="0pt"
928
 
             font-size="&hsize5;"
929
 
             font-family="{$title.fontset}"
930
 
             font-weight="bold"/>
931
 
      <subtitle
932
 
                font-family="{$title.fontset}"/>
933
 
    </t:titlepage-content>
934
 
 
935
 
    <t:titlepage-content t:side="verso">
936
 
    </t:titlepage-content>
937
 
 
938
 
    <t:titlepage-separator>
939
 
    </t:titlepage-separator>
940
 
 
941
 
    <t:titlepage-before t:side="recto">
942
 
    </t:titlepage-before>
943
 
 
944
 
    <t:titlepage-before t:side="verso">
945
 
    </t:titlepage-before>
946
 
  </t:titlepage>
947
 
 
948
 
<!-- ==================================================================== -->
949
 
 
950
 
  <!-- The indexdiv.title template is used so that manual and -->
951
 
  <!-- automatically generated indexdiv titles get the same -->
952
 
  <!-- formatting. -->
953
 
 
954
 
  <t:titlepage t:element="indexdiv" t:wrapper="fo:block">
955
 
    <t:titlepage-content t:side="recto">
956
 
      <title t:force="1"
957
 
             t:named-template="indexdiv.title"
958
 
             param:title="title"/>
959
 
      <subtitle
960
 
                font-family="{$title.fontset}"/>
961
 
    </t:titlepage-content>
962
 
 
963
 
    <t:titlepage-content t:side="verso">
964
 
    </t:titlepage-content>
965
 
 
966
 
    <t:titlepage-separator>
967
 
    </t:titlepage-separator>
968
 
 
969
 
    <t:titlepage-before t:side="recto">
970
 
    </t:titlepage-before>
971
 
 
972
 
    <t:titlepage-before t:side="verso">
973
 
    </t:titlepage-before>
974
 
  </t:titlepage>
975
 
 
976
 
<!-- ==================================================================== -->
977
 
 
978
 
  <t:titlepage t:element="setindex" t:wrapper="fo:block">
979
 
    <t:titlepage-content t:side="recto">
980
 
      <title
981
 
             t:force="1"
982
 
             t:named-template="component.title"
983
 
             param:node="ancestor-or-self::setindex[1]"
984
 
             param:pagewide="1"
985
 
             margin-left="0pt"
986
 
             font-size="&hsize5;"
987
 
             font-family="{$title.fontset}"
988
 
             font-weight="bold"/>
989
 
      <subtitle
990
 
                font-family="{$title.fontset}"/>
991
 
    </t:titlepage-content>
992
 
 
993
 
    <t:titlepage-content t:side="verso">
994
 
    </t:titlepage-content>
995
 
 
996
 
    <t:titlepage-separator>
997
 
    </t:titlepage-separator>
998
 
 
999
 
    <t:titlepage-before t:side="recto">
1000
 
    </t:titlepage-before>
1001
 
 
1002
 
    <t:titlepage-before t:side="verso">
1003
 
    </t:titlepage-before>
1004
 
  </t:titlepage>
1005
 
 
1006
 
<!-- ==================================================================== -->
1007
 
 
1008
 
  <t:titlepage t:element="colophon" t:wrapper="fo:block">
1009
 
    <t:titlepage-content t:side="recto">
1010
 
      <title
1011
 
             t:force="1"
1012
 
             t:named-template="component.title"
1013
 
             param:node="ancestor-or-self::colophon[1]"
1014
 
             margin-left="{$title.margin.left}"
1015
 
             font-size="&hsize5;"
1016
 
             font-family="{$title.fontset}"
1017
 
             font-weight="bold"/>
1018
 
      <subtitle
1019
 
                font-family="{$title.fontset}"/>
1020
 
    </t:titlepage-content>
1021
 
 
1022
 
  <t:titlepage-content t:side="verso">
1023
 
  </t:titlepage-content>
1024
 
 
1025
 
  <t:titlepage-separator>
1026
 
  </t:titlepage-separator>
1027
 
 
1028
 
  <t:titlepage-before t:side="recto">
1029
 
  </t:titlepage-before>
1030
 
 
1031
 
  <t:titlepage-before t:side="verso">
1032
 
  </t:titlepage-before>
1033
 
</t:titlepage>
1034
 
 
1035
 
<!-- ==================================================================== -->
1036
 
 
1037
 
  <t:titlepage t:element="sidebar" t:wrapper="fo:block">
1038
 
    <t:titlepage-content t:side="recto">
1039
 
      <title 
1040
 
             font-family="{$title.fontset}"
1041
 
             font-weight="bold"/>
1042
 
      <subtitle
1043
 
                font-family="{$title.fontset}"/>
1044
 
    </t:titlepage-content>
1045
 
 
1046
 
    <t:titlepage-content t:side="verso">
1047
 
    </t:titlepage-content>
1048
 
 
1049
 
    <t:titlepage-separator>
1050
 
    </t:titlepage-separator>
1051
 
 
1052
 
    <t:titlepage-before t:side="recto">
1053
 
    </t:titlepage-before>
1054
 
 
1055
 
    <t:titlepage-before t:side="verso">
1056
 
    </t:titlepage-before>
1057
 
  </t:titlepage>
1058
 
 
1059
 
<!-- ==================================================================== -->
1060
 
<t:titlepage t:element="qandaset" t:wrapper="fo:block"
1061
 
             font-family="{$title.fontset}">
1062
 
 
1063
 
  <t:titlepage-content t:side="recto"
1064
 
             start-indent="0pt"
1065
 
             text-align="center">
1066
 
 
1067
 
    <title t:named-template="component.title"
1068
 
           param:node="ancestor-or-self::qandaset[1]"
1069
 
           keep-with-next.within-column="always"
1070
 
           font-size="&hsize5;"
1071
 
           font-weight="bold"/>
1072
 
 
1073
 
    <subtitle/>
1074
 
 
1075
 
    <corpauthor space-before="0.5em"
1076
 
                font-size="&hsize2;"/>
1077
 
    <authorgroup space-before="0.5em"
1078
 
                 font-size="&hsize2;"/>
1079
 
    <author space-before="0.5em"
1080
 
            font-size="&hsize2;"/>
1081
 
 
1082
 
    <othercredit space-before="0.5em"/>
1083
 
    <releaseinfo space-before="0.5em"/>
1084
 
    <copyright space-before="0.5em"/>
1085
 
    <legalnotice text-align="start"
1086
 
                 margin-left="0.5in"
1087
 
                 margin-right="0.5in"
1088
 
                 font-family="{$body.fontset}"/>
1089
 
    <pubdate space-before="0.5em"/>
1090
 
    <revision space-before="0.5em"/>
1091
 
    <revhistory space-before="0.5em"/>
1092
 
    <abstract space-before="0.5em"
1093
 
              text-align="start"
1094
 
              margin-left="0.5in"
1095
 
              margin-right="0.5in"
1096
 
              font-family="{$body.fontset}"/>
1097
 
  </t:titlepage-content>
1098
 
 
1099
 
  <t:titlepage-content t:side="verso">
1100
 
  </t:titlepage-content>
1101
 
 
1102
 
  <t:titlepage-separator>
1103
 
  </t:titlepage-separator>
1104
 
 
1105
 
  <t:titlepage-before t:side="recto">
1106
 
  </t:titlepage-before>
1107
 
 
1108
 
  <t:titlepage-before t:side="verso">
1109
 
  </t:titlepage-before>
1110
 
</t:titlepage>
1111
 
 
1112
 
<!-- ==================================================================== -->
1113
 
 
1114
 
  <t:titlepage t:element="table.of.contents" t:wrapper="fo:block">
1115
 
    <t:titlepage-content t:side="recto">
1116
 
      <title
1117
 
             t:force="1"
1118
 
             t:named-template="gentext"
1119
 
             param:key="'TableofContents'"
1120
 
             space-before.minimum="1em"
1121
 
             space-before.optimum="1.5em"
1122
 
             space-before.maximum="2em"
1123
 
             space-after="0.5em"
1124
 
             margin-left="{$title.margin.left}"
1125
 
             start-indent="0pt"
1126
 
             font-size="&hsize4;"
1127
 
             font-weight="bold"
1128
 
         color="rgb(196,0,34)"
1129
 
             font-family="{$title.fontset}"/>
1130
 
    </t:titlepage-content>
1131
 
 
1132
 
    <t:titlepage-content t:side="verso">
1133
 
    </t:titlepage-content>
1134
 
 
1135
 
    <t:titlepage-separator>
1136
 
    </t:titlepage-separator>
1137
 
 
1138
 
    <t:titlepage-before t:side="recto">
1139
 
    </t:titlepage-before>
1140
 
 
1141
 
    <t:titlepage-before t:side="verso">
1142
 
    </t:titlepage-before>
1143
 
  </t:titlepage>
1144
 
 
1145
 
  <t:titlepage t:element="list.of.tables" t:wrapper="fo:block">
1146
 
    <t:titlepage-content t:side="recto">
1147
 
      <title
1148
 
             t:force="1"
1149
 
             t:named-template="gentext"
1150
 
             param:key="'ListofTables'"
1151
 
             space-before.minimum="1em"
1152
 
             space-before.optimum="1.5em"
1153
 
             space-before.maximum="2em"
1154
 
             space-after="0.5em"
1155
 
             margin-left="{$title.margin.left}"
1156
 
             start-indent="0pt"
1157
 
             font-size="&hsize4;"
1158
 
             font-weight="bold"
1159
 
         color="rgb(196,0,34)"
1160
 
             font-family="{$title.fontset}"/>
1161
 
    </t:titlepage-content>
1162
 
 
1163
 
    <t:titlepage-content t:side="verso">
1164
 
    </t:titlepage-content>
1165
 
 
1166
 
    <t:titlepage-separator>
1167
 
    </t:titlepage-separator>
1168
 
 
1169
 
    <t:titlepage-before t:side="recto">
1170
 
    </t:titlepage-before>
1171
 
 
1172
 
    <t:titlepage-before t:side="verso">
1173
 
    </t:titlepage-before>
1174
 
  </t:titlepage>
1175
 
 
1176
 
  <t:titlepage t:element="list.of.figures" t:wrapper="fo:block">
1177
 
    <t:titlepage-content t:side="recto">
1178
 
      <title
1179
 
             t:force="1"
1180
 
             t:named-template="gentext"
1181
 
             param:key="'ListofFigures'"
1182
 
             space-before.minimum="1em"
1183
 
             space-before.optimum="1.5em"
1184
 
             space-before.maximum="2em"
1185
 
             space-after="0.5em"
1186
 
             margin-left="{$title.margin.left}"
1187
 
             start-indent="0pt"
1188
 
             font-size="&hsize4;"
1189
 
             font-weight="bold"
1190
 
         color="rgb(196,0,34)"
1191
 
             font-family="{$title.fontset}"/>
1192
 
    </t:titlepage-content>
1193
 
 
1194
 
    <t:titlepage-content t:side="verso">
1195
 
    </t:titlepage-content>
1196
 
 
1197
 
    <t:titlepage-separator>
1198
 
    </t:titlepage-separator>
1199
 
 
1200
 
    <t:titlepage-before t:side="recto">
1201
 
    </t:titlepage-before>
1202
 
 
1203
 
    <t:titlepage-before t:side="verso">
1204
 
    </t:titlepage-before>
1205
 
  </t:titlepage>
1206
 
 
1207
 
  <t:titlepage t:element="list.of.examples" t:wrapper="fo:block">
1208
 
    <t:titlepage-content t:side="recto">
1209
 
      <title
1210
 
             t:force="1"
1211
 
             t:named-template="gentext"
1212
 
             param:key="'ListofExamples'"
1213
 
             space-before.minimum="1em"
1214
 
             space-before.optimum="1.5em"
1215
 
             space-before.maximum="2em"
1216
 
             space-after="0.5em"
1217
 
             margin-left="{$title.margin.left}"
1218
 
             start-indent="0pt"
1219
 
             font-size="&hsize4;"
1220
 
             font-weight="bold"
1221
 
         color="rgb(196,0,34)"
1222
 
             font-family="{$title.fontset}"/>
1223
 
    </t:titlepage-content>
1224
 
 
1225
 
    <t:titlepage-content t:side="verso">
1226
 
    </t:titlepage-content>
1227
 
 
1228
 
    <t:titlepage-separator>
1229
 
    </t:titlepage-separator>
1230
 
 
1231
 
    <t:titlepage-before t:side="recto">
1232
 
    </t:titlepage-before>
1233
 
 
1234
 
    <t:titlepage-before t:side="verso">
1235
 
    </t:titlepage-before>
1236
 
  </t:titlepage>
1237
 
 
1238
 
  <t:titlepage t:element="list.of.equations" t:wrapper="fo:block">
1239
 
    <t:titlepage-content t:side="recto">
1240
 
      <title
1241
 
             t:force="1"
1242
 
             t:named-template="gentext"
1243
 
             param:key="'ListofEquations'"
1244
 
             space-before.minimum="1em"
1245
 
             space-before.optimum="1.5em"
1246
 
             space-before.maximum="2em"
1247
 
             space-after="0.5em"
1248
 
             margin-left="{$title.margin.left}"
1249
 
             start-indent="0pt"
1250
 
             font-size="&hsize4;"
1251
 
             font-weight="bold"
1252
 
         color="rgb(196,0,34)"
1253
 
             font-family="{$title.fontset}"/>
1254
 
    </t:titlepage-content>
1255
 
 
1256
 
    <t:titlepage-content t:side="verso">
1257
 
    </t:titlepage-content>
1258
 
 
1259
 
    <t:titlepage-separator>
1260
 
    </t:titlepage-separator>
1261
 
 
1262
 
    <t:titlepage-before t:side="recto">
1263
 
    </t:titlepage-before>
1264
 
 
1265
 
    <t:titlepage-before t:side="verso">
1266
 
    </t:titlepage-before>
1267
 
  </t:titlepage>
1268
 
 
1269
 
  <t:titlepage t:element="list.of.procedures" t:wrapper="fo:block">
1270
 
    <t:titlepage-content t:side="recto">
1271
 
      <title
1272
 
             t:force="1"
1273
 
             t:named-template="gentext"
1274
 
             param:key="'ListofProcedures'"
1275
 
             space-before.minimum="1em"
1276
 
             space-before.optimum="1.5em"
1277
 
             space-before.maximum="2em"
1278
 
             space-after="0.5em"
1279
 
             margin-left="{$title.margin.left}"
1280
 
             start-indent="0pt"
1281
 
             font-size="&hsize4;"
1282
 
             font-weight="bold"
1283
 
         color="rgb(196,0,34)"
1284
 
             font-family="{$title.fontset}"/>
1285
 
    </t:titlepage-content>
1286
 
 
1287
 
    <t:titlepage-content t:side="verso">
1288
 
    </t:titlepage-content>
1289
 
 
1290
 
    <t:titlepage-separator>
1291
 
    </t:titlepage-separator>
1292
 
 
1293
 
    <t:titlepage-before t:side="recto">
1294
 
    </t:titlepage-before>
1295
 
 
1296
 
    <t:titlepage-before t:side="verso">
1297
 
    </t:titlepage-before>
1298
 
  </t:titlepage>
1299
 
 
1300
 
  <t:titlepage t:element="list.of.unknowns" t:wrapper="fo:block">
1301
 
    <t:titlepage-content t:side="recto">
1302
 
      <title
1303
 
             t:force="1"
1304
 
             t:named-template="gentext"
1305
 
             param:key="'ListofUnknown'"
1306
 
             space-before.minimum="1em"
1307
 
             space-before.optimum="1.5em"
1308
 
             space-before.maximum="2em"
1309
 
             space-after="0.5em"
1310
 
             margin-left="{$title.margin.left}"
1311
 
             start-indent="0pt"
1312
 
             font-size="&hsize4;"
1313
 
             font-weight="bold"
1314
 
         color="rgb(196,0,34)"
1315
 
             font-family="{$title.fontset}"/>
1316
 
    </t:titlepage-content>
1317
 
 
1318
 
    <t:titlepage-content t:side="verso">
1319
 
    </t:titlepage-content>
1320
 
 
1321
 
    <t:titlepage-separator>
1322
 
    </t:titlepage-separator>
1323
 
 
1324
 
    <t:titlepage-before t:side="recto">
1325
 
    </t:titlepage-before>
1326
 
 
1327
 
    <t:titlepage-before t:side="verso">
1328
 
    </t:titlepage-before>
1329
 
  </t:titlepage>
1330
 
 
1331
 
<!-- ==================================================================== -->
1332
 
 
1333
 
</t:templates>