[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Centering Table Titles in Print
On Mon, Nov 8, 2010 at 17:57, deannelson <deannelson@aol.com> wrote: > Tom, > I have had this issue as well. Here is how I solved it. > > > <!-- center table titles --> > <xsl:attribute-set name="formal.title.properties"> > <xsl:attribute name="text-align"> > <xsl:choose> > <xsl:when test="self::table">center</xsl:when> > <xsl:otherwise>left</xsl:otherwise> > </xsl:choose> > </xsl:attribute> > </xsl:attribute-set> But Dean, that's right out of the book as near as I can see. Unless I'm missing something, that doesn't work for me. What tools are you using? I'm using xsltproc and Apache fop. Regards, -Tom Thomas M. Browder, Jr. Niceville, Florida USA
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]