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