Blame SOURCES/docbook-xsl-marginleft.patch

e9144b
diff -urNp docbook-xsl-1.78.0-orig/fo/lists.xsl docbook-xsl-1.78.0/fo/lists.xsl
e9144b
--- docbook-xsl-1.78.0-orig/fo/lists.xsl	2012-12-20 11:45:07.870679175 +0100
e9144b
+++ docbook-xsl-1.78.0/fo/lists.xsl	2012-12-20 11:55:31.440307881 +0100
e9144b
@@ -376,7 +376,7 @@
e9144b
       </xsl:when>
e9144b
       <xsl:when test="@termlength">
e9144b
         <xsl:variable name="termlength.is.number">
e9144b
-          <xsl:value-of select="@termlength + 0"/>
e9144b
+          <xsl:value-of select="@termlength"/>
e9144b
         </xsl:variable>
e9144b
         <xsl:choose>
e9144b
           <xsl:when test="string($termlength.is.number) = 'NaN'">
e9144b
@@ -385,7 +385,7 @@
e9144b
           </xsl:when>
e9144b
           <xsl:otherwise>
e9144b
             <xsl:value-of select="@termlength"/>
e9144b
-            <xsl:text>em * 0.60</xsl:text>
e9144b
+            <xsl:text>em</xsl:text>
e9144b
           </xsl:otherwise>
e9144b
         </xsl:choose>
e9144b
       </xsl:when>
e9144b
@@ -394,7 +394,7 @@
e9144b
           <xsl:with-param name="terms" select="varlistentry/term"/>
e9144b
           <xsl:with-param name="maxlength" select="$variablelist.max.termlength"/>
e9144b
         </xsl:call-template>
e9144b
-        <xsl:text>em * 0.60</xsl:text>
e9144b
+        <xsl:text>em</xsl:text>
e9144b
       </xsl:otherwise>
e9144b
     </xsl:choose>
e9144b
   </xsl:variable>
e9144b
@@ -409,8 +409,6 @@
e9144b
   <xsl:variable name="label-separation">1em</xsl:variable>
e9144b
   <xsl:variable name="distance-between-starts">
e9144b
     <xsl:value-of select="$termlength"/>
e9144b
-    <xsl:text>+</xsl:text>
e9144b
-    <xsl:value-of select="$label-separation"/>
e9144b
   </xsl:variable>
e9144b
 
e9144b
   <xsl:if test="title">
e9144b
diff -ruNp docbook-xsl-1.74.0.orig/fo/param.xsl docbook-xsl-1.74.0/fo/param.xsl
e9144b
--- docbook-xsl-1.74.0.orig/fo/param.xsl	2008-06-02 01:06:18.000000000 +0200
e9144b
+++ docbook-xsl-1.74.0/fo/param.xsl	2008-08-06 13:32:46.000000000 +0200
e9144b
@@ -133,8 +133,8 @@
e9144b
 <xsl:attribute-set name="component.title.properties">
e9144b
   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
e9144b
   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
e9144b
-  <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
e9144b
-  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
e9144b
+  <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master*0.8, 'pt')"/></xsl:attribute>
e9144b
+  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master*1.2, 'pt')"/></xsl:attribute>
e9144b
   <xsl:attribute name="hyphenate">false</xsl:attribute>
e9144b
   <xsl:attribute name="text-align">
e9144b
     <xsl:choose>