blob: 465c62f9cd98dd337fa9a8a4594bed2a1c0eeff9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE t:templates [
<!ENTITY hsize0 "10pt">
<!ENTITY hsize1 "12pt">
<!ENTITY hsize2 "14pt">
<!ENTITY hsize3 "16pt">
<!ENTITY hsize4 "18pt">
<!ENTITY hsize5 "20pt">
<!ENTITY hsize0space "7.5pt"> <!-- 0.75 * hsize0 -->
<!ENTITY hsize1space "9pt"> <!-- 0.75 * hsize1 -->
<!ENTITY hsize2space "10.5pt"> <!-- 0.75 * hsize2 -->
<!ENTITY hsize3space "12pt"> <!-- 0.75 * hsize3 -->
<!ENTITY hsize4space "13.5pt"> <!-- 0.75 * hsize4 -->
<!ENTITY hsize5space "15pt"> <!-- 0.75 * hsize5 -->
]>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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">
<t:titlepage t:element="book" t:wrapper="fo:block">
<t:titlepage-content t:side="recto">
<title t:named-template="division.title"
param:node="ancestor-or-self::book[1]" text-align="center"
font-size="&hsize5;" space-before="&hsize5space;" font-weight="bold"
font-family="{$title.fontset}"/>
<subtitle text-align="center" font-size="&hsize4;"
space-before="&hsize4space;" font-family="{$title.fontset}"/>
<corpauthor space-before="0.5em" font-size="&hsize2;"/>
<authorgroup space-before="0.5em" font-size="&hsize2;"/>
<author space-before="0.5em" font-size="&hsize2;"/>
<othercredit space-before="0.5em"/>
<mediaobject space-before="2em" space-after="2em"/>
<releaseinfo space-before="5em"/>
<revision space-before="0.5em"/>
<revhistory space-before="0.5em"/>
<abstract space-before="0.5em" text-align="start" margin-left="0.5in"
margin-right="0.5in" font-family="{$body.fontset}"/>
</t:titlepage-content>
<t:titlepage-content t:side="verso">
<copyright space-before="0.5em"/>
<legalnotice text-align="start" margin-left="0.5in" margin-right="0.5in"
font-family="{$body.fontset}"/>
<pubdate space-before="3.5em"/>
</t:titlepage-content>
<t:titlepage-separator>
</t:titlepage-separator>
<!--
<t:titlepage-before t:side="recto">
</t:titlepage-before>
<t:titlepage-before t:side="verso">
</t:titlepage-before>
-->
</t:titlepage>
<!--
<t:titlepage element="chapter" wrapper="fo:block">
<t:titlepage-content t:side="recto">
<title named-template="component.title"
param:node="ancestor-or-self::chapter[1]"
margin-left="{$title.margin.left}"
font-size="&hsize5;"
font-weight="bold"
font-family="{$title.font.family}"
border-top="solid black 2pt"/>
</t:titlepage-content>
</t:titlepage>
-->
<!-- ==================================================================== -->
</t:templates>