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] justify lines of text in an <abstract>


Hi Ron,

Am Mittwoch, 9. November 2011, 13:02:58 schrieb Ron Catterall:
> I can't seem to find a way to justify the lines of text in an abstract
> in an article.
> 
> I tried via root.properties:
> <xsl:attribute-set name="root.properties">
> <xsl:attribute name="text-align">justify</xsl:attribute>
> </xsl:attribute-set>
> which Bob's book says applies to the entire document, but it did not
> affect the abstract.

Have you tried it with the attribute set "abstract.properties"?

  <xsl:attribute-set name="abstract.properties">
    <xsl:attribute name="text-align">justify</xsl:attribute>
  </xsl:attribute-set>


-- 
Gruß/Regards
  Thomas Schraitle



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