Have you tried this?
http://sourceware.org/ml/docbook-apps/2004-q1/msg00211.html

By re-defining normal.para.spacing attribute set in the customization layer.

It is, by default,

<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-set>

You want to remove space-before and add

  <xsl:attribute name="text-indent">24pt</xsl:attribute>

text-indent is the XSL FO way to first-line-indent.

David Tolpin


Best regards,

--Scott

Tommy Nordgren wrote:
How can I customize the style sheets, to indent the first line of a
paragraph?

----------------------------------
Skinheads are so tired of immigration, that they are going to move to
a country that don't accept immigrants!
Tommy Nordgren
[EMAIL PROTECTED]




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




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

Reply via email to