Re: [docbook-apps] Changing font size for a chunk of text inline

From
Som Crowder
Date
2010-11-09T15:42:22+00:00
ID
AANLkTi=
Thread
Re: [docbook-apps] Changing font size for a chunk of text inline
On Tue, Nov 9, 2010 at 09:11, DeanNelson <> wrote:
> Tom,
> Here is what I use:
>
> <!-- Change the font size of the block or para -->
> <xsl:template match="para[@font-size]">
>            <fo:block font-size="{@font-size}">
>                <xsl:apply-templates/>
>           </fo:block>
> </xsl:template>
> and you need to use <para font-size="yada-yada"> where "yada-yada" is any
> font-size or percentage.

Aha, I'm trying to modify the wrong thing!  I'm trying to do the mod
to an entry in a table without a para--I'll add the para and apply
your solution and report back.

Regards,

-Tom