Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a071fe8

Browse files
committed
doc: Formatting fix for XSL-FO PDF build
1 parent 301ca0d commit a071fe8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/src/sgml/stylesheet-fo.xsl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
<xsl:attribute name="text-align">center</xsl:attribute>
3333
</xsl:attribute-set>
3434

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+
3543
<!-- Change display of some elements -->
3644

3745
<xsl:template match="command">

0 commit comments

Comments
 (0)