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: decimal-aligning numbers in the List of Figures


I’d like to decimal-align the numbers for the List of Figures so that they line up nicely. I do that with orderedlists by right-aligning the orderedlist label:

 

      <xsl:param name="orderedlist.label.width" select="'0.23in'"/>

      <xsl:attribute-set name="orderedlist.label.properties">

            <xsl:attribute name="text-align">right</xsl:attribute>

      </xsl:attribute-set>

 

How can I do the same for List of Figures?

 

Regards,

Jeff Powanda

 



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