> -----Original Message-----
> From: Nelson, Dean 
> 
> Also, is there a quick way to align the equation titles in the same
> manner? The title tag doesn't have an align property?


You can customize the formal.title.properties attribute-set in order to
apply the align attribute to the equation title: 

<xsl:attribute-set name="formal.title.properties"
use-attribute-sets="normal.para.spacing">
 <xsl:attribute name="text-align">
   <xsl:choose>
     <xsl:when test="self::equation and descendant::imagedata/@align">
       <xsl:value-of select="descendant::imagedata/@align"/>
     </xsl:when>
     <xsl:otherwise>start</xsl:otherwise>
   </xsl:choose>
 </xsl:attribute>
</xsl:attribute-set>

Mauritz



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to