]> granicus.if.org Git - docbook-dsssl/commitdiff
Add keep to bibliodiv titles--they still need more work
authorNorman Walsh <ndw@nwalsh.com>
Wed, 17 Jul 2002 15:23:19 +0000 (15:23 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 17 Jul 2002 15:23:19 +0000 (15:23 +0000)
xsl/fo/biblio.xsl

index ecd9ffad252cfd9221c1b14c887b43240a622d50..d050dd266abd24f634b3fb3200c0897e61a6a98e 100644 (file)
@@ -97,7 +97,8 @@
     </xsl:call-template>
   </xsl:variable>
   <fo:block font-size="16pt" font-weight="bold"
-            font-family="{$title.font.family}">
+            font-family="{$title.font.family}"
+            keep-with-next.within-column="always">
     <xsl:apply-templates/>
   </fo:block>
 </xsl:template>