source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/fo/titlepage.templates.xml@ 15c7d39

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 15c7d39 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 40.2 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: titlepage.templates.xml 9722 2013-02-01 19:44:13Z bobstayton $
22 ********************************************************************
23
24 This file is part of the DocBook XSL Stylesheet distribution.
25 See ../README or http://docbook.sf.net/ for copyright
26 copyright and other information.
27
28 ******************************************************************** -->
29
30<!-- ==================================================================== -->
31
32<t:titlepage t:element="article" t:wrapper="fo:block"
33 font-family="{$title.fontset}">
34
35 <t:titlepage-content t:side="recto"
36 start-indent="0pt"
37 text-align="center">
38
39 <title t:named-template="component.title"
40 param:node="ancestor-or-self::article[1]"
41 keep-with-next.within-column="always"
42 font-size="&hsize5;"
43 font-weight="bold"/>
44
45 <subtitle/>
46
47 <corpauthor 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 <!-- 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]"/>
57 -->
58 <othercredit space-before="0.5em"/>
59 <releaseinfo space-before="0.5em"/>
60 <copyright space-before="0.5em"/>
61 <legalnotice text-align="start"
62 margin-left="0.5in"
63 margin-right="0.5in"
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"
69 text-align="start"
70 margin-left="0.5in"
71 margin-right="0.5in"
72 font-family="{$body.fontset}"/>
73 <itermset/>
74 </t:titlepage-content>
75
76 <t:titlepage-content t:side="verso">
77 </t:titlepage-content>
78
79 <t:titlepage-separator>
80 </t:titlepage-separator>
81
82 <t:titlepage-before t:side="recto">
83 </t:titlepage-before>
84
85 <t:titlepage-before t:side="verso">
86 </t:titlepage-before>
87</t:titlepage>
88
89<!-- ==================================================================== -->
90
91<t:titlepage t:element="set" t:wrapper="fo:block">
92 <t:titlepage-content t:side="recto">
93 <title
94 t:named-template="division.title"
95 param:node="ancestor-or-self::set[1]"
96 text-align="center"
97 font-size="&hsize5;"
98 space-before="&hsize5space;"
99 font-weight="bold"
100 font-family="{$title.fontset}"/>
101 <subtitle
102 font-family="{$title.fontset}"
103 text-align="center"/>
104 <corpauthor/>
105 <authorgroup/>
106 <author/>
107 <othercredit/>
108 <releaseinfo/>
109 <copyright/>
110 <legalnotice/>
111 <pubdate/>
112 <revision/>
113 <revhistory/>
114 <abstract/>
115 <itermset/>
116 </t:titlepage-content>
117
118 <t:titlepage-content t:side="verso">
119 </t:titlepage-content>
120
121 <t:titlepage-separator>
122 </t:titlepage-separator>
123
124 <t:titlepage-before t:side="recto">
125 </t:titlepage-before>
126
127 <t:titlepage-before t:side="verso">
128 </t:titlepage-before>
129</t:titlepage>
130
131<!-- ==================================================================== -->
132
133 <t:titlepage t:element="book" t:wrapper="fo:block">
134 <t:titlepage-content t:side="recto">
135 <title
136 t:named-template="division.title"
137 param:node="ancestor-or-self::book[1]"
138 text-align="center"
139 font-size="&hsize5;"
140 space-before="&hsize5space;"
141 font-weight="bold"
142 font-family="{$title.fontset}"/>
143 <subtitle
144 text-align="center"
145 font-size="&hsize4;"
146 space-before="&hsize4space;"
147 font-family="{$title.fontset}"/>
148 <corpauthor font-size="&hsize3;"
149 keep-with-next.within-column="always"
150 space-before="2in"/>
151 <authorgroup space-before="2in"/>
152 <author font-size="&hsize3;"
153 space-before="&hsize2space;"
154 keep-with-next.within-column="always"/>
155 <!-- If you add editor, include this t:predicate attribute
156 because only the first editor generates the list of editors.
157 <editor t:predicate="[position() = 1]"/>
158 -->
159 <itermset/>
160 </t:titlepage-content>
161
162 <t:titlepage-content t:side="verso">
163 <title
164 t:named-template="book.verso.title"
165 font-size="&hsize2;"
166 font-weight="bold"
167 font-family="{$title.fontset}"/>
168 <corpauthor/>
169 <authorgroup t:named-template="verso.authorgroup"/>
170 <author/>
171 <!-- If you add editor, include this t:predicate attribute
172 because only the first editor generates the list of editors.
173 <editor t:predicate="[position() = 1]"/>
174 -->
175 <othercredit/>
176 <releaseinfo space-before="0.5em"/>
177 <pubdate space-before="1em"/>
178 <copyright/>
179 <abstract/>
180 <legalnotice font-size="8pt"/>
181 </t:titlepage-content>
182
183 <t:titlepage-separator>
184 <fo:block break-after="page"/>
185 </t:titlepage-separator>
186
187 <t:titlepage-before t:side="recto">
188 </t:titlepage-before>
189
190 <t:titlepage-before t:side="verso">
191 <fo:block break-after="page"/>
192 </t:titlepage-before>
193</t:titlepage>
194
195<!-- ==================================================================== -->
196
197<t:titlepage t:element="part" t:wrapper="fo:block">
198 <t:titlepage-content t:side="recto">
199 <title
200 t:named-template="division.title"
201 param:node="ancestor-or-self::part[1]"
202 text-align="center"
203 font-size="&hsize5;"
204 space-before="&hsize5space;"
205 font-weight="bold"
206 font-family="{$title.fontset}"/>
207 <subtitle
208 text-align="center"
209 font-size="&hsize4;"
210 space-before="&hsize4space;"
211 font-weight='bold'
212 font-style='italic'
213 font-family="{$title.fontset}"/>
214 <itermset/>
215 </t:titlepage-content>
216
217 <t:titlepage-content t:side="verso">
218 </t:titlepage-content>
219
220 <t:titlepage-separator>
221 </t:titlepage-separator>
222
223 <t:titlepage-before t:side="recto">
224 </t:titlepage-before>
225
226 <t:titlepage-before t:side="verso">
227 </t:titlepage-before>
228</t:titlepage>
229
230<t:titlepage t:element="partintro" t:wrapper="fo:block">
231 <t:titlepage-content t:side="recto">
232 <title
233 text-align="center"
234 font-size="&hsize5;"
235 font-weight="bold"
236 space-before="1em"
237 font-family="{$title.fontset}"/>
238 <subtitle
239 text-align="center"
240 font-size="&hsize2;"
241 font-weight="bold"
242 font-style="italic"
243 font-family="{$title.fontset}"/>
244 <corpauthor/>
245 <authorgroup/>
246 <author/>
247 <othercredit/>
248 <releaseinfo/>
249 <copyright/>
250 <legalnotice/>
251 <pubdate/>
252 <revision/>
253 <revhistory/>
254 <abstract/>
255 <itermset/>
256 </t:titlepage-content>
257
258 <t:titlepage-content t:side="verso">
259 </t:titlepage-content>
260
261 <t:titlepage-separator>
262 </t:titlepage-separator>
263
264 <t:titlepage-before t:side="recto">
265 </t:titlepage-before>
266
267 <t:titlepage-before t:side="verso">
268 </t:titlepage-before>
269</t:titlepage>
270
271<!-- ==================================================================== -->
272
273<t:titlepage t:element="reference" t:wrapper="fo:block">
274 <t:titlepage-content t:side="recto">
275 <title
276 t:named-template="division.title"
277 param:node="ancestor-or-self::reference[1]"
278 text-align="center"
279 font-size="&hsize5;"
280 space-before="&hsize5space;"
281 font-weight="bold"
282 font-family="{$title.fontset}"/>
283 <subtitle
284 font-family="{$title.fontset}"
285 text-align="center"/>
286 <corpauthor/>
287 <authorgroup/>
288 <author/>
289 <othercredit/>
290 <releaseinfo/>
291 <copyright/>
292 <legalnotice/>
293 <pubdate/>
294 <revision/>
295 <revhistory/>
296 <abstract/>
297 <itermset/>
298 </t:titlepage-content>
299
300 <t:titlepage-content t:side="verso">
301 </t:titlepage-content>
302
303 <t:titlepage-separator>
304 </t:titlepage-separator>
305
306 <t:titlepage-before t:side="recto">
307 </t:titlepage-before>
308
309 <t:titlepage-before t:side="verso">
310 </t:titlepage-before>
311</t:titlepage>
312
313<!-- ==================================================================== -->
314
315<t:titlepage t:element="refsynopsisdiv" t:wrapper="fo:block">
316 <t:titlepage-content t:side="recto">
317 <title
318 font-family="{$title.fontset}"/>
319 <itermset/>
320 </t:titlepage-content>
321
322 <t:titlepage-content t:side="verso">
323 </t:titlepage-content>
324
325 <t:titlepage-separator>
326 </t:titlepage-separator>
327
328 <t:titlepage-before t:side="recto">
329 </t:titlepage-before>
330
331 <t:titlepage-before t:side="verso">
332 </t:titlepage-before>
333</t:titlepage>
334
335<!-- ==================================================================== -->
336
337<t:titlepage t:element="refsection" t:wrapper="fo:block">
338 <t:titlepage-content t:side="recto">
339 <title
340 font-family="{$title.fontset}"/>
341 <itermset/>
342 </t:titlepage-content>
343
344 <t:titlepage-content t:side="verso">
345 </t:titlepage-content>
346
347 <t:titlepage-separator>
348 </t:titlepage-separator>
349
350 <t:titlepage-before t:side="recto">
351 </t:titlepage-before>
352
353 <t:titlepage-before t:side="verso">
354 </t:titlepage-before>
355</t:titlepage>
356
357<!-- ==================================================================== -->
358
359<t:titlepage t:element="refsect1" t:wrapper="fo:block">
360 <t:titlepage-content t:side="recto">
361 <title
362 font-family="{$title.fontset}"/>
363 <itermset/>
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="refsect2" t:wrapper="fo:block">
382 <t:titlepage-content t:side="recto">
383 <title
384 font-family="{$title.fontset}"/>
385 <itermset/>
386 </t:titlepage-content>
387
388 <t:titlepage-content t:side="verso">
389 </t:titlepage-content>
390
391 <t:titlepage-separator>
392 </t:titlepage-separator>
393
394 <t:titlepage-before t:side="recto">
395 </t:titlepage-before>
396
397 <t:titlepage-before t:side="verso">
398 </t:titlepage-before>
399</t:titlepage>
400
401<!-- ==================================================================== -->
402
403<t:titlepage t:element="refsect3" t:wrapper="fo:block">
404 <t:titlepage-content t:side="recto">
405 <title
406 font-family="{$title.fontset}"/>
407 <itermset/>
408 </t:titlepage-content>
409
410 <t:titlepage-content t:side="verso">
411 </t:titlepage-content>
412
413 <t:titlepage-separator>
414 </t:titlepage-separator>
415
416 <t:titlepage-before t:side="recto">
417 </t:titlepage-before>
418
419 <t:titlepage-before t:side="verso">
420 </t:titlepage-before>
421</t:titlepage>
422
423<!-- ==================================================================== -->
424
425 <t:titlepage t:element="dedication" t:wrapper="fo:block">
426 <t:titlepage-content t:side="recto">
427 <title
428 t:force="1"
429 t:named-template="component.title"
430 param:node="ancestor-or-self::dedication[1]"
431 margin-left="{$title.margin.left}"
432 font-size="&hsize5;"
433 font-family="{$title.fontset}"
434 font-weight="bold"/>
435 <subtitle
436 font-family="{$title.fontset}"/>
437 <itermset/>
438 </t:titlepage-content>
439
440 <t:titlepage-content t:side="verso">
441 </t:titlepage-content>
442
443 <t:titlepage-separator>
444 </t:titlepage-separator>
445
446 <t:titlepage-before t:side="recto">
447 </t:titlepage-before>
448
449 <t:titlepage-before t:side="verso">
450 </t:titlepage-before>
451</t:titlepage>
452
453<!-- ==================================================================== -->
454
455<!-- Same formatting as dedication -->
456 <t:titlepage t:element="acknowledgements" t:wrapper="fo:block">
457 <t:titlepage-content t:side="recto">
458 <title
459 t:force="1"
460 t:named-template="component.title"
461 param:node="ancestor-or-self::acknowledgements[1]"
462 margin-left="{$title.margin.left}"
463 font-size="&hsize5;"
464 font-family="{$title.fontset}"
465 font-weight="bold"/>
466 <subtitle
467 font-family="{$title.fontset}"/>
468 <itermset/>
469 </t:titlepage-content>
470
471 <t:titlepage-content t:side="verso">
472 </t:titlepage-content>
473
474 <t:titlepage-separator>
475 </t:titlepage-separator>
476
477 <t:titlepage-before t:side="recto">
478 </t:titlepage-before>
479
480 <t:titlepage-before t:side="verso">
481 </t:titlepage-before>
482</t:titlepage>
483
484
485<!-- ==================================================================== -->
486
487 <t:titlepage t:element="preface" t:wrapper="fo:block">
488 <t:titlepage-content t:side="recto">
489 <title
490 t:force="1"
491 t:named-template="component.title"
492 param:node="ancestor-or-self::preface[1]"
493 margin-left="{$title.margin.left}"
494 font-size="&hsize5;"
495 font-family="{$title.fontset}"
496 font-weight="bold"/>
497 <subtitle
498 font-family="{$title.fontset}"/>
499 <corpauthor/>
500 <authorgroup/>
501 <author/>
502 <othercredit/>
503 <releaseinfo/>
504 <copyright/>
505 <legalnotice/>
506 <pubdate/>
507 <revision/>
508 <revhistory/>
509 <abstract/>
510 <itermset/>
511 </t:titlepage-content>
512
513 <t:titlepage-content t:side="verso">
514 </t:titlepage-content>
515
516 <t:titlepage-separator>
517 </t:titlepage-separator>
518
519 <t:titlepage-before t:side="recto">
520 </t:titlepage-before>
521
522 <t:titlepage-before t:side="verso">
523 </t:titlepage-before>
524</t:titlepage>
525
526<!-- ==================================================================== -->
527
528 <t:titlepage t:element="chapter" t:wrapper="fo:block"
529 font-family="{$title.fontset}">
530 <t:titlepage-content t:side="recto" margin-left="{$title.margin.left}">
531 <title t:named-template="component.title"
532 param:node="ancestor-or-self::chapter[1]"
533 font-size="&hsize5;"
534 font-weight="bold"/>
535
536 <subtitle space-before="0.5em"
537 font-style="italic"
538 font-size="&hsize2;"
539 font-weight="bold"/>
540
541 <corpauthor space-before="0.5em"
542 space-after="0.5em"
543 font-size="&hsize2;"/>
544
545 <authorgroup space-before="0.5em"
546 space-after="0.5em"
547 font-size="&hsize2;"/>
548
549 <author space-before="0.5em"
550 space-after="0.5em"
551 font-size="&hsize2;"/>
552
553 <othercredit/>
554 <releaseinfo/>
555 <copyright/>
556 <legalnotice/>
557 <pubdate/>
558 <revision/>
559 <revhistory/>
560 <abstract/>
561 <itermset/>
562 </t:titlepage-content>
563
564 <t:titlepage-content t:side="verso">
565 </t:titlepage-content>
566
567 <t:titlepage-separator>
568 </t:titlepage-separator>
569
570 <t:titlepage-before t:side="recto">
571 </t:titlepage-before>
572
573 <t:titlepage-before t:side="verso">
574 </t:titlepage-before>
575</t:titlepage>
576
577<!-- ==================================================================== -->
578
579 <t:titlepage t:element="appendix" t:wrapper="fo:block">
580 <t:titlepage-content t:side="recto">
581 <title
582 t:named-template="component.title"
583 param:node="ancestor-or-self::appendix[1]"
584 margin-left="{$title.margin.left}"
585 font-size="&hsize5;"
586 font-weight="bold"
587 font-family="{$title.fontset}"/>
588 <subtitle
589 font-family="{$title.fontset}"/>
590 <corpauthor/>
591 <authorgroup/>
592 <author/>
593 <othercredit/>
594 <releaseinfo/>
595 <copyright/>
596 <legalnotice/>
597 <pubdate/>
598 <revision/>
599 <revhistory/>
600 <abstract/>
601 <itermset/>
602 </t:titlepage-content>
603
604 <t:titlepage-content t:side="verso">
605 </t:titlepage-content>
606
607 <t:titlepage-separator>
608 </t:titlepage-separator>
609
610 <t:titlepage-before t:side="recto">
611 </t:titlepage-before>
612
613 <t:titlepage-before t:side="verso">
614 </t:titlepage-before>
615</t:titlepage>
616
617<!-- ==================================================================== -->
618
619<t:titlepage t:element="section" t:wrapper="fo:block">
620 <t:titlepage-content t:side="recto">
621 <title
622 margin-left="{$title.margin.left}"
623 font-family="{$title.fontset}"/>
624 <subtitle
625 font-family="{$title.fontset}"/>
626 <corpauthor/>
627 <authorgroup/>
628 <author/>
629 <othercredit/>
630 <releaseinfo/>
631 <copyright/>
632 <legalnotice/>
633 <pubdate/>
634 <revision/>
635 <revhistory/>
636 <abstract/>
637 <itermset/>
638 </t:titlepage-content>
639
640 <t:titlepage-content t:side="verso">
641 </t:titlepage-content>
642
643 <t:titlepage-separator>
644 </t:titlepage-separator>
645
646 <t:titlepage-before t:side="recto">
647 </t:titlepage-before>
648
649 <t:titlepage-before t:side="verso">
650 </t:titlepage-before>
651</t:titlepage>
652
653<t:titlepage t:element="sect1" t:wrapper="fo:block">
654 <t:titlepage-content t:side="recto">
655 <title
656 margin-left="{$title.margin.left}"
657 font-family="{$title.fontset}"/>
658 <subtitle
659 font-family="{$title.fontset}"/>
660 <corpauthor/>
661 <authorgroup/>
662 <author/>
663 <othercredit/>
664 <releaseinfo/>
665 <copyright/>
666 <legalnotice/>
667 <pubdate/>
668 <revision/>
669 <revhistory/>
670 <abstract/>
671 <itermset/>
672 </t:titlepage-content>
673
674 <t:titlepage-content t:side="verso">
675 </t:titlepage-content>
676
677 <t:titlepage-separator>
678 </t:titlepage-separator>
679
680 <t:titlepage-before t:side="recto">
681 </t:titlepage-before>
682
683 <t:titlepage-before t:side="verso">
684 </t:titlepage-before>
685</t:titlepage>
686
687<t:titlepage t:element="sect2" t:wrapper="fo:block">
688 <t:titlepage-content t:side="recto">
689 <title
690 margin-left="{$title.margin.left}"
691 font-family="{$title.fontset}"/>
692 <subtitle
693 font-family="{$title.fontset}"/>
694 <corpauthor/>
695 <authorgroup/>
696 <author/>
697 <othercredit/>
698 <releaseinfo/>
699 <copyright/>
700 <legalnotice/>
701 <pubdate/>
702 <revision/>
703 <revhistory/>
704 <abstract/>
705 <itermset/>
706 </t:titlepage-content>
707
708 <t:titlepage-content t:side="verso">
709 </t:titlepage-content>
710
711 <t:titlepage-separator>
712 </t:titlepage-separator>
713
714 <t:titlepage-before t:side="recto">
715 </t:titlepage-before>
716
717 <t:titlepage-before t:side="verso">
718 </t:titlepage-before>
719</t:titlepage>
720
721<t:titlepage t:element="sect3" t:wrapper="fo:block">
722 <t:titlepage-content t:side="recto">
723 <title
724 margin-left="{$title.margin.left}"
725 font-family="{$title.fontset}"/>
726 <subtitle
727 font-family="{$title.fontset}"/>
728 <corpauthor/>
729 <authorgroup/>
730 <author/>
731 <othercredit/>
732 <releaseinfo/>
733 <copyright/>
734 <legalnotice/>
735 <pubdate/>
736 <revision/>
737 <revhistory/>
738 <abstract/>
739 <itermset/>
740 </t:titlepage-content>
741
742 <t:titlepage-content t:side="verso">
743 </t:titlepage-content>
744
745 <t:titlepage-separator>
746 </t:titlepage-separator>
747
748 <t:titlepage-before t:side="recto">
749 </t:titlepage-before>
750
751 <t:titlepage-before t:side="verso">
752 </t:titlepage-before>
753</t:titlepage>
754
755<t:titlepage t:element="sect4" t:wrapper="fo:block">
756 <t:titlepage-content t:side="recto">
757 <title
758 margin-left="{$title.margin.left}"
759 font-family="{$title.fontset}"/>
760 <subtitle
761 font-family="{$title.fontset}"/>
762 <corpauthor/>
763 <authorgroup/>
764 <author/>
765 <othercredit/>
766 <releaseinfo/>
767 <copyright/>
768 <legalnotice/>
769 <pubdate/>
770 <revision/>
771 <revhistory/>
772 <abstract/>
773 <itermset/>
774 </t:titlepage-content>
775
776 <t:titlepage-content t:side="verso">
777 </t:titlepage-content>
778
779 <t:titlepage-separator>
780 </t:titlepage-separator>
781
782 <t:titlepage-before t:side="recto">
783 </t:titlepage-before>
784
785 <t:titlepage-before t:side="verso">
786 </t:titlepage-before>
787</t:titlepage>
788
789<t:titlepage t:element="sect5" t:wrapper="fo:block">
790 <t:titlepage-content t:side="recto">
791 <title
792 margin-left="{$title.margin.left}"
793 font-family="{$title.fontset}"/>
794 <subtitle
795 font-family="{$title.fontset}"/>
796 <corpauthor/>
797 <authorgroup/>
798 <author/>
799 <othercredit/>
800 <releaseinfo/>
801 <copyright/>
802 <legalnotice/>
803 <pubdate/>
804 <revision/>
805 <revhistory/>
806 <abstract/>
807 <itermset/>
808 </t:titlepage-content>
809
810 <t:titlepage-content t:side="verso">
811 </t:titlepage-content>
812
813 <t:titlepage-separator>
814 </t:titlepage-separator>
815
816 <t:titlepage-before t:side="recto">
817 </t:titlepage-before>
818
819 <t:titlepage-before t:side="verso">
820 </t:titlepage-before>
821</t:titlepage>
822
823<t:titlepage t:element="simplesect" t:wrapper="fo:block">
824 <t:titlepage-content t:side="recto">
825 <title
826 margin-left="{$title.margin.left}"
827 font-family="{$title.fontset}"/>
828 <subtitle
829 font-family="{$title.fontset}"/>
830 <corpauthor/>
831 <authorgroup/>
832 <author/>
833 <othercredit/>
834 <releaseinfo/>
835 <copyright/>
836 <legalnotice/>
837 <pubdate/>
838 <revision/>
839 <revhistory/>
840 <abstract/>
841 <itermset/>
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<t:titlepage t:element="topic" t:wrapper="fo:block">
858 <t:titlepage-content t:side="recto">
859 <title
860 font-weight="bold"
861 font-size="&hsize3;"
862 space-before="1em"
863 space-after="1em"
864 font-family="{$title.fontset}"/>
865 <subtitle
866 font-family="{$title.fontset}"/>
867 </t:titlepage-content>
868
869 <t:titlepage-content t:side="verso">
870 </t:titlepage-content>
871
872 <t:titlepage-separator>
873 </t:titlepage-separator>
874
875 <t:titlepage-before t:side="recto">
876 </t:titlepage-before>
877
878 <t:titlepage-before t:side="verso">
879 </t:titlepage-before>
880</t:titlepage>
881
882<!-- ==================================================================== -->
883
884 <t:titlepage t:element="bibliography" t:wrapper="fo:block">
885 <t:titlepage-content t:side="recto">
886 <title
887 t:force="1"
888 t:named-template="component.title"
889 param:node="ancestor-or-self::bibliography[1]"
890 margin-left="{$title.margin.left}"
891 font-size="&hsize5;"
892 font-family="{$title.fontset}"
893 font-weight="bold"/>
894 <subtitle
895 font-family="{$title.fontset}"/>
896 <itermset/>
897 </t:titlepage-content>
898
899 <t:titlepage-content t:side="verso">
900 </t:titlepage-content>
901
902 <t:titlepage-separator>
903 </t:titlepage-separator>
904
905 <t:titlepage-before t:side="recto">
906 </t:titlepage-before>
907
908 <t:titlepage-before t:side="verso">
909 </t:titlepage-before>
910 </t:titlepage>
911
912<!-- ==================================================================== -->
913
914 <t:titlepage t:element="bibliodiv" t:wrapper="fo:block">
915 <t:titlepage-content t:side="recto">
916 <title t:named-template="component.title"
917 param:node="ancestor-or-self::bibliodiv[1]"
918 margin-left="{$title.margin.left}"
919 font-size="&hsize4;"
920 font-family="{$title.fontset}"
921 font-weight="bold"/>
922 <subtitle
923 font-family="{$title.fontset}"/>
924 <itermset/>
925 </t:titlepage-content>
926
927 <t:titlepage-content t:side="verso">
928 </t:titlepage-content>
929
930 <t:titlepage-separator>
931 </t:titlepage-separator>
932
933 <t:titlepage-before t:side="recto">
934 </t:titlepage-before>
935
936 <t:titlepage-before t:side="verso">
937 </t:titlepage-before>
938 </t:titlepage>
939
940<!-- ==================================================================== -->
941
942 <t:titlepage t:element="glossary" t:wrapper="fo:block">
943 <t:titlepage-content t:side="recto">
944 <title
945 t:force="1"
946 t:named-template="component.title"
947 param:node="ancestor-or-self::glossary[1]"
948 margin-left="{$title.margin.left}"
949 font-size="&hsize5;"
950 font-family="{$title.fontset}"
951 font-weight="bold"/>
952 <subtitle
953 font-family="{$title.fontset}"/>
954 <itermset/>
955 </t:titlepage-content>
956
957 <t:titlepage-content t:side="verso">
958 </t:titlepage-content>
959
960 <t:titlepage-separator>
961 </t:titlepage-separator>
962
963 <t:titlepage-before t:side="recto">
964 </t:titlepage-before>
965
966 <t:titlepage-before t:side="verso">
967 </t:titlepage-before>
968 </t:titlepage>
969
970<!-- ==================================================================== -->
971
972 <t:titlepage t:element="glossdiv" t:wrapper="fo:block">
973 <t:titlepage-content t:side="recto">
974 <title t:named-template="component.title"
975 param:node="ancestor-or-self::glossdiv[1]"
976 margin-left="{$title.margin.left}"
977 font-size="&hsize4;"
978 font-family="{$title.fontset}"
979 font-weight="bold"/>
980 <subtitle
981 font-family="{$title.fontset}"/>
982 <itermset/>
983 </t:titlepage-content>
984
985 <t:titlepage-content t:side="verso">
986 </t:titlepage-content>
987
988 <t:titlepage-separator>
989 </t:titlepage-separator>
990
991 <t:titlepage-before t:side="recto">
992 </t:titlepage-before>
993
994 <t:titlepage-before t:side="verso">
995 </t:titlepage-before>
996 </t:titlepage>
997
998<!-- ==================================================================== -->
999
1000 <t:titlepage t:element="index" t:wrapper="fo:block">
1001 <t:titlepage-content t:side="recto">
1002 <title
1003 t:force="1"
1004 t:named-template="component.title"
1005 param:node="ancestor-or-self::index[1]"
1006 param:pagewide="1"
1007 margin-left="0pt"
1008 font-size="&hsize5;"
1009 font-family="{$title.fontset}"
1010 font-weight="bold"/>
1011 <subtitle
1012 font-family="{$title.fontset}"/>
1013 <itermset/>
1014 </t:titlepage-content>
1015
1016 <t:titlepage-content t:side="verso">
1017 </t:titlepage-content>
1018
1019 <t:titlepage-separator>
1020 </t:titlepage-separator>
1021
1022 <t:titlepage-before t:side="recto">
1023 </t:titlepage-before>
1024
1025 <t:titlepage-before t:side="verso">
1026 </t:titlepage-before>
1027 </t:titlepage>
1028
1029<!-- ==================================================================== -->
1030
1031 <!-- The indexdiv.title template is used so that manual and -->
1032 <!-- automatically generated indexdiv titles get the same -->
1033 <!-- formatting. -->
1034
1035 <t:titlepage t:element="indexdiv" t:wrapper="fo:block">
1036 <t:titlepage-content t:side="recto">
1037 <title t:force="1"
1038 t:named-template="indexdiv.title"
1039 param:title="title"/>
1040 <subtitle
1041 font-family="{$title.fontset}"/>
1042 <itermset/>
1043 </t:titlepage-content>
1044
1045 <t:titlepage-content t:side="verso">
1046 </t:titlepage-content>
1047
1048 <t:titlepage-separator>
1049 </t:titlepage-separator>
1050
1051 <t:titlepage-before t:side="recto">
1052 </t:titlepage-before>
1053
1054 <t:titlepage-before t:side="verso">
1055 </t:titlepage-before>
1056 </t:titlepage>
1057
1058<!-- ==================================================================== -->
1059
1060 <t:titlepage t:element="setindex" t:wrapper="fo:block">
1061 <t:titlepage-content t:side="recto">
1062 <title
1063 t:force="1"
1064 t:named-template="component.title"
1065 param:node="ancestor-or-self::setindex[1]"
1066 param:pagewide="1"
1067 margin-left="0pt"
1068 font-size="&hsize5;"
1069 font-family="{$title.fontset}"
1070 font-weight="bold"/>
1071 <subtitle
1072 font-family="{$title.fontset}"/>
1073 <itermset/>
1074 </t:titlepage-content>
1075
1076 <t:titlepage-content t:side="verso">
1077 </t:titlepage-content>
1078
1079 <t:titlepage-separator>
1080 </t:titlepage-separator>
1081
1082 <t:titlepage-before t:side="recto">
1083 </t:titlepage-before>
1084
1085 <t:titlepage-before t:side="verso">
1086 </t:titlepage-before>
1087 </t:titlepage>
1088
1089<!-- ==================================================================== -->
1090
1091 <t:titlepage t:element="colophon" t:wrapper="fo:block">
1092 <t:titlepage-content t:side="recto">
1093 <title
1094 t:force="1"
1095 t:named-template="component.title"
1096 param:node="ancestor-or-self::colophon[1]"
1097 margin-left="{$title.margin.left}"
1098 font-size="&hsize5;"
1099 font-family="{$title.fontset}"
1100 font-weight="bold"/>
1101 <subtitle
1102 font-family="{$title.fontset}"/>
1103 <itermset/>
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<!-- ==================================================================== -->
1120
1121 <t:titlepage t:element="sidebar" t:wrapper="fo:block">
1122 <t:titlepage-content t:side="recto">
1123 <title
1124 font-family="{$title.fontset}"
1125 font-weight="bold"/>
1126 <subtitle
1127 font-family="{$title.fontset}"/>
1128 <itermset/>
1129 </t:titlepage-content>
1130
1131 <t:titlepage-content t:side="verso">
1132 </t:titlepage-content>
1133
1134 <t:titlepage-separator>
1135 </t:titlepage-separator>
1136
1137 <t:titlepage-before t:side="recto">
1138 </t:titlepage-before>
1139
1140 <t:titlepage-before t:side="verso">
1141 </t:titlepage-before>
1142 </t:titlepage>
1143
1144<!-- ==================================================================== -->
1145<t:titlepage t:element="qandaset" t:wrapper="fo:block"
1146 font-family="{$title.fontset}">
1147
1148 <t:titlepage-content t:side="recto"
1149 start-indent="0pt"
1150 text-align="center">
1151
1152 <title t:named-template="component.title"
1153 param:node="ancestor-or-self::qandaset[1]"
1154 keep-with-next.within-column="always"
1155 font-size="&hsize5;"
1156 font-weight="bold"/>
1157
1158 <subtitle/>
1159
1160 <corpauthor space-before="0.5em"
1161 font-size="&hsize2;"/>
1162 <authorgroup space-before="0.5em"
1163 font-size="&hsize2;"/>
1164 <author space-before="0.5em"
1165 font-size="&hsize2;"/>
1166
1167 <othercredit space-before="0.5em"/>
1168 <releaseinfo space-before="0.5em"/>
1169 <copyright space-before="0.5em"/>
1170 <legalnotice text-align="start"
1171 margin-left="0.5in"
1172 margin-right="0.5in"
1173 font-family="{$body.fontset}"/>
1174 <pubdate space-before="0.5em"/>
1175 <revision space-before="0.5em"/>
1176 <revhistory space-before="0.5em"/>
1177 <abstract space-before="0.5em"
1178 text-align="start"
1179 margin-left="0.5in"
1180 margin-right="0.5in"
1181 font-family="{$body.fontset}"/>
1182 <itermset/>
1183 </t:titlepage-content>
1184
1185 <t:titlepage-content t:side="verso">
1186 </t:titlepage-content>
1187
1188 <t:titlepage-separator>
1189 </t:titlepage-separator>
1190
1191 <t:titlepage-before t:side="recto">
1192 </t:titlepage-before>
1193
1194 <t:titlepage-before t:side="verso">
1195 </t:titlepage-before>
1196</t:titlepage>
1197
1198<!-- ==================================================================== -->
1199
1200 <t:titlepage t:element="table.of.contents" t:wrapper="fo:block">
1201 <t:titlepage-content t:side="recto">
1202 <title
1203 t:force="1"
1204 t:named-template="gentext"
1205 param:key="'TableofContents'"
1206 space-before.minimum="1em"
1207 space-before.optimum="1.5em"
1208 space-before.maximum="2em"
1209 space-after="0.5em"
1210 start-indent="0pt"
1211 font-size="&hsize3;"
1212 font-weight="bold"
1213 font-family="{$title.fontset}"/>
1214 </t:titlepage-content>
1215
1216 <t:titlepage-content t:side="verso">
1217 </t:titlepage-content>
1218
1219 <t:titlepage-separator>
1220 </t:titlepage-separator>
1221
1222 <t:titlepage-before t:side="recto">
1223 </t:titlepage-before>
1224
1225 <t:titlepage-before t:side="verso">
1226 </t:titlepage-before>
1227 </t:titlepage>
1228
1229 <t:titlepage t:element="list.of.tables" t:wrapper="fo:block">
1230 <t:titlepage-content t:side="recto">
1231 <title
1232 t:force="1"
1233 t:named-template="gentext"
1234 param:key="'ListofTables'"
1235 space-before.minimum="1em"
1236 space-before.optimum="1.5em"
1237 space-before.maximum="2em"
1238 space-after="0.5em"
1239 start-indent="0pt"
1240 font-size="&hsize3;"
1241 font-weight="bold"
1242 font-family="{$title.fontset}"/>
1243 </t:titlepage-content>
1244
1245 <t:titlepage-content t:side="verso">
1246 </t:titlepage-content>
1247
1248 <t:titlepage-separator>
1249 </t:titlepage-separator>
1250
1251 <t:titlepage-before t:side="recto">
1252 </t:titlepage-before>
1253
1254 <t:titlepage-before t:side="verso">
1255 </t:titlepage-before>
1256 </t:titlepage>
1257
1258 <t:titlepage t:element="list.of.figures" t:wrapper="fo:block">
1259 <t:titlepage-content t:side="recto">
1260 <title
1261 t:force="1"
1262 t:named-template="gentext"
1263 param:key="'ListofFigures'"
1264 space-before.minimum="1em"
1265 space-before.optimum="1.5em"
1266 space-before.maximum="2em"
1267 space-after="0.5em"
1268 start-indent="0pt"
1269 font-size="&hsize3;"
1270 font-weight="bold"
1271 font-family="{$title.fontset}"/>
1272 </t:titlepage-content>
1273
1274 <t:titlepage-content t:side="verso">
1275 </t:titlepage-content>
1276
1277 <t:titlepage-separator>
1278 </t:titlepage-separator>
1279
1280 <t:titlepage-before t:side="recto">
1281 </t:titlepage-before>
1282
1283 <t:titlepage-before t:side="verso">
1284 </t:titlepage-before>
1285 </t:titlepage>
1286
1287 <t:titlepage t:element="list.of.examples" t:wrapper="fo:block">
1288 <t:titlepage-content t:side="recto">
1289 <title
1290 t:force="1"
1291 t:named-template="gentext"
1292 param:key="'ListofExamples'"
1293 space-before.minimum="1em"
1294 space-before.optimum="1.5em"
1295 space-before.maximum="2em"
1296 space-after="0.5em"
1297 start-indent="0pt"
1298 font-size="&hsize3;"
1299 font-weight="bold"
1300 font-family="{$title.fontset}"/>
1301 </t:titlepage-content>
1302
1303 <t:titlepage-content t:side="verso">
1304 </t:titlepage-content>
1305
1306 <t:titlepage-separator>
1307 </t:titlepage-separator>
1308
1309 <t:titlepage-before t:side="recto">
1310 </t:titlepage-before>
1311
1312 <t:titlepage-before t:side="verso">
1313 </t:titlepage-before>
1314 </t:titlepage>
1315
1316 <t:titlepage t:element="list.of.equations" t:wrapper="fo:block">
1317 <t:titlepage-content t:side="recto">
1318 <title
1319 t:force="1"
1320 t:named-template="gentext"
1321 param:key="'ListofEquations'"
1322 space-before.minimum="1em"
1323 space-before.optimum="1.5em"
1324 space-before.maximum="2em"
1325 space-after="0.5em"
1326 start-indent="0pt"
1327 font-size="&hsize3;"
1328 font-weight="bold"
1329 font-family="{$title.fontset}"/>
1330 </t:titlepage-content>
1331
1332 <t:titlepage-content t:side="verso">
1333 </t:titlepage-content>
1334
1335 <t:titlepage-separator>
1336 </t:titlepage-separator>
1337
1338 <t:titlepage-before t:side="recto">
1339 </t:titlepage-before>
1340
1341 <t:titlepage-before t:side="verso">
1342 </t:titlepage-before>
1343 </t:titlepage>
1344
1345 <t:titlepage t:element="list.of.procedures" t:wrapper="fo:block">
1346 <t:titlepage-content t:side="recto">
1347 <title
1348 t:force="1"
1349 t:named-template="gentext"
1350 param:key="'ListofProcedures'"
1351 space-before.minimum="1em"
1352 space-before.optimum="1.5em"
1353 space-before.maximum="2em"
1354 space-after="0.5em"
1355 start-indent="0pt"
1356 font-size="&hsize3;"
1357 font-weight="bold"
1358 font-family="{$title.fontset}"/>
1359 </t:titlepage-content>
1360
1361 <t:titlepage-content t:side="verso">
1362 </t:titlepage-content>
1363
1364 <t:titlepage-separator>
1365 </t:titlepage-separator>
1366
1367 <t:titlepage-before t:side="recto">
1368 </t:titlepage-before>
1369
1370 <t:titlepage-before t:side="verso">
1371 </t:titlepage-before>
1372 </t:titlepage>
1373
1374 <t:titlepage t:element="list.of.unknowns" t:wrapper="fo:block">
1375 <t:titlepage-content t:side="recto">
1376 <title
1377 t:force="1"
1378 t:named-template="gentext"
1379 param:key="'ListofUnknown'"
1380 space-before.minimum="1em"
1381 space-before.optimum="1.5em"
1382 space-before.maximum="2em"
1383 space-after="0.5em"
1384 start-indent="0pt"
1385 font-size="&hsize3;"
1386 font-weight="bold"
1387 font-family="{$title.fontset}"/>
1388 </t:titlepage-content>
1389
1390 <t:titlepage-content t:side="verso">
1391 </t:titlepage-content>
1392
1393 <t:titlepage-separator>
1394 </t:titlepage-separator>
1395
1396 <t:titlepage-before t:side="recto">
1397 </t:titlepage-before>
1398
1399 <t:titlepage-before t:side="verso">
1400 </t:titlepage-before>
1401 </t:titlepage>
1402
1403 <t:titlepage t:element="component.list.of.tables" t:wrapper="fo:block">
1404 <t:titlepage-content t:side="recto">
1405 <title
1406 t:force="1"
1407 t:named-template="gentext"
1408 param:key="'ListofTables'"
1409 space-before.minimum="1em"
1410 space-before.optimum="1em"
1411 space-before.maximum="1em"
1412 space-after="0.5em"
1413 margin-left="{$title.margin.left}"
1414 font-size="&hsize1;"
1415 font-weight="bold"
1416 font-family="{$title.fontset}"/>
1417 </t:titlepage-content>
1418
1419 <t:titlepage-content t:side="verso">
1420 </t:titlepage-content>
1421
1422 <t:titlepage-separator>
1423 </t:titlepage-separator>
1424
1425 <t:titlepage-before t:side="recto">
1426 </t:titlepage-before>
1427
1428 <t:titlepage-before t:side="verso">
1429 </t:titlepage-before>
1430 </t:titlepage>
1431
1432 <t:titlepage t:element="component.list.of.figures" t:wrapper="fo:block">
1433 <t:titlepage-content t:side="recto">
1434 <title
1435 t:force="1"
1436 t:named-template="gentext"
1437 param:key="'ListofFigures'"
1438 space-before.minimum="1em"
1439 space-before.optimum="1em"
1440 space-before.maximum="1em"
1441 space-after="0.5em"
1442 margin-left="{$title.margin.left}"
1443 font-size="&hsize1;"
1444 font-weight="bold"
1445 font-family="{$title.fontset}"/>
1446 </t:titlepage-content>
1447
1448 <t:titlepage-content t:side="verso">
1449 </t:titlepage-content>
1450
1451 <t:titlepage-separator>
1452 </t:titlepage-separator>
1453
1454 <t:titlepage-before t:side="recto">
1455 </t:titlepage-before>
1456
1457 <t:titlepage-before t:side="verso">
1458 </t:titlepage-before>
1459 </t:titlepage>
1460
1461 <t:titlepage t:element="component.list.of.examples" t:wrapper="fo:block">
1462 <t:titlepage-content t:side="recto">
1463 <title
1464 t:force="1"
1465 t:named-template="gentext"
1466 param:key="'ListofExamples'"
1467 space-before.minimum="1em"
1468 space-before.optimum="1em"
1469 space-before.maximum="1em"
1470 space-after="0.5em"
1471 margin-left="{$title.margin.left}"
1472 font-size="&hsize1;"
1473 font-weight="bold"
1474 font-family="{$title.fontset}"/>
1475 </t:titlepage-content>
1476
1477 <t:titlepage-content t:side="verso">
1478 </t:titlepage-content>
1479
1480 <t:titlepage-separator>
1481 </t:titlepage-separator>
1482
1483 <t:titlepage-before t:side="recto">
1484 </t:titlepage-before>
1485
1486 <t:titlepage-before t:side="verso">
1487 </t:titlepage-before>
1488 </t:titlepage>
1489
1490 <t:titlepage t:element="component.list.of.equations" t:wrapper="fo:block">
1491 <t:titlepage-content t:side="recto">
1492 <title
1493 t:force="1"
1494 t:named-template="gentext"
1495 param:key="'ListofEquations'"
1496 space-before.minimum="1em"
1497 space-before.optimum="1em"
1498 space-before.maximum="1em"
1499 space-after="0.5em"
1500 margin-left="{$title.margin.left}"
1501 font-size="&hsize1;"
1502 font-weight="bold"
1503 font-family="{$title.fontset}"/>
1504 </t:titlepage-content>
1505
1506 <t:titlepage-content t:side="verso">
1507 </t:titlepage-content>
1508
1509 <t:titlepage-separator>
1510 </t:titlepage-separator>
1511
1512 <t:titlepage-before t:side="recto">
1513 </t:titlepage-before>
1514
1515 <t:titlepage-before t:side="verso">
1516 </t:titlepage-before>
1517 </t:titlepage>
1518
1519 <t:titlepage t:element="component.list.of.procedures" t:wrapper="fo:block">
1520 <t:titlepage-content t:side="recto">
1521 <title
1522 t:force="1"
1523 t:named-template="gentext"
1524 param:key="'ListofProcedures'"
1525 space-before.minimum="1em"
1526 space-before.optimum="1em"
1527 space-before.maximum="1em"
1528 space-after="0.5em"
1529 margin-left="{$title.margin.left}"
1530 font-size="&hsize1;"
1531 font-weight="bold"
1532 font-family="{$title.fontset}"/>
1533 </t:titlepage-content>
1534
1535 <t:titlepage-content t:side="verso">
1536 </t:titlepage-content>
1537
1538 <t:titlepage-separator>
1539 </t:titlepage-separator>
1540
1541 <t:titlepage-before t:side="recto">
1542 </t:titlepage-before>
1543
1544 <t:titlepage-before t:side="verso">
1545 </t:titlepage-before>
1546 </t:titlepage>
1547
1548 <t:titlepage t:element="component.list.of.unknowns" t:wrapper="fo:block">
1549 <t:titlepage-content t:side="recto">
1550 <title
1551 t:force="1"
1552 t:named-template="gentext"
1553 param:key="'ListofUnknown'"
1554 space-before.minimum="1em"
1555 space-before.optimum="1em"
1556 space-before.maximum="1em"
1557 space-after="0.5em"
1558 margin-left="{$title.margin.left}"
1559 font-size="&hsize1;"
1560 font-weight="bold"
1561 font-family="{$title.fontset}"/>
1562 </t:titlepage-content>
1563
1564 <t:titlepage-content t:side="verso">
1565 </t:titlepage-content>
1566
1567 <t:titlepage-separator>
1568 </t:titlepage-separator>
1569
1570 <t:titlepage-before t:side="recto">
1571 </t:titlepage-before>
1572
1573 <t:titlepage-before t:side="verso">
1574 </t:titlepage-before>
1575 </t:titlepage>
1576
1577<!-- ==================================================================== -->
1578
1579</t:templates>
Note: See TracBrowser for help on using the repository browser.