[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Changing font size for a chunk of text inline
On Tue, Nov 9, 2010 at 09:11, DeanNelson <deannelson@aol.com> 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]