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


Thanks for confirming what I thought.

What XSL-FO processor can you recommend and that is not too expensive ? 
I just need to process articles with tables, and if it could also 
support the keep-together properties it would be great.

Thank you,

Patrick Paul

Bob Stayton wrote:

>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>
>>
>>
>>
>>    
>>
>
>
>  
>


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