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