Re: [docbook-apps] changing font-size of caption

From
=?iso-8859-1?P?Rteffen_Hl=GDckselig?=
Date
2005-02-28T12:03:01+00:00
ID
Thread
Re: [docbook-apps] changing font-size of caption
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