From 30e9f2608adf2f61fc2e1be13ef8bc88c250f303 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 20 Mar 2023 14:01:09 +0100 Subject: [PATCH] doc/PDF: Add page breaks for in contrib appendix This better separates the content for each extension/module. Author: Karl Pinc Discussion: https://postgr.es/m/20230120142225.3d3be8a3@slate.karlpinc.com --- doc/src/sgml/stylesheet-fo.xsl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index 0c4dff92c4..5e7e132480 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -69,6 +69,12 @@ + + + + + + -- 2.39.5