doc: Update micropeak docs to include lots of pictures
[fw/altos] / doc / xorg-fo.xsl
index 075a2d982f050f183faec789875bba769c56304c..4b8c619fd8e30ed624ad528b1ee921a4eab059f7 100644 (file)
@@ -13,6 +13,7 @@
     xmlns:fo="http://www.w3.org/1999/XSL/Format" 
     >
 <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl"/>
+<xsl:include href="titlepage.templates.xsl"/>
 
 
                        <!-- Reference Pages HTML/FO Parameters -->
     <fo:block/>
   </xsl:template>
 
+  <xsl:attribute-set name="informalfigure.properties">
+    <xsl:attribute name="text-align">center</xsl:attribute>
+  </xsl:attribute-set>
+
 </xsl:stylesheet>