Name

formal.title.properties — Style the title element of formal object such as a figure.

Synopsis

§164: §199

  1| <xsl:attribute-set name="formal.title.properties"
   |                    use-attribute-sets="normal.para.spacing">
   |   <xsl:attribute name="font-weight">bold</xsl:attribute>
   |   <xsl:attribute name="font-size">
  5|     <xsl:value-of select="$body.font.master * 1.2"/>
   |     <xsl:text>pt</xsl:text>
   |   </xsl:attribute>
   |   <xsl:attribute name="hyphenate">false</xsl:attribute>
   |   <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
 10|   <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
   |   <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
   | </xsl:attribute-set>

Description

Specify how the title should be styled. Specify the font size and weight of the title of the formal object.