doc: Add product logos to books
[fw/altos] / doc / titlepage.templates.tmpl
index 9de1b31f257ff0b6e0279b148453217ea77d0385..1669e465012ae1a0cae542cf3973f1e64f1dff5c 100644 (file)
 
 <!-- ==================================================================== -->
 
-  <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 font-size="&hsize3;"
-                 keep-with-next.within-column="always"
-                 space-before="2in"/>
-      <authorgroup space-before="2in"/>
-      <author font-size="&hsize3;"
-             space-before="&hsize2space;"
-             keep-with-next.within-column="always"/>
-      <!-- If you add editor, include this t:predicate attribute
-           because only the first editor generates the list of editors.
-      <editor t:predicate="[position() = 1]"/>
-      -->
-      <mediaobject space-before="1.5in"/>
-      <itermset/>
-    </t:titlepage-content>
+<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 font-size="&hsize3;"
+               keep-with-next.within-column="always"
+               space-before="2in"/>
+    -->
+    <authorgroup space-before="2in"/>
+    <author font-size="&hsize3;"
+           space-before="&hsize2space;"
+           keep-with-next.within-column="always"/>
+    <!-- If you add editor, include this t:predicate attribute
+         because only the first editor generates the list of editors.
+        <editor t:predicate="[position() = 1]"/>
+        -->
+    <mediaobject space-before="1.5in"/>
+    <itermset/>
+  </t:titlepage-content>
 
   <t:titlepage-content t:side="verso">
       <title
             font-size="&hsize2;"
             font-weight="bold"
             font-family="{$title.fontset}"/>
-      <corpauthor/>
       <authorgroup t:named-template="verso.authorgroup"/>
       <author/>
       <!-- If you add editor, include this t:predicate attribute
       <copyright/>
       <abstract/>
       <legalnotice font-size="8pt"/>
+      <corpauthor text-align="center"/>
       <revhistory space-before="0.5in"/>
   </t:titlepage-content>