]> granicus.if.org Git - postgresql/commitdiff
doc: Formatting fix for XSL-FO PDF build
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Apr 2017 16:27:45 +0000 (12:27 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Apr 2017 16:27:45 +0000 (12:27 -0400)
doc/src/sgml/stylesheet-fo.xsl

index 8b555d12a761a9acce5a1e7982eacbe7e5432526..7a0fbe9564fb9f25a71c289a075baf51fbc1b8d0 100644 (file)
   <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">