]> granicus.if.org Git - docbook-dsssl/commitdiff
Add toc.margin.properties attribute-set to list.of.titles so
authorBob Stayton <bobs@sagehill.net>
Wed, 26 Jun 2013 16:58:59 +0000 (16:58 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 26 Jun 2013 16:58:59 +0000 (16:58 +0000)
it matches the TOC list.

xsl/fo/autotoc.xsl

index bff10ee7284ce48b1dbbaf8937531b5ace1897dc..45c63c4fcd3b61820128e6811c0e724b0adf89ed 100644 (file)
   </xsl:variable>
 
   <xsl:if test="$nodes">
-    <fo:block id="lot...{$titles}...{$id}">
+    <fo:block id="lot...{$titles}...{$id}"
+        xsl:use-attribute-sets="toc.margin.properties">
       <xsl:choose>
         <xsl:when test="$titles='table'">
           <xsl:call-template name="list.of.tables.titlepage"/>