root/cf-conventions/trunk/xsl/fo/titlepage.templates.xml

Revision 1, 33.2 kB (checked in by halliday1, 3 years ago)

Initial import of CF Conventions document.

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