mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
06.02.2011 0a41076a72891bd18ccf1318fd5a6c5da7be296a
Further attempt to make the PDF better looking.
This embeds DejaVu fonts that I hope can be used for EPUB format as well.
Reduced page size so resampled .pngs, too.
14 files added
30 files modified
6661 ■■■■■ changed files
opendj3/pom.xml 106 ●●●●● patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSans-Oblique.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSans.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSansCondensed-Bold.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSansCondensed-BoldOblique.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSansMono-Bold.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSansMono-BoldOblique.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSansMono-Oblique.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSansMono.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSerif-Italic.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSerif.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSerifCondensed-Bold.ttf patch | view | raw | blame | history
opendj3/src/fonts/DejaVuSerifCondensed-BoldItalic.ttf patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/fo/coredoc.xsl 71 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/fo/titlepage.templates.xml 1346 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/fo/titlepages.xsl 5130 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/OpenDJ-Admin-Guide.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/JXplorer-dsml.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/Manage-Entries.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/Manage-Schema.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/OpenDJ-Control-Panel.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/create-vlv-index.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/custom-attrtype.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/custom-objclass.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/replA-monitor-repl.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/replA-setup.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/replB-data-repl.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/replB-global-admin.png patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/images/replB-setup.png patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/OpenDJ-Dev-Guide.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/images/data-organization.png patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/OpenDJ-Install-Guide.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-cpstart.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-finished.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-gendata.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-jvmopts.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-replopts.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-review.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-svrconf.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/QuickSetup-welcome.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/uninstall-finished.png patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/images/uninstall-start.png patch | view | raw | blame | history
opendj3/src/main/docbkx/release-notes/OpenDJ-Release-Notes.xml 2 ●●● patch | view | raw | blame | history
opendj3/pom.xml
@@ -101,6 +101,8 @@
    <docbkx-src>${basedir}/src/main/docbkx</docbkx-src>
    <dbstyle-dir>${basedir}/src/main/docbkx-stylesheets</dbstyle-dir>
    <docbkx-out>${basedir}/target/docbkx</docbkx-out>
    <fonts-src>${basedir}/src/fonts</fonts-src>
    <fonts-gen>${basedir}/target/fonts</fonts-gen>
    <site-out>${basedir}/target/site</site-out>
    <legalnotice>${basedir}/target/docbkx/html/legalnotice.html</legalnotice>
  </properties>
@@ -108,6 +110,23 @@
    <plugins>
      <plugin>
        <groupId>com.agilejava.docbkx</groupId>
        <artifactId>docbkx-fop-support</artifactId>
        <version>2.0.13</version>
        <inherited>false</inherited>
        <executions>
          <execution>
            <phase>pre-site</phase>
            <goals>
              <goal>generate</goal>
            </goals>
            <configuration>
              <ansi>true</ansi>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>com.agilejava.docbkx</groupId>
        <artifactId>docbkx-maven-plugin</artifactId>
        <version>2.0.13</version>
        <inherited>false</inherited>
@@ -119,6 +138,93 @@
          <includes>*/OpenDJ-*.xml</includes>
          <xincludeSupported>true</xincludeSupported>
          <fonts>
           <font>
            <name>DejaVuSans</name>
            <style>normal</style>
            <weight>normal</weight>
            <embedFile>${fonts-src}/DejaVuSans.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSans-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSans</name>
            <style>normal</style>
            <weight>bold</weight>
            <embedFile>${fonts-src}/DejaVuSansCondensed-Bold.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSansCondensed-Bold-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSans</name>
            <style>italic</style>
            <weight>normal</weight>
            <embedFile>${fonts-src}/DejaVuSans-Oblique.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSans-Oblique-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSans</name>
            <style>italic</style>
            <weight>bold</weight>
            <embedFile>${fonts-src}/DejaVuSansCondensed-BoldOblique.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSansCondensed-BoldOblique-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSansMono</name>
            <style>normal</style>
            <weight>normal</weight>
            <embedFile>${fonts-src}/DejaVuSansMono.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSansMono-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSansMono</name>
            <style>normal</style>
            <weight>bold</weight>
            <embedFile>${fonts-src}/DejaVuSansMono-Bold.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSansMono-Bold-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSansMono</name>
            <style>italic</style>
            <weight>normal</weight>
            <embedFile>${fonts-src}/DejaVuSansMono-Oblique.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSansMono-Oblique-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSansMono</name>
            <style>italic</style>
            <weight>bold</weight>
            <embedFile>${fonts-src}/DejaVuSansMono-BoldOblique.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSansMono-BoldOblique-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSerif</name>
            <style>normal</style>
            <weight>normal</weight>
            <embedFile>${fonts-src}/DejaVuSerif.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSerif-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSerif</name>
            <style>normal</style>
            <weight>bold</weight>
            <embedFile>${fonts-src}/DejaVuSerifCondensed-Bold.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSerifCondensed-Bold-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSerif</name>
            <style>italic</style>
            <weight>normal</weight>
            <embedFile>${fonts-src}/DejaVuSerif-Italic.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSerif-Italic-metrics.xml</metricsFile>
           </font>
           <font>
            <name>DejaVuSerif</name>
            <style>italic</style>
            <weight>bold</weight>
            <embedFile>${fonts-src}/DejaVuSerifCondensed-BoldItalic.ttf</embedFile>
            <metricsFile>${fonts-gen}/DejaVuSerifCondensed-BoldItalic-metrics.xml</metricsFile>
           </font>
          </fonts>
          <htmlStylesheet>css/coredoc.css</htmlStylesheet>
          <sectionAutolabel>true</sectionAutolabel>
opendj3/src/fonts/DejaVuSans-Oblique.ttf
Binary files differ
opendj3/src/fonts/DejaVuSans.ttf
Binary files differ
opendj3/src/fonts/DejaVuSansCondensed-Bold.ttf
Binary files differ
opendj3/src/fonts/DejaVuSansCondensed-BoldOblique.ttf
Binary files differ
opendj3/src/fonts/DejaVuSansMono-Bold.ttf
Binary files differ
opendj3/src/fonts/DejaVuSansMono-BoldOblique.ttf
Binary files differ
opendj3/src/fonts/DejaVuSansMono-Oblique.ttf
Binary files differ
opendj3/src/fonts/DejaVuSansMono.ttf
Binary files differ
opendj3/src/fonts/DejaVuSerif-Italic.ttf
Binary files differ
opendj3/src/fonts/DejaVuSerif.ttf
Binary files differ
opendj3/src/fonts/DejaVuSerifCondensed-Bold.ttf
Binary files differ
opendj3/src/fonts/DejaVuSerifCondensed-BoldItalic.ttf
Binary files differ
opendj3/src/main/docbkx-stylesheets/fo/coredoc.xsl
@@ -26,11 +26,39 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:import href="urn:docbkx:stylesheet"/>
 <xsl:import href="titlepages.xsl"/>
 
 <xsl:param name="paper.type">A4</xsl:param>
 <xsl:param name="page.height.portrait">9in</xsl:param>
 <xsl:param name="page.width.portrait">7.5in</xsl:param>
 <xsl:param name="double.sided" select="1"></xsl:param>
 <xsl:param name="fop1.extensions" select="1" />
 <xsl:param name="body.font.master">9</xsl:param>
 <xsl:param name="body.font.family">DejaVuSerif</xsl:param>
 <xsl:param name="dingbat.font.family">DejaVuSerif</xsl:param>
 <xsl:param name="monospace.font.family">DejaVuSansMono</xsl:param>
 <xsl:param name="sans.font.family">DejaVuSans</xsl:param>
 <xsl:param name="title.font.family">DejaVuSans</xsl:param>
 <xsl:attribute-set name="section.title.level1.properties">
  <xsl:attribute name="font-size">14pt</xsl:attribute>
 </xsl:attribute-set>
 <xsl:attribute-set name="section.title.level2.properties">
  <xsl:attribute name="font-size">12pt</xsl:attribute>
 </xsl:attribute-set>
 <xsl:attribute-set name="section.title.level3.properties">
  <xsl:attribute name="font-size">11pt</xsl:attribute>
 </xsl:attribute-set>
 <xsl:attribute-set name="section.title.level4.properties">
  <xsl:attribute name="font-size">10pt</xsl:attribute>
 </xsl:attribute-set>
 <xsl:attribute-set name="section.title.level5.properties">
  <xsl:attribute name="font-size">10pt</xsl:attribute>
  <xsl:attribute name="font-weight">normal</xsl:attribute>
  <xsl:attribute name="font-style">italic</xsl:attribute>
 </xsl:attribute-set>
 <xsl:param name="generate.toc">
  appendix  nop
  article/appendix  nop
@@ -51,33 +79,15 @@
  set       toc,title
 </xsl:param>
 <xsl:param name="toc.max.depth">0</xsl:param>
 <xsl:param name="default.table.frame">topbot</xsl:param>
 
 <xsl:param name="variablelist.as.blocks" select="1"></xsl:param>
 <xsl:param name="variablelist.term.separator"></xsl:param>
 <xsl:param name="variablelist.term.break.after">0</xsl:param>
 <xsl:param name="variablelist.term.break.after">1</xsl:param>
 
 <xsl:attribute-set name="monospace.properties">
  <xsl:attribute name="line-height">1em</xsl:attribute>
  <xsl:attribute name="font-size">
   <xsl:choose>
    <xsl:when test="ancestor::note
                    or ancestor::warning
                    or ancestor::important
                    or ancestor::caution
                    or ancestor::title
                    or ancestor::literal
                    or ancestor::filename">0.9em</xsl:when>
    <xsl:otherwise>0.75em</xsl:otherwise>
   </xsl:choose>
  </xsl:attribute>
 </xsl:attribute-set>
 <xsl:param name="monospace.verbatim.font.width">0.60em</xsl:param>
 <xsl:attribute-set name="monospace.verbatim.properties"
  use-attribute-sets="verbatim.properties monospace.properties">
  <xsl:attribute name="text-align">start</xsl:attribute>
  <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
  <xsl:attribute name="font-size">0.9em</xsl:attribute>
 </xsl:attribute-set>
 <xsl:param name="shade.verbatim" select="1" />
 <xsl:attribute-set name="shade.verbatim.style">
@@ -87,22 +97,9 @@
  <xsl:attribute name="border-color">#e0eeee</xsl:attribute>
  <xsl:attribute name="padding">3pt</xsl:attribute>
  <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
 </xsl:attribute-set>
 <xsl:attribute-set name="verbatim.properties">
  <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
  <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
  <xsl:attribute name="hyphenate">false</xsl:attribute>
  <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
  <xsl:attribute name="white-space-collapse">false</xsl:attribute>
  <xsl:attribute name="white-space-treatment">preserve</xsl:attribute>
  <xsl:attribute name="linefeed-treatment">preserve</xsl:attribute>
  <xsl:attribute name="text-align">start</xsl:attribute>
  <xsl:attribute name="font-size">0.75em</xsl:attribute>
 </xsl:attribute-set>
 <xsl:param name="ulink.footnotes" select="1" />
 
</xsl:stylesheet>
</xsl:stylesheet>
opendj3/src/main/docbkx-stylesheets/fo/titlepage.templates.xml
New file
@@ -0,0 +1,1346 @@
<!DOCTYPE t:templates [
<!ENTITY hsize0 "9pt">
<!ENTITY hsize1 "10pt">
<!ENTITY hsize2 "12pt">
<!ENTITY hsize3 "14pt">
<!ENTITY hsize4 "16pt">
<!ENTITY hsize5 "20pt">
<!ENTITY hsize0space "6.75pt"> <!-- 0.75 * hsize0 -->
<!ENTITY hsize1space "7.5pt"> <!-- 0.75 * hsize1 -->
<!ENTITY hsize2space "9pt"> <!-- 0.75 * hsize2 -->
<!ENTITY hsize3space "10.5pt"> <!-- 0.75 * hsize3 -->
<!ENTITY hsize4space "12pt"> <!-- 0.75 * hsize4 -->
<!ENTITY hsize5space "15pt"> <!-- 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">
<!-- This is the customized template for the title page. See
     http://www.sagehill.net/docbookxsl/TitlePageNewElems.html
     for the commands to generate titlepages.xsl from this. -->
<!-- ********************************************************************
     $Id: titlepage.templates.xml 8341 2009-03-16 03:00:56Z bobstayton $
     ********************************************************************
     This file is part of the DocBook XSL Stylesheet distribution.
     See ../README or http://docbook.sf.net/ for copyright
     copyright and other information.
     ******************************************************************** -->
<!-- ==================================================================== -->
<t:titlepage t:element="article" t:wrapper="fo:block"
             font-family="{$title.fontset}">
  <t:titlepage-content t:side="recto"
         start-indent="0pt"
             text-align="center">
    <title t:named-template="component.title"
       param:node="ancestor-or-self::article[1]"
       keep-with-next.within-column="always"
       font-size="&hsize5;"
       font-weight="bold"/>
    <subtitle/>
    <corpauthor space-before="0.5em"
                font-size="&hsize2;"/>
    <authorgroup space-before="0.5em"
                 font-size="&hsize2;"/>
    <author space-before="0.5em"
            font-size="&hsize2;"/>
    <!-- If you add editor, include this t:predicate attribute
         because only the first editor generates the list of editors.
    <editor t:predicate="[position() = 1]"/>
    -->
    <othercredit space-before="0.5em"/>
    <releaseinfo space-before="0.5em"/>
    <copyright space-before="0.5em"/>
    <legalnotice text-align="start"
                 margin-left="0.5in"
                 margin-right="0.5in"
                 font-family="{$body.fontset}"/>
    <pubdate space-before="0.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">
  </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 t:element="set" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
      <title
         t:named-template="division.title"
         param:node="ancestor-or-self::set[1]"
         text-align="center"
         font-size="&hsize5;"
         space-before="&hsize5space;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"
          text-align="center"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="book" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <mediaobject/>
      <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]"/>
      -->
      <date/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
      <copyright/>
      <abstract/>
      <legalnotice space-before="1in" font-size="8pt"/>
  </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">
      <fo:block break-after="page"/>
  </t:titlepage-before>
</t:titlepage>
<!-- ==================================================================== -->
<t:titlepage t:element="part" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
      <title
         t:named-template="division.title"
         param:node="ancestor-or-self::part[1]"
         text-align="center"
         font-size="&hsize4;"
         space-before="&hsize4space;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    <subtitle
          text-align="center"
          font-size="&hsize3;"
          space-before="&hsize3space;"
          font-weight='bold'
          font-style='italic'
          font-family="{$title.fontset}"/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="partintro" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       text-align="center"
       font-size="&hsize4;"
       font-weight="bold"
       space-before="1em"
       font-family="{$title.fontset}"/>
    <subtitle
          text-align="center"
          font-size="&hsize2;"
          font-weight="bold"
          font-style="italic"
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="reference" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
      <title
         t:named-template="division.title"
         param:node="ancestor-or-self::reference[1]"
         text-align="center"
         font-size="&hsize4;"
         space-before="&hsize4space;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"
          text-align="center"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="refsynopsisdiv" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       font-family="{$title.fontset}"/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="refsection" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       font-family="{$title.fontset}"/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="refsect1" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       font-family="{$title.fontset}"/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="refsect2" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       font-family="{$title.fontset}"/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="refsect3" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       font-family="{$title.fontset}"/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="dedication" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::dedication[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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>
<!-- ==================================================================== -->
<!-- Same formatting as dedication -->
 <t:titlepage t:element="acknowledgements" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::acknowledgements[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="preface" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::preface[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
      <corpauthor/>
      <authorgroup/>
      <author/>
      <othercredit/>
      <releaseinfo/>
      <copyright/>
      <legalnotice/>
      <pubdate/>
      <revision/>
      <revhistory/>
      <abstract/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="chapter" t:wrapper="fo:block"
               font-family="{$title.fontset}">
    <t:titlepage-content t:side="recto" margin-left="{$title.margin.left}">
      <title t:named-template="component.title"
         param:node="ancestor-or-self::chapter[1]"
         font-size="&hsize4;"
         font-weight="bold"/>
      <subtitle space-before="0.5em"
        font-style="italic"
        font-size="&hsize2;"
        font-weight="bold"/>
      <corpauthor  space-before="0.5em"
               space-after="0.5em"
                   font-size="&hsize2;"/>
      <authorgroup space-before="0.5em"
               space-after="0.5em"
                   font-size="&hsize2;"/>
      <author      space-before="0.5em"
               space-after="0.5em"
                   font-size="&hsize2;"/>
      <othercredit/>
      <releaseinfo/>
      <copyright/>
      <legalnotice/>
      <pubdate/>
      <revision/>
      <revhistory/>
      <abstract/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="appendix" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:named-template="component.title"
         param:node="ancestor-or-self::appendix[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
      <subtitle
        font-family="{$title.fontset}"/>
      <corpauthor/>
      <authorgroup/>
      <author/>
      <othercredit/>
      <releaseinfo/>
      <copyright/>
      <legalnotice/>
      <pubdate/>
      <revision/>
      <revhistory/>
      <abstract/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="section" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="sect1" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="sect2" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="sect3" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="sect4" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="sect5" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="simplesect" t:wrapper="fo:block">
  <t:titlepage-content t:side="recto">
    <title
       margin-left="{$title.margin.left}"
       font-family="{$title.fontset}"/>
    <subtitle
          font-family="{$title.fontset}"/>
    <corpauthor/>
    <authorgroup/>
    <author/>
    <othercredit/>
    <releaseinfo/>
    <copyright/>
    <legalnotice/>
    <pubdate/>
    <revision/>
    <revhistory/>
    <abstract/>
  </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="bibliography" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::bibliography[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="bibliodiv" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title t:named-template="component.title"
         param:node="ancestor-or-self::bibliodiv[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize3;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="glossary" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::glossary[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="glossdiv" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title t:named-template="component.title"
         param:node="ancestor-or-self::glossdiv[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize3;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="index" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::index[1]"
             param:pagewide="1"
         margin-left="0pt"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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>
<!-- ==================================================================== -->
  <!-- The indexdiv.title template is used so that manual and -->
  <!-- automatically generated indexdiv titles get the same -->
  <!-- formatting. -->
  <t:titlepage t:element="indexdiv" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title t:force="1"
         t:named-template="indexdiv.title"
         param:title="title"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="setindex" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::setindex[1]"
             param:pagewide="1"
         margin-left="0pt"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="colophon" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="component.title"
         param:node="ancestor-or-self::colophon[1]"
         margin-left="{$title.margin.left}"
         font-size="&hsize4;"
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
  <t:titlepage-content t:side="verso">
  </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 t:element="sidebar" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         font-family="{$title.fontset}"
         font-weight="bold"/>
      <subtitle
        font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="qandaset" t:wrapper="fo:block"
             font-family="{$title.fontset}">
  <t:titlepage-content t:side="recto"
         start-indent="0pt"
             text-align="center">
    <title t:named-template="component.title"
       param:node="ancestor-or-self::qandaset[1]"
       keep-with-next.within-column="always"
       font-size="&hsize4;"
       font-weight="bold"/>
    <subtitle/>
    <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"/>
    <releaseinfo space-before="0.5em"/>
    <copyright space-before="0.5em"/>
    <legalnotice text-align="start"
                 margin-left="0.5in"
                 margin-right="0.5in"
                 font-family="{$body.fontset}"/>
    <pubdate space-before="0.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">
  </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 t:element="table.of.contents" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'TableofContents'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="list.of.tables" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'ListofTables'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="list.of.figures" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'ListofFigures'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="list.of.examples" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'ListofExamples'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="list.of.equations" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'ListofEquations'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="list.of.procedures" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'ListofProcedures'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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 t:element="list.of.unknowns" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">
      <title
         t:force="1"
         t:named-template="gentext"
         param:key="'ListofUnknown'"
             space-before.minimum="1em"
             space-before.optimum="1.5em"
             space-before.maximum="2em"
         space-after="0.5em"
         margin-left="{$title.margin.left}"
         start-indent="0pt"
         font-size="&hsize3;"
         font-weight="bold"
         font-family="{$title.fontset}"/>
    </t:titlepage-content>
    <t:titlepage-content t:side="verso">
    </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:templates>
opendj3/src/main/docbkx-stylesheets/fo/titlepages.xsl
New file
Diff too large
opendj3/src/main/docbkx/admin-guide/OpenDJ-Admin-Guide.xml
@@ -41,7 +41,7 @@
   </author>
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <pubdate><?eval ${maven.build.timestamp}?></pubdate>
  <date><?dbtimestamp format="B d, Y"?></date>
 </info>
 <toc />
opendj3/src/main/docbkx/admin-guide/images/JXplorer-dsml.png

opendj3/src/main/docbkx/admin-guide/images/Manage-Entries.png

opendj3/src/main/docbkx/admin-guide/images/Manage-Schema.png

opendj3/src/main/docbkx/admin-guide/images/OpenDJ-Control-Panel.png

opendj3/src/main/docbkx/admin-guide/images/create-vlv-index.png

opendj3/src/main/docbkx/admin-guide/images/custom-attrtype.png

opendj3/src/main/docbkx/admin-guide/images/custom-objclass.png

opendj3/src/main/docbkx/admin-guide/images/replA-monitor-repl.png

opendj3/src/main/docbkx/admin-guide/images/replA-setup.png

opendj3/src/main/docbkx/admin-guide/images/replB-data-repl.png

opendj3/src/main/docbkx/admin-guide/images/replB-global-admin.png

opendj3/src/main/docbkx/admin-guide/images/replB-setup.png

opendj3/src/main/docbkx/dev-guide/OpenDJ-Dev-Guide.xml
@@ -44,7 +44,7 @@
   </author>
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <pubdate><?eval ${maven.build.timestamp}?></pubdate>
  <date><?dbtimestamp format="B d, Y"?></date>
 </info>
 <toc />
opendj3/src/main/docbkx/dev-guide/images/data-organization.png

opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png

opendj3/src/main/docbkx/install-guide/OpenDJ-Install-Guide.xml
@@ -41,7 +41,7 @@
   </author>
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <pubdate><?eval ${maven.build.timestamp}?></pubdate>
  <date><?dbtimestamp format="B d, Y"?></date>
 </info>
 <toc />
opendj3/src/main/docbkx/install-guide/images/QuickSetup-cpstart.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-finished.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-gendata.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-jvmopts.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-replopts.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-review.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-svrconf.png

opendj3/src/main/docbkx/install-guide/images/QuickSetup-welcome.png

opendj3/src/main/docbkx/install-guide/images/uninstall-finished.png

opendj3/src/main/docbkx/install-guide/images/uninstall-start.png

opendj3/src/main/docbkx/release-notes/OpenDJ-Release-Notes.xml
@@ -41,7 +41,7 @@
   </author>
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <pubdate><?eval ${maven.build.timestamp}?></pubdate>
  <date><?dbtimestamp format="B d, Y"?></date>
 </info>
 <toc />