]> granicus.if.org Git - docbook-dsssl/commitdiff
Turn off procedure/titleabbrev in regular output.
authorBob Stayton <bobs@sagehill.net>
Tue, 2 Sep 2003 17:28:40 +0000 (17:28 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 2 Sep 2003 17:28:40 +0000 (17:28 +0000)
Adjust variablelist termlength from em * 0.50 to em * 0.60
so short terms fit better.

xsl/fo/lists.xsl

index 4dca19a01a3441a0ef914bb3bdb16df621354c0e..1cad6f03839e99e6cc3888d7de45212ca7f893cd 100644 (file)
   <!--nop-->
 </xsl:template>
 
+<xsl:template match="procedure/titleabbrev">
+  <!--nop-->
+</xsl:template>
+
 <xsl:template match="variablelist/titleabbrev" mode="vl.as.list">
   <!--nop-->
 </xsl:template>
           </xsl:when>
           <xsl:otherwise>
             <xsl:value-of select="@termlength"/>
-            <xsl:text>em * 0.50</xsl:text>
+            <xsl:text>em * 0.60</xsl:text>
           </xsl:otherwise>
         </xsl:choose>
       </xsl:when>
           <xsl:with-param name="terms" select="varlistentry/term"/>
           <xsl:with-param name="maxlength" select="$variablelist.max.termlength"/>
         </xsl:call-template>
-        <xsl:text>em * 0.50</xsl:text>
+        <xsl:text>em * 0.60</xsl:text>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
   </xsl:variable>
 
   <xsl:variable name="preamble"
-                select="*[not(self::step or self::title)]"/>
+                select="*[not(self::step
+                         or self::titleabbrev
+                         or self::title)]"/>
   <xsl:variable name="steps" select="step"/>
 
   <fo:block id="{$id}" xsl:use-attribute-sets="list.block.spacing">