<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import
  href="/usr/share/xml/docbook/stylesheet/docbook-xsl-ns/fo/docbook.xsl"/>
<xsl:param name="paper.type">A4</xsl:param>
<xsl:param name="section.autolabel">1</xsl:param>
<xsl:attribute-set name="section.title.level1.properties">
  <xsl:attribute name="font-size">
    <xsl:value-of select="$body.font.master * 1.5"/>
    <xsl:text>pt</xsl:text>
  </xsl:attribute>
  <xsl:attribute name="padding-top">15pt</xsl:attribute>
</xsl:attribute-set>
</xsl:stylesheet>
