source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/XSLCustomizationLayer/G4BookTitlePageFO.xml@ 1345

Last change on this file since 1345 was 904, checked in by garnier, 17 years ago

ajout de la doc

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