OK, I made some changes.  See what you think.

Patch attached.

  -- Bruce
Index: stylesheets/pdf/lfs-admon.xsl
===================================================================
--- stylesheets/pdf/lfs-admon.xsl       (revision 8039)
+++ stylesheets/pdf/lfs-admon.xsl       (working copy)
@@ -30,7 +30,8 @@
     <xsl:attribute name="border-color">
       <xsl:choose>
         <xsl:when test="self::note | self::tip">#E0E0E0</xsl:when>
-        <xsl:otherwise>#500</xsl:otherwise>
+        <!-- <xsl:otherwise>#500</xsl:otherwise> -->
+        <xsl:otherwise>#EEE</xsl:otherwise>
       </xsl:choose>
     </xsl:attribute>
   </xsl:attribute-set>
Index: stylesheets/pdf/lfs-mixed.xsl
===================================================================
--- stylesheets/pdf/lfs-mixed.xsl       (revision 8039)
+++ stylesheets/pdf/lfs-mixed.xsl       (working copy)
@@ -43,7 +43,8 @@
     <xsl:attribute name="background-color">#E9E9E9</xsl:attribute>
     <xsl:attribute name="border-style">solid</xsl:attribute>
     <xsl:attribute name="border-width">0.5pt</xsl:attribute>
-    <xsl:attribute name="border-color">#050505</xsl:attribute>
+    <!-- <xsl:attribute name="border-color">#050505</xsl:attribute> -->
+    <xsl:attribute name="border-color">#EEE</xsl:attribute>
     <xsl:attribute name="padding-start">5pt</xsl:attribute>
     <xsl:attribute name="padding-top">2pt</xsl:attribute>
     <xsl:attribute name="padding-bottom">2pt</xsl:attribute>
@@ -262,13 +263,13 @@
           <xsl:attribute name="space-after.maximum">0.4em</xsl:attribute>
           <xsl:attribute 
name="keep-with-previous.within-column">always</xsl:attribute>
         </xsl:when>
+        <xsl:otherwise>
           <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>
           <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
           <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
           <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
-        <xsl:otherwise>
         </xsl:otherwise>
       </xsl:choose>
       <xsl:apply-templates select="seglistitem/seg"/>
Index: Makefile
===================================================================
--- Makefile    (revision 8039)
+++ Makefile    (working copy)
@@ -50,8 +50,8 @@
 pdf:
        xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
                stylesheets/lfs-pdf.xsl index.xml
-       sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
-       fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
+       sed -i -e 's/span="inherit"/span="all"/' $(BASEDIR)/lfs-pdf.fo
+       fop $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
        rm $(BASEDIR)/lfs-pdf.fo
 
 nochunks:
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to