slides.titlepage.title.properties

slides.titlepage.title.properties — Specifies properties for slides titlepage title

Synopsis

    <xsl:attribute-set name="slides.titlepage.title.properties">
      <xsl:attribute name="text-align">center</xsl:attribute>
      <xsl:attribute name="space-after">1em</xsl:attribute>
      <xsl:attribute name="padding-top">1.5in</xsl:attribute>
      <xsl:attribute name="keep-with-next">always</xsl:attribute>
      <xsl:attribute name="font-size">
	<xsl:value-of select="$foil.title.size"></xsl:value-of>
      </xsl:attribute>
      <xsl:attribute name="font-weight">bold</xsl:attribute>
      <xsl:attribute name="font-family">
	<xsl:value-of select="$slide.title.font.family"></xsl:value-of>
      </xsl:attribute>
    </xsl:attribute-set>
  

Description

This parameter specifies properties for the title on the default titlepage.