Next in thread → Next in month →

Re: indent first line only of paragraph

From
Tristan Fiedler <>
Date
2005-05-31T19:19:44+00:00
ID
Thread
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
>
Next in thread → Next in month →