doc/PDF: Add page breaks for <sect1> in contrib appendix

This better separates the content for each extension/module.

Author: Karl Pinc <kop@karlpinc.com>
Discussion: https://postgr.es/m/20230120142225.3d3be8a3@slate.karlpinc.com
pull/137/head
Alvaro Herrera 3 years ago
parent 19d8e2308b
commit 30e9f2608a
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 6
      doc/src/sgml/stylesheet-fo.xsl

@ -69,6 +69,12 @@
</fo:inline>
</xsl:template>
<!-- Make every sect1 in contrib get a page break -->
<xsl:template match="id('contrib')/sect1">
<fo:block break-after='page'/>
<xsl:apply-imports/>
</xsl:template>
<!-- formatting for entries in tables of functions -->
<xsl:template match="entry[@role='func_table_entry']/para">
<fo:block margin-left="4em" text-align="left">

Loading…
Cancel
Save