altoslib: Ensure CSV output is consistent
[fw/altos] / doc / xorg-fo.xsl
index a02ad1ea03a75c25005d4ded9395351a344993be..4b8c619fd8e30ed624ad528b1ee921a4eab059f7 100644 (file)
     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 -->
 
-  <!-- The formatting of a function element will include generated parentheses -->
+
   <xsl:param name="function.parens" select="1"/>
 
   <!-- ANSI-style function synopses are generated for a funcsynopsis element -->
@@ -98,7 +99,6 @@
   <xsl:param name="body.font.family">DejaVu Serif</xsl:param>
   <xsl:param name="symbol.font.family">serif,Symbol,AR PL UMing CN,AR PL ShanHeiSun Uni,GNU Unifont</xsl:param>
 
-
                        <!-- Paragraph template bits -->
 
   <!--  make it possible to turn off hyphenation when it's giving us probs -->
     <fo:block/>
   </xsl:template>
 
+  <xsl:attribute-set name="informalfigure.properties">
+    <xsl:attribute name="text-align">center</xsl:attribute>
+  </xsl:attribute-set>
+
 </xsl:stylesheet>