We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301ca0d commit a071fe8Copy full SHA for a071fe8
doc/src/sgml/stylesheet-fo.xsl
@@ -32,6 +32,14 @@
32
<xsl:attribute name="text-align">center</xsl:attribute>
33
</xsl:attribute-set>
34
35
+<!-- fix missing space after vertical simplelist
36
+ https://github.com/docbook/xslt10-stylesheets/issues/31 -->
37
+<xsl:attribute-set name="normal.para.spacing">
38
+ <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
39
+ <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
40
+ <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
41
+</xsl:attribute-set>
42
+
43
<!-- Change display of some elements -->
44
45
<xsl:template match="command">
0 commit comments