OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Table indent


I'll bet you are using FOP.  That's a bug in FOP.  I don't know of a way to
fix it.  You might try a different XSL-FO processor.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Patrick Paul" <ppatrick@tiscali.fr>
To: <docbook-apps@lists.oasis-open.org>
Sent: Monday, October 31, 2005 7:15 AM
Subject: [docbook-apps] Table indent


> Hi,
>
> I am trying to format my articles so that each section is indentend. I
> have figured out how to do that using section.title.levelX.properties
> and section.levelX.properties.
>
> It does the trick but tables are not indented thow. How could I fix this ?
>
> Thank you,
>
> Patrick
>
> <!-- Section titles -->
> <xsl:attribute-set name="section.title.level2.properties">
>   <xsl:attribute name="start-indent">1pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level3.properties">
>   <xsl:attribute name="start-indent">2pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level4.properties">
>   <xsl:attribute name="start-indent">3pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level5.properties">
>   <xsl:attribute name="start-indent">4pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level6.properties">
>   <xsl:attribute name="start-indent">5pc</xsl:attribute>
> </xsl:attribute-set>
>
> <!-- Sections -->
> <xsl:attribute-set name="section.level1.properties">
>   <xsl:attribute name="start-indent">0.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level2.properties">
>   <xsl:attribute name="start-indent">1.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level3.properties">
>   <xsl:attribute name="start-indent">2.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level4.properties">
>   <xsl:attribute name="start-indent">3.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level5.properties">
>   <xsl:attribute name="start-indent">4.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level6.properties">
>   <xsl:attribute name="start-indent">5.5pc</xsl:attribute>
> </xsl:attribute-set>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]