From b5d2942a12b21122a75f79dcb3504e1558a7140f Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 12 May 2002 11:15:02 +0000 Subject: [PATCH] Allow anchors in section titles; improve efforts to prevent page/column breaks immediately after section titles --- xsl/fo/sections.xsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsl/fo/sections.xsl b/xsl/fo/sections.xsl index 951b7c047..e98e7e547 100644 --- a/xsl/fo/sections.xsl +++ b/xsl/fo/sections.xsl @@ -84,7 +84,9 @@ - + + + @@ -256,6 +258,7 @@ font-family="{$title.font.family}" margin-left="4pc" text-indent="-4pc" + keep-with-next.within-column="always" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em"> -- 2.50.1