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: indent first line only of paragraph


A solution I found in the archives is to add the "text-indent" line 
below to your customization lary:

<xsl:attribute-set name="normal.para.spacing">
   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
   <xsl:attribute name="text-indent">24pt</xsl:attribute>
</xsl:attribute-set>	


Cheers,        Tristan
---
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory
On May 31, 2005, at 2:57 PM, Tristan Fiedler wrote:

> I have looked into title.margin.left, body.start.indent, and 
> body.end.indent, but am unable to simply indent the first line of each 
> paragraph relative to all successive lines.
>
> (I prefer to stick with XSL 1.67.2)
>
> Software : DocBook 4.4CR2, XSL 1.67.2, FOP 0.20.5, and Saxon 6.5.3
>
>
> Cheers,        Tristan
> ---
> Tristan J. Fiedler
> Postdoctoral Fellow - Stein Lab
> Cold Spring Harbor Laboratory
>



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