summaryrefslogtreecommitdiff
path: root/scripts/titlepage.templates.xml
blob: 846724440499a81e570f262d3b059be0b2e5e0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE t:templates [
<!ENTITY hsize0 "10pt">
<!ENTITY hsize1 "12pt">
<!ENTITY hsize2 "14.4pt">
<!ENTITY hsize3 "17.28pt">
<!ENTITY hsize4 "20.736pt">
<!ENTITY hsize5 "24.8832pt">
<!ENTITY hsize0space "7.5pt"> <!-- 0.75 * hsize0 -->
<!ENTITY hsize1space "9pt"> <!-- 0.75 * hsize1 -->
<!ENTITY hsize2space "10.8pt"> <!-- 0.75 * hsize2 -->
<!ENTITY hsize3space "12.96pt"> <!-- 0.75 * hsize3 -->
<!ENTITY hsize4space "15.552pt"> <!-- 0.75 * hsize4 -->
<!ENTITY hsize5space "18.6624pt"> <!-- 0.75 * hsize5 -->
]>
<t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0"
	     xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param"
             xmlns:fo="http://www.w3.org/1999/XSL/Format"
             xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<!-- ********************************************************************
     $Id: titlepage.templates.xml,v 1.23 2003/12/16 00:30:49 bobstayton Exp $
     ********************************************************************

     This file is part of the DocBook XSL Stylesheet distribution.
     See ../README or http://docbook.sf.net/ for copyright
     and other information.

     ******************************************************************** -->

<!-- ==================================================================== -->

<t:titlepage t:element="article" t:wrapper="fo:block"
             font-family="{$title.fontset}">

  <t:titlepage-content t:side="recto"
             text-align="center">

    <org/>

    <mediaobject/>

    <title t:named-template="component.title"
	   param:node="ancestor-or-self::article[1]"
	   keep-with-next="always"
	   font-size="&hsize5;"
	   font-weight="bold"
	   space-after="1.0em"
	   space-before="5.0em"
	   start-indent="0pt"
	   end-indent="0pt"
	   />

    <subtitle param:node="ancestor-or-self::article[1]"
	   keep-with-next="always"
	   font-size="&hsize3;"
	   font-weight="bold"
	   space-after="2.0em"
	   start-indent="0pt"
	   end-indent="0pt"
	   />

    <author space-before="4.0em"
            font-size="&hsize2;"
            space-after="0.8em"
	    start-indent="0pt"
	    end-indent="0pt"
	    />

    <email font-size="&hsize2;"/>

    <legalnotice text-align="start"
                 margin-left="0.5in"
                 margin-right="0.5in"
                 font-family="{$body.fontset}"
		 start-indent="0pt"
		 end-indent="0pt"
		 />

    <!-- the space after is an uggly hack to force the generated toc
    onto a new page -->
    <revhistory space-before="2.5in"
		start-indent="0pt"
		end-indent="0pt"
		font-size="&hsize0space;"/>

    <copyright space-before="3.5em"
	       start-indent="0pt"
	       end-indent="0pt"
	       />
  </t:titlepage-content>

  <t:titlepage-content t:side="verso">
  </t:titlepage-content>

  <t:titlepage-separator>
    <fo:block break-after="page"/>
  </t:titlepage-separator>

  <t:titlepage-before t:side="recto">
  </t:titlepage-before>

  <t:titlepage-before t:side="verso">
  </t:titlepage-before>
</t:titlepage>

</t:templates>