atom feed4 messages in org.oasis-open.lists.docbook-appsRe: [docbook-apps] changing font-size...
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:Re: [docbook-apps] changing font-size of caption
From:Steffen Glückselig (glue@gungfu.de)
Date:Feb 28, 2005 4:02:39 am
List:org.oasis-open.lists.docbook-apps

Hello,

You could add attributes to the fo:block you've used in your custom template:

For left-aligning I've already included <xsl:template match="caption"> <fo:block>

<fo:block font-family="Helvetica" font-size="8">

Thanks, that's what I've been looking for. I just got <fo:block font-family="Helvetica" font-size="8pt"> to work, though. Not the 'pt' in the font-size attribute.

An addition: Could I indent the block - preferably from the outer margin of the resulting pdf?

best regards Steffen