← Prev in month
← Prev in thread
[xsl stylesheets] reducing font size in formalparas?
Hello,
I am using DocBook XML/XSL to write my biology thesis, and I use
formalparas in caprtions for the figure legends. To make them clearly
distiguishable from the text, I have set their font to sans-serif,
however it looks bigger than the original one.
I failed to modify my customisation layer to reduce the size. Could
any of you give me a hint?
<xsl:param name="toto">
<xsl:value-of select="$body.font.master * 0.8"/>
<xsl:text>pt</xsl:text>
</xsl:param>
<!-- toto is the french foo -->
<xsl:template match="formalpara/para">
<fo:block font-family="sans-serif" font-size="$toto">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
<!-- changes the font family but not its size :(( -->
Thank you very much,
--
CHARLES PLESSY, mailto: \
IGBMC, B.P.10142, 67404 Illkirch Cedex, France }(°>
Tel : (33) [0]388 65 33 38; Fax (33) [0]388 65 32 01 /
http://zfin.org/cgi-bin/webdriver?MIval=aa-persview.apg&OID=ZDB-PERS-010827-9
← Prev in month
← Prev in thread