Blame SOURCES/docbook-xsl-marginleft.patch

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