Re: [docbook-apps] justify lines of text in an <abstract>

From
Thomas Schraitle <>
Date
2011-11-09T19:28:20+00:00
ID
42614363.8cAPZouI6u@erde
Thread
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