[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Font-size control in FO output
Hi All,
In my stylesheet customization layer, I include the following to
control the <section1> title sizes:
<xsl:attribute-set name="section.title.level1.properties">
<xsl:attribute name="font-size">
<xsl:value-of select="$body.font.master * 1.2"/>
<xsl:text>pt</xsl:text>
</xsl:attribute>
</xsl:attribute-set>
Since my XSL training is still in progress :), how can I apply the same
font-size control to my <title> elements in my <bibliography> section,
which looks like :
<bibliography>
<title>References</title>
<bibliomixed>
<bibliomisc>Alfonso, A., Grunda.....
Thank you,
Tristan
------------------------------
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]