]> granicus.if.org Git - docbook-dsssl/commitdiff
Use section.title.properties
authorNorman Walsh <ndw@nwalsh.com>
Tue, 11 Jun 2002 11:26:29 +0000 (11:26 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 11 Jun 2002 11:26:29 +0000 (11:26 +0000)
xsl/fo/sections.xsl

index e98e7e547ef45c31ff57ab1c0aaf0d8ab4dc710c..d41063d36cb444c991b862187ba60c4bd56a426b 100644 (file)
       <xsl:otherwise>10</xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
-  <fo:block font-size="{$fsize}pt"
-            font-weight="bold"
-            font-family="{$title.font.family}"
-            margin-left="4pc"
-            text-indent="-4pc"
-            keep-with-next.within-column="always"
-            space-before.minimum="1em"
-            space-before.optimum="1.5em"
-            space-before.maximum="2em">
+  <fo:block xsl:use-attribute-sets="section.title.properties"
+            font-size="{$fsize}pt">
     <xsl:copy-of select="$title"/>
   </fo:block>
 </xsl:template>