This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]