]> granicus.if.org Git - docbook-dsssl/commitdiff
Added keep-with-next to procedure's step/title so title stays
authorBob Stayton <bobs@sagehill.net>
Tue, 10 Jun 2003 17:49:04 +0000 (17:49 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 10 Jun 2003 17:49:04 +0000 (17:49 +0000)
on same page as step text.

xsl/fo/lists.xsl

index a411a6456c73d25f06826310f9cf7002742e943e..9d0a4f560581e469f6204305f4e992346a5f0734 100644 (file)
 </xsl:template>
 
 <xsl:template match="step/title">
-  <fo:block font-weight="bold">
+  <fo:block font-weight="bold"
+            keep-together.within-column="always" 
+            keep-with-next.within-column="always">
     <xsl:apply-templates/>
   </fo:block>
 </xsl:template>