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 -->
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">
20 <!-- ********************************************************************
21 $Id: titlepage.templates.xml 8341 2009-03-16 03:00:56Z bobstayton $
22 ********************************************************************
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.
28 ******************************************************************** -->
30 <!-- ==================================================================== -->
32 <t:titlepage t:element="article" t:wrapper="fo:block"
33 font-family="{$title.fontset}">
35 <t:titlepage-content t:side="recto"
39 <title t:named-template="component.title"
40 param:node="ancestor-or-self::article[1]"
41 keep-with-next.within-column="always"
47 <corpauthor space-before="0.5em"
48 font-size="&hsize2;"/>
49 <authorgroup space-before="0.5em"
50 font-size="&hsize2;"/>
51 <author space-before="0.5em"
52 font-size="&hsize2;"/>
54 <!-- If you add editor, include this t:predicate attribute
55 because only the first editor generates the list of editors.
56 <editor t:predicate="[position() = 1]"/>
58 <othercredit space-before="0.5em"/>
59 <releaseinfo space-before="0.5em"/>
60 <copyright space-before="0.5em"/>
61 <legalnotice text-align="start"
64 font-family="{$body.fontset}"/>
65 <pubdate space-before="0.5em"/>
66 <revision space-before="0.5em"/>
67 <revhistory space-before="0.5em"/>
68 <abstract space-before="0.5em"
72 font-family="{$body.fontset}"/>
73 </t:titlepage-content>
75 <t:titlepage-content t:side="verso">
76 </t:titlepage-content>
78 <t:titlepage-separator>
79 </t:titlepage-separator>
81 <t:titlepage-before t:side="recto">
84 <t:titlepage-before t:side="verso">
88 <!-- ==================================================================== -->
90 <t:titlepage t:element="set" t:wrapper="fo:block">
91 <t:titlepage-content t:side="recto">
93 t:named-template="division.title"
94 param:node="ancestor-or-self::set[1]"
97 space-before="&hsize5space;"
99 font-family="{$title.fontset}"/>
101 font-family="{$title.fontset}"
102 text-align="center"/>
114 </t:titlepage-content>
116 <t:titlepage-content t:side="verso">
117 </t:titlepage-content>
119 <t:titlepage-separator>
120 </t:titlepage-separator>
122 <t:titlepage-before t:side="recto">
123 </t:titlepage-before>
125 <t:titlepage-before t:side="verso">
126 </t:titlepage-before>
129 <!-- ==================================================================== -->
131 <t:titlepage t:element="book" t:wrapper="fo:block">
132 <t:titlepage-content t:side="recto">
134 t:named-template="division.title"
135 param:node="ancestor-or-self::book[1]"
138 space-before="&hsize5space;"
140 font-family="{$title.fontset}"/>
144 space-before="&hsize4space;"
145 font-family="{$title.fontset}"/>
146 <corpauthor font-size="&hsize3;"
147 keep-with-next.within-column="always"
149 <authorgroup space-before="2in"/>
150 <author font-size="&hsize3;"
151 space-before="&hsize2space;"
152 keep-with-next.within-column="always"/>
153 <!-- If you add editor, include this t:predicate attribute
154 because only the first editor generates the list of editors.
155 <editor t:predicate="[position() = 1]"/>
157 </t:titlepage-content>
159 <t:titlepage-content t:side="verso">
161 t:named-template="book.verso.title"
164 font-family="{$title.fontset}"/>
166 <authorgroup t:named-template="verso.authorgroup"/>
168 <!-- If you add editor, include this t:predicate attribute
169 because only the first editor generates the list of editors.
170 <editor t:predicate="[position() = 1]"/>
173 <releaseinfo space-before="0.5em"/>
174 <pubdate space-before="1em"/>
177 <legalnotice font-size="8pt"/>
178 </t:titlepage-content>
180 <t:titlepage-separator>
181 <fo:block break-after="page"/>
182 </t:titlepage-separator>
184 <t:titlepage-before t:side="recto">
185 </t:titlepage-before>
187 <t:titlepage-before t:side="verso">
188 <fo:block break-after="page"/>
189 </t:titlepage-before>
192 <!-- ==================================================================== -->
194 <t:titlepage t:element="part" t:wrapper="fo:block">
195 <t:titlepage-content t:side="recto">
197 t:named-template="division.title"
198 param:node="ancestor-or-self::part[1]"
201 space-before="&hsize5space;"
203 font-family="{$title.fontset}"/>
207 space-before="&hsize4space;"
210 font-family="{$title.fontset}"/>
211 </t:titlepage-content>
213 <t:titlepage-content t:side="verso">
214 </t:titlepage-content>
216 <t:titlepage-separator>
217 </t:titlepage-separator>
219 <t:titlepage-before t:side="recto">
220 </t:titlepage-before>
222 <t:titlepage-before t:side="verso">
223 </t:titlepage-before>
226 <t:titlepage t:element="partintro" t:wrapper="fo:block">
227 <t:titlepage-content t:side="recto">
233 font-family="{$title.fontset}"/>
239 font-family="{$title.fontset}"/>
251 </t:titlepage-content>
253 <t:titlepage-content t:side="verso">
254 </t:titlepage-content>
256 <t:titlepage-separator>
257 </t:titlepage-separator>
259 <t:titlepage-before t:side="recto">
260 </t:titlepage-before>
262 <t:titlepage-before t:side="verso">
263 </t:titlepage-before>
266 <!-- ==================================================================== -->
268 <t:titlepage t:element="reference" t:wrapper="fo:block">
269 <t:titlepage-content t:side="recto">
271 t:named-template="division.title"
272 param:node="ancestor-or-self::reference[1]"
275 space-before="&hsize5space;"
277 font-family="{$title.fontset}"/>
279 font-family="{$title.fontset}"
280 text-align="center"/>
292 </t:titlepage-content>
294 <t:titlepage-content t:side="verso">
295 </t:titlepage-content>
297 <t:titlepage-separator>
298 </t:titlepage-separator>
300 <t:titlepage-before t:side="recto">
301 </t:titlepage-before>
303 <t:titlepage-before t:side="verso">
304 </t:titlepage-before>
307 <!-- ==================================================================== -->
309 <t:titlepage t:element="refsynopsisdiv" t:wrapper="fo:block">
310 <t:titlepage-content t:side="recto">
312 font-family="{$title.fontset}"/>
313 </t:titlepage-content>
315 <t:titlepage-content t:side="verso">
316 </t:titlepage-content>
318 <t:titlepage-separator>
319 </t:titlepage-separator>
321 <t:titlepage-before t:side="recto">
322 </t:titlepage-before>
324 <t:titlepage-before t:side="verso">
325 </t:titlepage-before>
328 <!-- ==================================================================== -->
330 <t:titlepage t:element="refsection" t:wrapper="fo:block">
331 <t:titlepage-content t:side="recto">
333 font-family="{$title.fontset}"/>
334 </t:titlepage-content>
336 <t:titlepage-content t:side="verso">
337 </t:titlepage-content>
339 <t:titlepage-separator>
340 </t:titlepage-separator>
342 <t:titlepage-before t:side="recto">
343 </t:titlepage-before>
345 <t:titlepage-before t:side="verso">
346 </t:titlepage-before>
349 <!-- ==================================================================== -->
351 <t:titlepage t:element="refsect1" t:wrapper="fo:block">
352 <t:titlepage-content t:side="recto">
354 font-family="{$title.fontset}"/>
355 </t:titlepage-content>
357 <t:titlepage-content t:side="verso">
358 </t:titlepage-content>
360 <t:titlepage-separator>
361 </t:titlepage-separator>
363 <t:titlepage-before t:side="recto">
364 </t:titlepage-before>
366 <t:titlepage-before t:side="verso">
367 </t:titlepage-before>
370 <!-- ==================================================================== -->
372 <t:titlepage t:element="refsect2" t:wrapper="fo:block">
373 <t:titlepage-content t:side="recto">
375 font-family="{$title.fontset}"/>
376 </t:titlepage-content>
378 <t:titlepage-content t:side="verso">
379 </t:titlepage-content>
381 <t:titlepage-separator>
382 </t:titlepage-separator>
384 <t:titlepage-before t:side="recto">
385 </t:titlepage-before>
387 <t:titlepage-before t:side="verso">
388 </t:titlepage-before>
391 <!-- ==================================================================== -->
393 <t:titlepage t:element="refsect3" t:wrapper="fo:block">
394 <t:titlepage-content t:side="recto">
396 font-family="{$title.fontset}"/>
397 </t:titlepage-content>
399 <t:titlepage-content t:side="verso">
400 </t:titlepage-content>
402 <t:titlepage-separator>
403 </t:titlepage-separator>
405 <t:titlepage-before t:side="recto">
406 </t:titlepage-before>
408 <t:titlepage-before t:side="verso">
409 </t:titlepage-before>
412 <!-- ==================================================================== -->
414 <t:titlepage t:element="dedication" t:wrapper="fo:block">
415 <t:titlepage-content t:side="recto">
418 t:named-template="component.title"
419 param:node="ancestor-or-self::dedication[1]"
420 margin-left="{$title.margin.left}"
422 font-family="{$title.fontset}"
425 font-family="{$title.fontset}"/>
426 </t:titlepage-content>
428 <t:titlepage-content t:side="verso">
429 </t:titlepage-content>
431 <t:titlepage-separator>
432 </t:titlepage-separator>
434 <t:titlepage-before t:side="recto">
435 </t:titlepage-before>
437 <t:titlepage-before t:side="verso">
438 </t:titlepage-before>
441 <!-- ==================================================================== -->
443 <!-- Same formatting as dedication -->
444 <t:titlepage t:element="acknowledgements" t:wrapper="fo:block">
445 <t:titlepage-content t:side="recto">
448 t:named-template="component.title"
449 param:node="ancestor-or-self::acknowledgements[1]"
450 margin-left="{$title.margin.left}"
452 font-family="{$title.fontset}"
455 font-family="{$title.fontset}"/>
456 </t:titlepage-content>
458 <t:titlepage-content t:side="verso">
459 </t:titlepage-content>
461 <t:titlepage-separator>
462 </t:titlepage-separator>
464 <t:titlepage-before t:side="recto">
465 </t:titlepage-before>
467 <t:titlepage-before t:side="verso">
468 </t:titlepage-before>
472 <!-- ==================================================================== -->
474 <t:titlepage t:element="preface" t:wrapper="fo:block">
475 <t:titlepage-content t:side="recto">
478 t:named-template="component.title"
479 param:node="ancestor-or-self::preface[1]"
480 margin-left="{$title.margin.left}"
482 font-family="{$title.fontset}"
485 font-family="{$title.fontset}"/>
497 </t:titlepage-content>
499 <t:titlepage-content t:side="verso">
500 </t:titlepage-content>
502 <t:titlepage-separator>
503 </t:titlepage-separator>
505 <t:titlepage-before t:side="recto">
506 </t:titlepage-before>
508 <t:titlepage-before t:side="verso">
509 </t:titlepage-before>
512 <!-- ==================================================================== -->
514 <t:titlepage t:element="chapter" t:wrapper="fo:block"
515 font-family="{$title.fontset}">
516 <t:titlepage-content t:side="recto" margin-left="{$title.margin.left}">
517 <title t:named-template="component.title"
518 param:node="ancestor-or-self::chapter[1]"
522 <subtitle space-before="0.5em"
527 <corpauthor space-before="0.5em"
529 font-size="&hsize2;"/>
531 <authorgroup space-before="0.5em"
533 font-size="&hsize2;"/>
535 <author space-before="0.5em"
537 font-size="&hsize2;"/>
547 </t:titlepage-content>
549 <t:titlepage-content t:side="verso">
550 </t:titlepage-content>
552 <t:titlepage-separator>
553 </t:titlepage-separator>
555 <t:titlepage-before t:side="recto">
556 </t:titlepage-before>
558 <t:titlepage-before t:side="verso">
559 </t:titlepage-before>
562 <!-- ==================================================================== -->
564 <t:titlepage t:element="appendix" t:wrapper="fo:block">
565 <t:titlepage-content t:side="recto">
567 t:named-template="component.title"
568 param:node="ancestor-or-self::appendix[1]"
569 margin-left="{$title.margin.left}"
572 font-family="{$title.fontset}"/>
574 font-family="{$title.fontset}"/>
586 </t:titlepage-content>
588 <t:titlepage-content t:side="verso">
589 </t:titlepage-content>
591 <t:titlepage-separator>
592 </t:titlepage-separator>
594 <t:titlepage-before t:side="recto">
595 </t:titlepage-before>
597 <t:titlepage-before t:side="verso">
598 </t:titlepage-before>
601 <!-- ==================================================================== -->
603 <t:titlepage t:element="section" t:wrapper="fo:block">
604 <t:titlepage-content t:side="recto">
606 margin-left="{$title.margin.left}"
607 font-family="{$title.fontset}"/>
609 font-family="{$title.fontset}"/>
621 </t:titlepage-content>
623 <t:titlepage-content t:side="verso">
624 </t:titlepage-content>
626 <t:titlepage-separator>
627 </t:titlepage-separator>
629 <t:titlepage-before t:side="recto">
630 </t:titlepage-before>
632 <t:titlepage-before t:side="verso">
633 </t:titlepage-before>
636 <t:titlepage t:element="sect1" t:wrapper="fo:block">
637 <t:titlepage-content t:side="recto">
639 margin-left="{$title.margin.left}"
640 font-family="{$title.fontset}"/>
642 font-family="{$title.fontset}"/>
654 </t:titlepage-content>
656 <t:titlepage-content t:side="verso">
657 </t:titlepage-content>
659 <t:titlepage-separator>
660 </t:titlepage-separator>
662 <t:titlepage-before t:side="recto">
663 </t:titlepage-before>
665 <t:titlepage-before t:side="verso">
666 </t:titlepage-before>
669 <t:titlepage t:element="sect2" t:wrapper="fo:block">
670 <t:titlepage-content t:side="recto">
672 margin-left="{$title.margin.left}"
673 font-family="{$title.fontset}"/>
675 font-family="{$title.fontset}"/>
687 </t:titlepage-content>
689 <t:titlepage-content t:side="verso">
690 </t:titlepage-content>
692 <t:titlepage-separator>
693 </t:titlepage-separator>
695 <t:titlepage-before t:side="recto">
696 </t:titlepage-before>
698 <t:titlepage-before t:side="verso">
699 </t:titlepage-before>
702 <t:titlepage t:element="sect3" t:wrapper="fo:block">
703 <t:titlepage-content t:side="recto">
705 margin-left="{$title.margin.left}"
706 font-family="{$title.fontset}"/>
708 font-family="{$title.fontset}"/>
720 </t:titlepage-content>
722 <t:titlepage-content t:side="verso">
723 </t:titlepage-content>
725 <t:titlepage-separator>
726 </t:titlepage-separator>
728 <t:titlepage-before t:side="recto">
729 </t:titlepage-before>
731 <t:titlepage-before t:side="verso">
732 </t:titlepage-before>
735 <t:titlepage t:element="sect4" t:wrapper="fo:block">
736 <t:titlepage-content t:side="recto">
738 margin-left="{$title.margin.left}"
739 font-family="{$title.fontset}"/>
741 font-family="{$title.fontset}"/>
753 </t:titlepage-content>
755 <t:titlepage-content t:side="verso">
756 </t:titlepage-content>
758 <t:titlepage-separator>
759 </t:titlepage-separator>
761 <t:titlepage-before t:side="recto">
762 </t:titlepage-before>
764 <t:titlepage-before t:side="verso">
765 </t:titlepage-before>
768 <t:titlepage t:element="sect5" t:wrapper="fo:block">
769 <t:titlepage-content t:side="recto">
771 margin-left="{$title.margin.left}"
772 font-family="{$title.fontset}"/>
774 font-family="{$title.fontset}"/>
786 </t:titlepage-content>
788 <t:titlepage-content t:side="verso">
789 </t:titlepage-content>
791 <t:titlepage-separator>
792 </t:titlepage-separator>
794 <t:titlepage-before t:side="recto">
795 </t:titlepage-before>
797 <t:titlepage-before t:side="verso">
798 </t:titlepage-before>
801 <t:titlepage t:element="simplesect" t:wrapper="fo:block">
802 <t:titlepage-content t:side="recto">
804 margin-left="{$title.margin.left}"
805 font-family="{$title.fontset}"/>
807 font-family="{$title.fontset}"/>
819 </t:titlepage-content>
821 <t:titlepage-content t:side="verso">
822 </t:titlepage-content>
824 <t:titlepage-separator>
825 </t:titlepage-separator>
827 <t:titlepage-before t:side="recto">
828 </t:titlepage-before>
830 <t:titlepage-before t:side="verso">
831 </t:titlepage-before>
834 <!-- ==================================================================== -->
836 <t:titlepage t:element="bibliography" t:wrapper="fo:block">
837 <t:titlepage-content t:side="recto">
840 t:named-template="component.title"
841 param:node="ancestor-or-self::bibliography[1]"
842 margin-left="{$title.margin.left}"
844 font-family="{$title.fontset}"
847 font-family="{$title.fontset}"/>
848 </t:titlepage-content>
850 <t:titlepage-content t:side="verso">
851 </t:titlepage-content>
853 <t:titlepage-separator>
854 </t:titlepage-separator>
856 <t:titlepage-before t:side="recto">
857 </t:titlepage-before>
859 <t:titlepage-before t:side="verso">
860 </t:titlepage-before>
863 <!-- ==================================================================== -->
865 <t:titlepage t:element="bibliodiv" t:wrapper="fo:block">
866 <t:titlepage-content t:side="recto">
867 <title t:named-template="component.title"
868 param:node="ancestor-or-self::bibliodiv[1]"
869 margin-left="{$title.margin.left}"
871 font-family="{$title.fontset}"
874 font-family="{$title.fontset}"/>
875 </t:titlepage-content>
877 <t:titlepage-content t:side="verso">
878 </t:titlepage-content>
880 <t:titlepage-separator>
881 </t:titlepage-separator>
883 <t:titlepage-before t:side="recto">
884 </t:titlepage-before>
886 <t:titlepage-before t:side="verso">
887 </t:titlepage-before>
890 <!-- ==================================================================== -->
892 <t:titlepage t:element="glossary" t:wrapper="fo:block">
893 <t:titlepage-content t:side="recto">
896 t:named-template="component.title"
897 param:node="ancestor-or-self::glossary[1]"
898 margin-left="{$title.margin.left}"
900 font-family="{$title.fontset}"
903 font-family="{$title.fontset}"/>
904 </t:titlepage-content>
906 <t:titlepage-content t:side="verso">
907 </t:titlepage-content>
909 <t:titlepage-separator>
910 </t:titlepage-separator>
912 <t:titlepage-before t:side="recto">
913 </t:titlepage-before>
915 <t:titlepage-before t:side="verso">
916 </t:titlepage-before>
919 <!-- ==================================================================== -->
921 <t:titlepage t:element="glossdiv" t:wrapper="fo:block">
922 <t:titlepage-content t:side="recto">
923 <title t:named-template="component.title"
924 param:node="ancestor-or-self::glossdiv[1]"
925 margin-left="{$title.margin.left}"
927 font-family="{$title.fontset}"
930 font-family="{$title.fontset}"/>
931 </t:titlepage-content>
933 <t:titlepage-content t:side="verso">
934 </t:titlepage-content>
936 <t:titlepage-separator>
937 </t:titlepage-separator>
939 <t:titlepage-before t:side="recto">
940 </t:titlepage-before>
942 <t:titlepage-before t:side="verso">
943 </t:titlepage-before>
946 <!-- ==================================================================== -->
948 <t:titlepage t:element="index" t:wrapper="fo:block">
949 <t:titlepage-content t:side="recto">
952 t:named-template="component.title"
953 param:node="ancestor-or-self::index[1]"
957 font-family="{$title.fontset}"
960 font-family="{$title.fontset}"/>
961 </t:titlepage-content>
963 <t:titlepage-content t:side="verso">
964 </t:titlepage-content>
966 <t:titlepage-separator>
967 </t:titlepage-separator>
969 <t:titlepage-before t:side="recto">
970 </t:titlepage-before>
972 <t:titlepage-before t:side="verso">
973 </t:titlepage-before>
976 <!-- ==================================================================== -->
978 <!-- The indexdiv.title template is used so that manual and -->
979 <!-- automatically generated indexdiv titles get the same -->
982 <t:titlepage t:element="indexdiv" t:wrapper="fo:block">
983 <t:titlepage-content t:side="recto">
985 t:named-template="indexdiv.title"
986 param:title="title"/>
988 font-family="{$title.fontset}"/>
989 </t:titlepage-content>
991 <t:titlepage-content t:side="verso">
992 </t:titlepage-content>
994 <t:titlepage-separator>
995 </t:titlepage-separator>
997 <t:titlepage-before t:side="recto">
998 </t:titlepage-before>
1000 <t:titlepage-before t:side="verso">
1001 </t:titlepage-before>
1004 <!-- ==================================================================== -->
1006 <t:titlepage t:element="setindex" t:wrapper="fo:block">
1007 <t:titlepage-content t:side="recto">
1010 t:named-template="component.title"
1011 param:node="ancestor-or-self::setindex[1]"
1014 font-size="&hsize5;"
1015 font-family="{$title.fontset}"
1016 font-weight="bold"/>
1018 font-family="{$title.fontset}"/>
1019 </t:titlepage-content>
1021 <t:titlepage-content t:side="verso">
1022 </t:titlepage-content>
1024 <t:titlepage-separator>
1025 </t:titlepage-separator>
1027 <t:titlepage-before t:side="recto">
1028 </t:titlepage-before>
1030 <t:titlepage-before t:side="verso">
1031 </t:titlepage-before>
1034 <!-- ==================================================================== -->
1036 <t:titlepage t:element="colophon" t:wrapper="fo:block">
1037 <t:titlepage-content t:side="recto">
1040 t:named-template="component.title"
1041 param:node="ancestor-or-self::colophon[1]"
1042 margin-left="{$title.margin.left}"
1043 font-size="&hsize5;"
1044 font-family="{$title.fontset}"
1045 font-weight="bold"/>
1047 font-family="{$title.fontset}"/>
1048 </t:titlepage-content>
1050 <t:titlepage-content t:side="verso">
1051 </t:titlepage-content>
1053 <t:titlepage-separator>
1054 </t:titlepage-separator>
1056 <t:titlepage-before t:side="recto">
1057 </t:titlepage-before>
1059 <t:titlepage-before t:side="verso">
1060 </t:titlepage-before>
1063 <!-- ==================================================================== -->
1065 <t:titlepage t:element="sidebar" t:wrapper="fo:block">
1066 <t:titlepage-content t:side="recto">
1068 font-family="{$title.fontset}"
1069 font-weight="bold"/>
1071 font-family="{$title.fontset}"/>
1072 </t:titlepage-content>
1074 <t:titlepage-content t:side="verso">
1075 </t:titlepage-content>
1077 <t:titlepage-separator>
1078 </t:titlepage-separator>
1080 <t:titlepage-before t:side="recto">
1081 </t:titlepage-before>
1083 <t:titlepage-before t:side="verso">
1084 </t:titlepage-before>
1087 <!-- ==================================================================== -->
1088 <t:titlepage t:element="qandaset" t:wrapper="fo:block"
1089 font-family="{$title.fontset}">
1091 <t:titlepage-content t:side="recto"
1093 text-align="center">
1095 <title t:named-template="component.title"
1096 param:node="ancestor-or-self::qandaset[1]"
1097 keep-with-next.within-column="always"
1098 font-size="&hsize5;"
1099 font-weight="bold"/>
1103 <corpauthor space-before="0.5em"
1104 font-size="&hsize2;"/>
1105 <authorgroup space-before="0.5em"
1106 font-size="&hsize2;"/>
1107 <author space-before="0.5em"
1108 font-size="&hsize2;"/>
1110 <othercredit space-before="0.5em"/>
1111 <releaseinfo space-before="0.5em"/>
1112 <copyright space-before="0.5em"/>
1113 <legalnotice text-align="start"
1115 margin-right="0.5in"
1116 font-family="{$body.fontset}"/>
1117 <pubdate space-before="0.5em"/>
1118 <revision space-before="0.5em"/>
1119 <revhistory space-before="0.5em"/>
1120 <abstract space-before="0.5em"
1123 margin-right="0.5in"
1124 font-family="{$body.fontset}"/>
1125 </t:titlepage-content>
1127 <t:titlepage-content t:side="verso">
1128 </t:titlepage-content>
1130 <t:titlepage-separator>
1131 </t:titlepage-separator>
1133 <t:titlepage-before t:side="recto">
1134 </t:titlepage-before>
1136 <t:titlepage-before t:side="verso">
1137 </t:titlepage-before>
1140 <!-- ==================================================================== -->
1142 <t:titlepage t:element="table.of.contents" t:wrapper="fo:block">
1143 <t:titlepage-content t:side="recto">
1146 t:named-template="gentext"
1147 param:key="'TableofContents'"
1148 space-before.minimum="1em"
1149 space-before.optimum="1.5em"
1150 space-before.maximum="2em"
1152 margin-left="{$title.margin.left}"
1154 font-size="&hsize3;"
1156 font-family="{$title.fontset}"/>
1157 </t:titlepage-content>
1159 <t:titlepage-content t:side="verso">
1160 </t:titlepage-content>
1162 <t:titlepage-separator>
1163 </t:titlepage-separator>
1165 <t:titlepage-before t:side="recto">
1166 </t:titlepage-before>
1168 <t:titlepage-before t:side="verso">
1169 </t:titlepage-before>
1172 <t:titlepage t:element="list.of.tables" t:wrapper="fo:block">
1173 <t:titlepage-content t:side="recto">
1176 t:named-template="gentext"
1177 param:key="'ListofTables'"
1178 space-before.minimum="1em"
1179 space-before.optimum="1.5em"
1180 space-before.maximum="2em"
1182 margin-left="{$title.margin.left}"
1184 font-size="&hsize3;"
1186 font-family="{$title.fontset}"/>
1187 </t:titlepage-content>
1189 <t:titlepage-content t:side="verso">
1190 </t:titlepage-content>
1192 <t:titlepage-separator>
1193 </t:titlepage-separator>
1195 <t:titlepage-before t:side="recto">
1196 </t:titlepage-before>
1198 <t:titlepage-before t:side="verso">
1199 </t:titlepage-before>
1202 <t:titlepage t:element="list.of.figures" t:wrapper="fo:block">
1203 <t:titlepage-content t:side="recto">
1206 t:named-template="gentext"
1207 param:key="'ListofFigures'"
1208 space-before.minimum="1em"
1209 space-before.optimum="1.5em"
1210 space-before.maximum="2em"
1212 margin-left="{$title.margin.left}"
1214 font-size="&hsize3;"
1216 font-family="{$title.fontset}"/>
1217 </t:titlepage-content>
1219 <t:titlepage-content t:side="verso">
1220 </t:titlepage-content>
1222 <t:titlepage-separator>
1223 </t:titlepage-separator>
1225 <t:titlepage-before t:side="recto">
1226 </t:titlepage-before>
1228 <t:titlepage-before t:side="verso">
1229 </t:titlepage-before>
1232 <t:titlepage t:element="list.of.examples" t:wrapper="fo:block">
1233 <t:titlepage-content t:side="recto">
1236 t:named-template="gentext"
1237 param:key="'ListofExamples'"
1238 space-before.minimum="1em"
1239 space-before.optimum="1.5em"
1240 space-before.maximum="2em"
1242 margin-left="{$title.margin.left}"
1244 font-size="&hsize3;"
1246 font-family="{$title.fontset}"/>
1247 </t:titlepage-content>
1249 <t:titlepage-content t:side="verso">
1250 </t:titlepage-content>
1252 <t:titlepage-separator>
1253 </t:titlepage-separator>
1255 <t:titlepage-before t:side="recto">
1256 </t:titlepage-before>
1258 <t:titlepage-before t:side="verso">
1259 </t:titlepage-before>
1262 <t:titlepage t:element="list.of.equations" t:wrapper="fo:block">
1263 <t:titlepage-content t:side="recto">
1266 t:named-template="gentext"
1267 param:key="'ListofEquations'"
1268 space-before.minimum="1em"
1269 space-before.optimum="1.5em"
1270 space-before.maximum="2em"
1272 margin-left="{$title.margin.left}"
1274 font-size="&hsize3;"
1276 font-family="{$title.fontset}"/>
1277 </t:titlepage-content>
1279 <t:titlepage-content t:side="verso">
1280 </t:titlepage-content>
1282 <t:titlepage-separator>
1283 </t:titlepage-separator>
1285 <t:titlepage-before t:side="recto">
1286 </t:titlepage-before>
1288 <t:titlepage-before t:side="verso">
1289 </t:titlepage-before>
1292 <t:titlepage t:element="list.of.procedures" t:wrapper="fo:block">
1293 <t:titlepage-content t:side="recto">
1296 t:named-template="gentext"
1297 param:key="'ListofProcedures'"
1298 space-before.minimum="1em"
1299 space-before.optimum="1.5em"
1300 space-before.maximum="2em"
1302 margin-left="{$title.margin.left}"
1304 font-size="&hsize3;"
1306 font-family="{$title.fontset}"/>
1307 </t:titlepage-content>
1309 <t:titlepage-content t:side="verso">
1310 </t:titlepage-content>
1312 <t:titlepage-separator>
1313 </t:titlepage-separator>
1315 <t:titlepage-before t:side="recto">
1316 </t:titlepage-before>
1318 <t:titlepage-before t:side="verso">
1319 </t:titlepage-before>
1322 <t:titlepage t:element="list.of.unknowns" t:wrapper="fo:block">
1323 <t:titlepage-content t:side="recto">
1326 t:named-template="gentext"
1327 param:key="'ListofUnknown'"
1328 space-before.minimum="1em"
1329 space-before.optimum="1.5em"
1330 space-before.maximum="2em"
1332 margin-left="{$title.margin.left}"
1334 font-size="&hsize3;"
1336 font-family="{$title.fontset}"/>
1337 </t:titlepage-content>
1339 <t:titlepage-content t:side="verso">
1340 </t:titlepage-content>
1342 <t:titlepage-separator>
1343 </t:titlepage-separator>
1345 <t:titlepage-before t:side="recto">
1346 </t:titlepage-before>
1348 <t:titlepage-before t:side="verso">
1349 </t:titlepage-before>
1352 <!-- ==================================================================== -->