Author: manuel
Date: 2007-04-03 14:14:54 -0600 (Tue, 03 Apr 2007)
New Revision: 8011

Modified:
   branches/new-xsl/pdf/lfs-admon.xsl
   branches/new-xsl/pdf/lfs-index.xsl
Log:
Looks like FOP-0.93 supports @keep-together.* attributes :-) 

Modified: branches/new-xsl/pdf/lfs-admon.xsl
===================================================================
--- branches/new-xsl/pdf/lfs-admon.xsl  2007-04-03 19:24:15 UTC (rev 8010)
+++ branches/new-xsl/pdf/lfs-admon.xsl  2007-04-03 20:14:54 UTC (rev 8011)
@@ -14,6 +14,7 @@
 
     <!-- Global admonitions properties -->
   <xsl:attribute-set name="graphical.admonition.properties">
+    <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
     <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
     <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
     <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>

Modified: branches/new-xsl/pdf/lfs-index.xsl
===================================================================
--- branches/new-xsl/pdf/lfs-index.xsl  2007-04-03 19:24:15 UTC (rev 8010)
+++ branches/new-xsl/pdf/lfs-index.xsl  2007-04-03 20:14:54 UTC (rev 8011)
@@ -29,7 +29,7 @@
   <xsl:attribute-set name="index.div.title.properties">
     <xsl:attribute name="margin-left">0pt</xsl:attribute>
     <xsl:attribute name="font-size">14.4pt</xsl:attribute>
-    <xsl:attribute name="font-family"><xsl:value-of 
select="$title.fontset"></xsl:value-of></xsl:attribute>
+    <xsl:attribute name="font-family"><xsl:value-of 
select="$title.fontset"/></xsl:attribute>
     <xsl:attribute name="font-weight">bold</xsl:attribute>
     <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
     <xsl:attribute name="space-before.optimum"><xsl:value-of 
select="concat($body.font.master,'pt')"/></xsl:attribute>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to