diff options
author | Peter Eisentraut | 2017-04-06 16:27:45 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-04-06 16:27:45 +0000 |
commit | a071fe87a21920e5c2e79d521d31b2ddaf83875b (patch) | |
tree | 4886b17f167043a3471be073b786633040339e72 | |
parent | 301ca0d9a2f82ade11b2e5039d348badd28334cf (diff) |
doc: Formatting fix for XSL-FO PDF build
-rw-r--r-- | doc/src/sgml/stylesheet-fo.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index 8b555d12a7..7a0fbe9564 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -32,6 +32,14 @@ <xsl:attribute name="text-align">center</xsl:attribute> </xsl:attribute-set> +<!-- fix missing space after vertical simplelist + https://github.com/docbook/xslt10-stylesheets/issues/31 --> +<xsl:attribute-set name="normal.para.spacing"> + <xsl:attribute name="space-after.optimum">1em</xsl:attribute> + <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute> + <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute> +</xsl:attribute-set> + <!-- Change display of some elements --> <xsl:template match="command"> |