<refsynopsisdiv>
<src:fragment id='section.title.level1.properties.frag'>
<xsl:attribute-set name="section.title.level1.properties">
- <xsl:attribute name="font-size">16pt</xsl:attribute>
+ <xsl:attribute name="font-size">
+ <xsl:value-of select="$body.font.master * 2.0736"/>
+ <xsl:text>pt</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment id='section.title.level2.properties.frag'>
<xsl:attribute-set name="section.title.level2.properties">
- <xsl:attribute name="font-size">14pt</xsl:attribute>
+ <xsl:attribute name="font-size">
+ <xsl:value-of select="$body.font.master * 1.728"/>
+ <xsl:text>pt</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment id='section.title.level3.properties.frag'>
<xsl:attribute-set name="section.title.level3.properties">
- <xsl:attribute name="font-size">12pt</xsl:attribute>
+ <xsl:attribute name="font-size">
+ <xsl:value-of select="$body.font.master * 1.44"/>
+ <xsl:text>pt</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment id='section.title.level4.properties.frag'>
<xsl:attribute-set name="section.title.level4.properties">
- <xsl:attribute name="font-size">11pt</xsl:attribute>
+ <xsl:attribute name="font-size">
+ <xsl:value-of select="$body.font.master * 1.2"/>
+ <xsl:text>pt</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment id='section.title.level5.properties.frag'>
<xsl:attribute-set name="section.title.level5.properties">
- <xsl:attribute name="font-size">10pt</xsl:attribute>
+ <xsl:attribute name="font-size">
+ <xsl:value-of select="$body.font.master"/>
+ <xsl:text>pt</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment id='section.title.level6.properties.frag'>
<xsl:attribute-set name="section.title.level6.properties">
- <xsl:attribute name="font-size">10pt</xsl:attribute>
+ <xsl:attribute name="font-size">
+ <xsl:value-of select="$body.font.master"/>
+ <xsl:text>pt</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>