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
22<t:titlepage element="article" wrapper="fo:block">
23  <t:titlepage-content side="recto">
24      <title
25	     named-template="component.title"
26	     param:node="ancestor-or-self::article[1]"
27	     fo:text-align="center"
28	     fo:margin-left="-4pc"
29	     fo:keep-with-next="always"
30	     fo:font-size="&hsize5;"
31	     fo:font-weight="bold"
32	     fo:font-family="{$title.font.family}"/>
33    <subtitle
34	      fo:font-family="{$title.font.family}"
35	      fo:text-align="center"/>
36    <corpauthor/>
37    <authorgroup/>
38    <author/>
39    <releaseinfo/>
40    <copyright/>
41    <legalnotice/>
42    <pubdate/>
43    <revision/>
44    <revhistory/>
45    <abstract/>
46  </t:titlepage-content>
47
48  <t:titlepage-content side="verso">
49  </t:titlepage-content>
50
51  <t:titlepage-separator>
52  </t:titlepage-separator>
53
54  <t:titlepage-before side="recto">
55  </t:titlepage-before>
56
57  <t:titlepage-before side="verso">
58  </t:titlepage-before>
59</t:titlepage>
60
61<!-- ==================================================================== -->
62
63<t:titlepage element="set" wrapper="fo:block">
64  <t:titlepage-content side="recto">
65      <title
66	     named-template="division.title"
67	     param:node="ancestor-or-self::set[1]"
68	     fo:text-align="center"
69	     fo:font-size="&hsize5;"
70	     fo:space-before="&hsize5space;"
71	     fo:font-weight="bold"
72	     fo:font-family="{$title.font.family}"/>
73    <subtitle
74	      fo:font-family="{$title.font.family}"
75	      fo:text-align="center"/>
76    <corpauthor/>
77    <authorgroup/>
78    <author/>
79    <releaseinfo/>
80    <copyright/>
81    <legalnotice/>
82    <pubdate/>
83    <revision/>
84    <revhistory/>
85    <abstract/>
86  </t:titlepage-content>
87
88  <t:titlepage-content side="verso">
89  </t:titlepage-content>
90
91  <t:titlepage-separator>
92  </t:titlepage-separator>
93
94  <t:titlepage-before side="recto">
95  </t:titlepage-before>
96
97  <t:titlepage-before side="verso">
98  </t:titlepage-before>
99</t:titlepage>
100
101<!-- ==================================================================== -->
102
103  <t:titlepage element="book" wrapper="fo:block">
104    <t:titlepage-content side="recto">
105      <title
106	     named-template="division.title"
107	     param:node="ancestor-or-self::book[1]"
108	     fo:text-align="center"
109	     fo:font-size="&hsize5;"
110	     fo:space-before="&hsize5space;"
111	     fo:font-weight="bold"
112	     fo:font-family="{$title.font.family}"/>
113      <subtitle
114		fo:text-align="center"
115		fo:font-size="&hsize4;"
116		fo:space-before="&hsize4space;"
117		fo:font-family="{$title.font.family}"/>
118      <corpauthor fo:font-size="&hsize3;"
119		  fo:keep-with-next="always"
120		  fo:space-before="2in"/>
121      <authorgroup fo:space-before="2in"/>
122      <author fo:font-size="&hsize3;"
123	      fo:space-before="&hsize2space;"
124	      fo:keep-with-next="always"/>
125    </t:titlepage-content>
126
127  <t:titlepage-content side="verso">
128      <title
129	     fo:font-size="&hsize2;"
130	     fo:font-weight="bold"
131	     fo:font-family="{$title.font.family}"/>
132      <corpauthor/>
133      <authorgroup/>
134      <author/>
135      <pubdate fo:space-before="1em"/>
136      <copyright/>
137      <abstract/>
138      <legalnotice fo:font-size="8pt"/>
139  </t:titlepage-content>
140
141  <t:titlepage-separator>
142      <fo:block break-after="page"/>
143  </t:titlepage-separator>
144
145  <t:titlepage-before side="recto">
146  </t:titlepage-before>
147
148  <t:titlepage-before side="verso">
149      <fo:block break-after="page"/>
150  </t:titlepage-before>
151</t:titlepage>
152
153<!-- ==================================================================== -->
154
155<t:titlepage element="part" wrapper="fo:block">
156  <t:titlepage-content side="recto">
157      <title
158	     named-template="division.title"
159	     param:node="ancestor-or-self::part[1]"
160	     fo:text-align="center"
161	     fo:font-size="&hsize5;"
162	     fo:space-before="&hsize5space;"
163	     fo:font-weight="bold"
164	     fo:font-family="{$title.font.family}"/>
165    <subtitle
166	      fo:text-align="center"
167	      fo:font-size="&hsize4;"
168	      fo:space-before="&hsize4space;"
169	      fo:font-weight='bold'
170	      fo:font-style='italic'
171	      fo:font-family="{$title.font.family}"/>
172  </t:titlepage-content>
173
174  <t:titlepage-content side="verso">
175  </t:titlepage-content>
176
177  <t:titlepage-separator>
178  </t:titlepage-separator>
179
180  <t:titlepage-before side="recto">
181  </t:titlepage-before>
182
183  <t:titlepage-before side="verso">
184  </t:titlepage-before>
185</t:titlepage>
186
187<t:titlepage element="partintro" wrapper="fo:block">
188  <t:titlepage-content side="recto">
189    <title
190	   fo:text-align="center"
191	   fo:font-size="&hsize3;"
192	   fo:font-weight="bold"
193	   fo:margin-left="-4pc"
194	   fo:space-before="1em"
195	   fo:font-family="{$title.font.family}"/>
196    <subtitle
197	      fo:text-align="center"
198	      fo:font-size="&hsize2;"
199	      fo:font-weight="bold"
200	      fo:font-style="italic"
201	      fo:font-family="{$title.font.family}"/>
202    <corpauthor/>
203    <authorgroup/>
204    <author/>
205    <releaseinfo/>
206    <copyright/>
207    <legalnotice/>
208    <pubdate/>
209    <revision/>
210    <revhistory/>
211    <abstract/>
212  </t:titlepage-content>
213
214  <t:titlepage-content side="verso">
215  </t:titlepage-content>
216
217  <t:titlepage-separator>
218  </t:titlepage-separator>
219
220  <t:titlepage-before side="recto">
221  </t:titlepage-before>
222
223  <t:titlepage-before side="verso">
224  </t:titlepage-before>
225</t:titlepage>
226
227<!-- ==================================================================== -->
228
229<t:titlepage element="reference" wrapper="fo:block">
230  <t:titlepage-content side="recto">
231      <title
232	     named-template="division.title"
233	     param:node="ancestor-or-self::reference[1]"
234	     fo:text-align="center"
235	     fo:font-size="&hsize5;"
236	     fo:space-before="&hsize5space;"
237	     fo:font-weight="bold"
238	     fo:font-family="{$title.font.family}"/>
239    <subtitle
240	      fo:font-family="{$title.font.family}"
241	      fo:text-align="center"/>
242    <corpauthor/>
243    <authorgroup/>
244    <author/>
245    <releaseinfo/>
246    <copyright/>
247    <legalnotice/>
248    <pubdate/>
249    <revision/>
250    <revhistory/>
251    <abstract/>
252  </t:titlepage-content>
253
254  <t:titlepage-content side="verso">
255  </t:titlepage-content>
256
257  <t:titlepage-separator>
258  </t:titlepage-separator>
259
260  <t:titlepage-before side="recto">
261  </t:titlepage-before>
262
263  <t:titlepage-before side="verso">
264  </t:titlepage-before>
265</t:titlepage>
266
267<!-- ==================================================================== -->
268
269  <t:titlepage element="dedication" wrapper="fo:block">
270    <t:titlepage-content side="recto">
271      <title
272	     force="1"
273	     named-template="component.title"
274	     param:node="ancestor-or-self::dedication[1]"
275	     fo:margin-left="-4pc"
276	     fo:font-size="&hsize3;"
277	     fo:font-family="{$title.font.family}"
278	     fo:font-weight="bold"/>
279      <subtitle
280		fo:font-family="{$title.font.family}"/>
281    </t:titlepage-content>
282
283  <t:titlepage-content side="verso">
284  </t:titlepage-content>
285
286  <t:titlepage-separator>
287  </t:titlepage-separator>
288
289  <t:titlepage-before side="recto">
290  </t:titlepage-before>
291
292  <t:titlepage-before side="verso">
293  </t:titlepage-before>
294</t:titlepage>
295
296<!-- ==================================================================== -->
297
298  <t:titlepage element="preface" wrapper="fo:block">
299    <t:titlepage-content side="recto">
300      <title
301	     force="1"
302	     named-template="component.title"
303	     param:node="ancestor-or-self::preface[1]"
304	     fo:margin-left="-4pc"
305	     fo:font-size="&hsize3;"
306	     fo:font-family="{$title.font.family}"
307	     fo:font-weight="bold"/>
308      <subtitle
309		fo:font-family="{$title.font.family}"/>
310      <corpauthor/>
311      <authorgroup/>
312      <author/>
313      <releaseinfo/>
314      <copyright/>
315      <legalnotice/>
316      <pubdate/>
317      <revision/>
318      <revhistory/>
319      <abstract/>
320    </t:titlepage-content>
321
322  <t:titlepage-content side="verso">
323  </t:titlepage-content>
324
325  <t:titlepage-separator>
326  </t:titlepage-separator>
327
328  <t:titlepage-before side="recto">
329  </t:titlepage-before>
330
331  <t:titlepage-before side="verso">
332  </t:titlepage-before>
333</t:titlepage>
334
335<!-- ==================================================================== -->
336
337  <t:titlepage element="chapter" wrapper="fo:block">
338    <t:titlepage-content side="recto">
339      <title
340	     named-template="component.title"
341	     param:node="ancestor-or-self::chapter[1]"
342	     fo:margin-left="-4pc"
343	     fo:font-size="&hsize3;"
344	     fo:font-weight="bold"
345	     fo:font-family="{$title.font.family}"/>
346      <subtitle
347		fo:space-before="0.5em"
348		fo:margin-left="-4pc"
349		fo:font-style="italic"
350		fo:font-size="&hsize2;"
351		fo:font-weight="bold"
352		fo:font-family="{$title.font.family}"/>
353      <corpauthor/>
354      <authorgroup/>
355      <author/>
356      <releaseinfo/>
357      <copyright/>
358      <legalnotice/>
359      <pubdate/>
360      <revision/>
361      <revhistory/>
362      <abstract/>
363    </t:titlepage-content>
364
365  <t:titlepage-content side="verso">
366  </t:titlepage-content>
367
368  <t:titlepage-separator>
369  </t:titlepage-separator>
370
371  <t:titlepage-before side="recto">
372  </t:titlepage-before>
373
374  <t:titlepage-before side="verso">
375  </t:titlepage-before>
376</t:titlepage>
377
378<!-- ==================================================================== -->
379
380  <t:titlepage element="appendix" wrapper="fo:block">
381    <t:titlepage-content side="recto">
382      <title
383	     named-template="component.title"
384	     param:node="ancestor-or-self::appendix[1]"
385	     fo:margin-left="-4pc"
386	     fo:font-size="&hsize3;"
387	     fo:font-weight="bold"
388	     fo:font-family="{$title.font.family}"/>
389      <subtitle
390		fo:font-family="{$title.font.family}"/>
391      <corpauthor/>
392      <authorgroup/>
393      <author/>
394      <releaseinfo/>
395      <copyright/>
396      <legalnotice/>
397      <pubdate/>
398      <revision/>
399      <revhistory/>
400      <abstract/>
401    </t:titlepage-content>
402
403  <t:titlepage-content side="verso">
404  </t:titlepage-content>
405
406  <t:titlepage-separator>
407  </t:titlepage-separator>
408
409  <t:titlepage-before side="recto">
410  </t:titlepage-before>
411
412  <t:titlepage-before side="verso">
413  </t:titlepage-before>
414</t:titlepage>
415
416<!-- ==================================================================== -->
417
418<t:titlepage element="section" wrapper="fo:block">
419  <t:titlepage-content side="recto">
420    <title
421	   fo:margin-left="-4pc"
422	   fo:font-family="{$title.font.family}"/>
423    <subtitle
424	      fo:font-family="{$title.font.family}"/>
425    <corpauthor/>
426    <authorgroup/>
427    <author/>
428    <releaseinfo/>
429    <copyright/>
430    <legalnotice/>
431    <pubdate/>
432    <revision/>
433    <revhistory/>
434    <abstract/>
435  </t:titlepage-content>
436
437  <t:titlepage-content side="verso">
438  </t:titlepage-content>
439
440  <t:titlepage-separator>
441  </t:titlepage-separator>
442
443  <t:titlepage-before side="recto">
444  </t:titlepage-before>
445
446  <t:titlepage-before side="verso">
447  </t:titlepage-before>
448</t:titlepage>
449
450<t:titlepage element="sect1" wrapper="fo:block">
451  <t:titlepage-content side="recto">
452    <title
453	   fo:margin-left="-4pc"
454	   fo:font-family="{$title.font.family}"/>
455    <subtitle
456	      fo:font-family="{$title.font.family}"/>
457    <corpauthor/>
458    <authorgroup/>
459    <author/>
460    <releaseinfo/>
461    <copyright/>
462    <legalnotice/>
463    <pubdate/>
464    <revision/>
465    <revhistory/>
466    <abstract/>
467  </t:titlepage-content>
468
469  <t:titlepage-content side="verso">
470  </t:titlepage-content>
471
472  <t:titlepage-separator>
473  </t:titlepage-separator>
474
475  <t:titlepage-before side="recto">
476  </t:titlepage-before>
477
478  <t:titlepage-before side="verso">
479  </t:titlepage-before>
480</t:titlepage>
481
482<t:titlepage element="sect2" wrapper="fo:block">
483  <t:titlepage-content side="recto">
484    <title
485	   fo:margin-left="-4pc"
486	   fo:font-family="{$title.font.family}"/>
487    <subtitle
488	      fo:font-family="{$title.font.family}"/>
489    <corpauthor/>
490    <authorgroup/>
491    <author/>
492    <releaseinfo/>
493    <copyright/>
494    <legalnotice/>
495    <pubdate/>
496    <revision/>
497    <revhistory/>
498    <abstract/>
499  </t:titlepage-content>
500
501  <t:titlepage-content side="verso">
502  </t:titlepage-content>
503
504  <t:titlepage-separator>
505  </t:titlepage-separator>
506
507  <t:titlepage-before side="recto">
508  </t:titlepage-before>
509
510  <t:titlepage-before side="verso">
511  </t:titlepage-before>
512</t:titlepage>
513
514<t:titlepage element="sect3" wrapper="fo:block">
515  <t:titlepage-content side="recto">
516    <title
517	   fo:margin-left="-4pc"
518	   fo:font-family="{$title.font.family}"/>
519    <subtitle
520	      fo:font-family="{$title.font.family}"/>
521    <corpauthor/>
522    <authorgroup/>
523    <author/>
524    <releaseinfo/>
525    <copyright/>
526    <legalnotice/>
527    <pubdate/>
528    <revision/>
529    <revhistory/>
530    <abstract/>
531  </t:titlepage-content>
532
533  <t:titlepage-content side="verso">
534  </t:titlepage-content>
535
536  <t:titlepage-separator>
537  </t:titlepage-separator>
538
539  <t:titlepage-before side="recto">
540  </t:titlepage-before>
541
542  <t:titlepage-before side="verso">
543  </t:titlepage-before>
544</t:titlepage>
545
546<t:titlepage element="sect4" wrapper="fo:block">
547  <t:titlepage-content side="recto">
548    <title
549	   fo:margin-left="-4pc"
550	   fo:font-family="{$title.font.family}"/>
551    <subtitle
552	      fo:font-family="{$title.font.family}"/>
553    <corpauthor/>
554    <authorgroup/>
555    <author/>
556    <releaseinfo/>
557    <copyright/>
558    <legalnotice/>
559    <pubdate/>
560    <revision/>
561    <revhistory/>
562    <abstract/>
563  </t:titlepage-content>
564
565  <t:titlepage-content side="verso">
566  </t:titlepage-content>
567
568  <t:titlepage-separator>
569  </t:titlepage-separator>
570
571  <t:titlepage-before side="recto">
572  </t:titlepage-before>
573
574  <t:titlepage-before side="verso">
575  </t:titlepage-before>
576</t:titlepage>
577
578<t:titlepage element="sect5" wrapper="fo:block">
579  <t:titlepage-content side="recto">
580    <title
581	   fo:margin-left="-4pc"
582	   fo:font-family="{$title.font.family}"/>
583    <subtitle
584	      fo:font-family="{$title.font.family}"/>
585    <corpauthor/>
586    <authorgroup/>
587    <author/>
588    <releaseinfo/>
589    <copyright/>
590    <legalnotice/>
591    <pubdate/>
592    <revision/>
593    <revhistory/>
594    <abstract/>
595  </t:titlepage-content>
596
597  <t:titlepage-content side="verso">
598  </t:titlepage-content>
599
600  <t:titlepage-separator>
601  </t:titlepage-separator>
602
603  <t:titlepage-before side="recto">
604  </t:titlepage-before>
605
606  <t:titlepage-before side="verso">
607  </t:titlepage-before>
608</t:titlepage>
609
610<t:titlepage element="simplesect" wrapper="fo:block">
611  <t:titlepage-content side="recto">
612    <title
613	   fo:margin-left="-4pc"
614	   fo:font-family="{$title.font.family}"/>
615    <subtitle
616	      fo:font-family="{$title.font.family}"/>
617    <corpauthor/>
618    <authorgroup/>
619    <author/>
620    <releaseinfo/>
621    <copyright/>
622    <legalnotice/>
623    <pubdate/>
624    <revision/>
625    <revhistory/>
626    <abstract/>
627  </t:titlepage-content>
628
629  <t:titlepage-content side="verso">
630  </t:titlepage-content>
631
632  <t:titlepage-separator>
633  </t:titlepage-separator>
634
635  <t:titlepage-before side="recto">
636  </t:titlepage-before>
637
638  <t:titlepage-before side="verso">
639  </t:titlepage-before>
640</t:titlepage>
641
642<!-- ==================================================================== -->
643
644  <t:titlepage element="bibliography" wrapper="fo:block">
645    <t:titlepage-content side="recto">
646      <title
647	     force="1"
648	     named-template="component.title"
649	     param:node="ancestor-or-self::bibliography[1]"
650	     fo:margin-left="-4pc"
651	     fo:font-size="&hsize3;"
652	     fo:font-family="{$title.font.family}"
653	     fo:font-weight="bold"/>
654      <subtitle
655		fo:font-family="{$title.font.family}"/>
656    </t:titlepage-content>
657
658    <t:titlepage-content side="verso">
659    </t:titlepage-content>
660
661    <t:titlepage-separator>
662    </t:titlepage-separator>
663
664    <t:titlepage-before side="recto">
665    </t:titlepage-before>
666
667    <t:titlepage-before side="verso">
668    </t:titlepage-before>
669  </t:titlepage>
670
671<!-- ==================================================================== -->
672
673  <t:titlepage element="glossary" wrapper="fo:block">
674    <t:titlepage-content side="recto">
675      <title
676	     force="1"
677	     named-template="component.title"
678	     param:node="ancestor-or-self::glossary[1]"
679	     fo:margin-left="-4pc"
680	     fo:font-size="&hsize3;"
681	     fo:font-family="{$title.font.family}"
682	     fo:font-weight="bold"/>
683      <subtitle
684		fo:font-family="{$title.font.family}"/>
685    </t:titlepage-content>
686
687    <t:titlepage-content side="verso">
688    </t:titlepage-content>
689
690    <t:titlepage-separator>
691    </t:titlepage-separator>
692
693    <t:titlepage-before side="recto">
694    </t:titlepage-before>
695
696    <t:titlepage-before side="verso">
697    </t:titlepage-before>
698  </t:titlepage>
699
700<!-- ==================================================================== -->
701
702  <t:titlepage element="index" wrapper="fo:block">
703    <t:titlepage-content side="recto">
704      <title
705	     force="1"
706	     named-template="component.title"
707	     param:node="ancestor-or-self::index[1]"
708	     fo:margin-left="-4pc"
709	     fo:font-size="&hsize3;"
710	     fo:font-family="{$title.font.family}"
711	     fo:font-weight="bold"/>
712      <subtitle
713		fo:font-family="{$title.font.family}"/>
714    </t:titlepage-content>
715
716    <t:titlepage-content side="verso">
717    </t:titlepage-content>
718
719    <t:titlepage-separator>
720    </t:titlepage-separator>
721
722    <t:titlepage-before side="recto">
723    </t:titlepage-before>
724
725    <t:titlepage-before side="verso">
726    </t:titlepage-before>
727  </t:titlepage>
728
729<!-- ==================================================================== -->
730
731  <t:titlepage element="table.of.contents" wrapper="fo:block">
732    <t:titlepage-content side="recto">
733      <title
734	     force="1"
735	     named-template="gentext"
736	     param:key="'TableofContents'"
737	     fo:space-after="1em"
738	     fo:margin-left="-4pc"
739	     fo:font-size="&hsize3;"
740	     fo:font-weight="bold"
741	     fo:font-family="{$title.font.family}"/>
742    </t:titlepage-content>
743
744    <t:titlepage-content side="verso">
745    </t:titlepage-content>
746
747    <t:titlepage-separator>
748    </t:titlepage-separator>
749
750    <t:titlepage-before side="recto">
751    </t:titlepage-before>
752
753    <t:titlepage-before side="verso">
754    </t:titlepage-before>
755  </t:titlepage>
756
757  <t:titlepage element="list.of.tables" wrapper="fo:block">
758    <t:titlepage-content side="recto">
759      <title
760	     force="1"
761	     named-template="gentext"
762	     param:key="'ListofTables'"
763	     fo:space-after="1em"
764	     fo:margin-left="-4pc"
765	     fo:font-size="&hsize3;"
766	     fo:font-weight="bold"
767	     fo:font-family="{$title.font.family}"/>
768    </t:titlepage-content>
769
770    <t:titlepage-content side="verso">
771    </t:titlepage-content>
772
773    <t:titlepage-separator>
774    </t:titlepage-separator>
775
776    <t:titlepage-before side="recto">
777    </t:titlepage-before>
778
779    <t:titlepage-before side="verso">
780    </t:titlepage-before>
781  </t:titlepage>
782
783  <t:titlepage element="list.of.figures" wrapper="fo:block">
784    <t:titlepage-content side="recto">
785      <title
786	     force="1"
787	     named-template="gentext"
788	     param:key="'ListofFigures'"
789	     fo:space-after="1em"
790	     fo:margin-left="-4pc"
791	     fo:font-size="&hsize3;"
792	     fo:font-weight="bold"
793	     fo:font-family="{$title.font.family}"/>
794    </t:titlepage-content>
795
796    <t:titlepage-content side="verso">
797    </t:titlepage-content>
798
799    <t:titlepage-separator>
800    </t:titlepage-separator>
801
802    <t:titlepage-before side="recto">
803    </t:titlepage-before>
804
805    <t:titlepage-before side="verso">
806    </t:titlepage-before>
807  </t:titlepage>
808
809  <t:titlepage element="list.of.examples" wrapper="fo:block">
810    <t:titlepage-content side="recto">
811      <title
812	     force="1"
813	     named-template="gentext"
814	     param:key="'ListofExamples'"
815	     fo:space-after="1em"
816	     fo:margin-left="-4pc"
817	     fo:font-size="&hsize3;"
818	     fo:font-weight="bold"
819	     fo:font-family="{$title.font.family}"/>
820    </t:titlepage-content>
821
822    <t:titlepage-content side="verso">
823    </t:titlepage-content>
824
825    <t:titlepage-separator>
826    </t:titlepage-separator>
827
828    <t:titlepage-before side="recto">
829    </t:titlepage-before>
830
831    <t:titlepage-before side="verso">
832    </t:titlepage-before>
833  </t:titlepage>
834
835  <t:titlepage element="list.of.equations" wrapper="fo:block">
836    <t:titlepage-content side="recto">
837      <title
838	     force="1"
839	     named-template="gentext"
840	     param:key="'ListofEquations'"
841	     fo:space-after="1em"
842	     fo:margin-left="-4pc"
843	     fo:font-size="&hsize3;"
844	     fo:font-weight="bold"
845	     fo:font-family="{$title.font.family}"/>
846    </t:titlepage-content>
847
848    <t:titlepage-content side="verso">
849    </t:titlepage-content>
850
851    <t:titlepage-separator>
852    </t:titlepage-separator>
853
854    <t:titlepage-before side="recto">
855    </t:titlepage-before>
856
857    <t:titlepage-before side="verso">
858    </t:titlepage-before>
859  </t:titlepage>
860
861  <t:titlepage element="list.of.unknowns" wrapper="fo:block">
862    <t:titlepage-content side="recto">
863      <title
864	     force="1"
865	     named-template="gentext"
866	     param:key="'ListofUnknown'"
867	     fo:space-after="1em"
868	     fo:margin-left="-4pc"
869	     fo:font-size="&hsize3;"
870	     fo:font-weight="bold"
871	     fo:font-family="{$title.font.family}"/>
872    </t:titlepage-content>
873
874    <t:titlepage-content side="verso">
875    </t:titlepage-content>
876
877    <t:titlepage-separator>
878    </t:titlepage-separator>
879
880    <t:titlepage-before side="recto">
881    </t:titlepage-before>
882
883    <t:titlepage-before side="verso">
884    </t:titlepage-before>
885  </t:titlepage>
886
887<!-- ==================================================================== -->
888
889</t:templates>
890