atom feed4 messages in org.oasis-open.lists.docbook-appschanging font-size of caption
FromSent OnAttachments
Steffen GlückseligFeb 28, 2005 1:40 am 
Paul A. HoadleyFeb 28, 2005 2:56 am.pgp
Steffen GlückseligFeb 28, 2005 4:02 am 
Paul A. HoadleyFeb 28, 2005 5:04 am.pgp
Subject:changing font-size of caption
From:Steffen Glückselig (glue@gungfu.de)
Date:Feb 28, 2005 1:40:24 am
List:org.oasis-open.lists.docbook-apps

Hello,

after managing to align the caption of a figure to left, I know want to reduce the font size, maybe change the font itself. How would I do that?

For left-aligning I've already included <xsl:template match="caption"> <fo:block> <xsl:attribute name="text-align"> <xsl:choose> <xsl:when test="@align != ''"> <xsl:value-of select="@align"/> </xsl:when> <xsl:otherwise>left</xsl:otherwise> </xsl:choose> </xsl:attribute> <xsl:apply-templates/> </fo:block> </xsl:template>

in my customization-layer.

best regards Steffen