Name

component.title.properties — Specify the styling for the title elements of a component.

Synopsis

§162: §199

  1| <xsl:attribute-set name="component.title.properties">
   |   <xsl:attribute name="space-before.optimum">2em</xsl:attribute>
   |   <xsl:attribute name="space-before.minimum">1.8em</xsl:attribute>
   |   <xsl:attribute name="space-before.maximum">2.2em</xsl:attribute>
  5|   <xsl:attribute name="font-weight">bold</xsl:attribute>
   |   <xsl:attribute name="font-size">18pt</xsl:attribute>
   |   <xsl:attribute name="space-after.optimum">1.5em</xsl:attribute>
   |   <xsl:attribute name="space-after.minimum">1.3em</xsl:attribute>
   |   <xsl:attribute name="space-after.maximum">1.8em</xsl:attribute>
 10|   <xsl:attribute name="hyphenate">false</xsl:attribute>
   |   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
   | </xsl:attribute-set>

Description

A set of attributes are used to style the title of a component (chapters, appendixes, articles, etc.). Components are usually printed in the title.font.family. Spacing before and after, font size etc are specified using this parameter.