1<refentry id="section.title.properties">
2<refmeta>
3<refentrytitle>section.title.properties</refentrytitle>
4<refmiscinfo role="type">attribute set</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>section.title.properties</refname>
8<refpurpose>Properties for section titles</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='section.title.properties.frag'>
13<xsl:attribute-set name="section.title.properties">
14  <xsl:attribute name="font-family">
15    <xsl:value-of select="$title.font.family"/>
16  </xsl:attribute>
17  <xsl:attribute name="font-weight">bold</xsl:attribute>
18  <!-- font size is calculated dynamically by section.heading template -->
19  <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
20  <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
21  <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
22  <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
23  <xsl:attribute name="text-align">left</xsl:attribute>
24  <xsl:attribute name="start-indent"><xsl:value-of 
25                 select="$title.margin.left"/></xsl:attribute>
26</xsl:attribute-set>
27</src:fragment>
28</refsynopsisdiv>
29
30<refsect1><title>Description</title>
31
32<para>The properties common to all section titles.</para>
33
34</refsect1>
35</refentry>
36