normal.para.spacing — What space do you want between normal paragraphs
<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>
Specify the spacing required between normal paragraphs as well as the following block-level elements:
ackno
acknowledgements
cmdsynopsis
glosslist
sidebar
simpara
simplelist
To customize the spacing, you need to reset all three attributes.
To specify properties on just para
elements without
affecting these other elements,
use the
para.properties
attribute-set.