Skip to content

Commit

Permalink
doc: Formatting fix for XSL-FO PDF build
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Apr 6, 2017
1 parent 301ca0d commit a071fe8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/src/sgml/stylesheet-fo.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit a071fe8

Please sign in to comment.