]> granicus.if.org Git - docbook-dsssl/commitdiff
Restore component.list.of.tables etc. now that the titlepage.templates.xsl
authorBob Stayton <bobs@sagehill.net>
Sat, 24 Mar 2012 20:34:52 +0000 (20:34 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 24 Mar 2012 20:34:52 +0000 (20:34 +0000)
file has been updated by the Makefile.

xsl/fo/autotoc.xsl

index 07b7bec304fc06481cde859ec04bac700ad301c5..75b56b54c68436fe953dc3c610e523ad3fb64242 100644 (file)
     <fo:block id="lot...{$titles}...{$id}">
       <xsl:choose>
         <xsl:when test="$titles='table'">
-          <xsl:call-template name="list.of.tables.titlepage"/>
+          <xsl:call-template name="component.list.of.tables.titlepage"/>
         </xsl:when>
         <xsl:when test="$titles='figure'">
-          <xsl:call-template name="list.of.figures.titlepage"/>
+          <xsl:call-template name="component.list.of.figures.titlepage"/>
         </xsl:when>
         <xsl:when test="$titles='equation'">
-          <xsl:call-template name="list.of.equations.titlepage"/>
+          <xsl:call-template name="component.list.of.equations.titlepage"/>
         </xsl:when>
         <xsl:when test="$titles='example'">
-          <xsl:call-template name="list.of.examples.titlepage"/>
+          <xsl:call-template name="component.list.of.examples.titlepage"/>
         </xsl:when>
         <xsl:when test="$titles='procedure'">
-          <xsl:call-template name="list.of.procedures.titlepage"/>
+          <xsl:call-template name="component.list.of.procedures.titlepage"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:call-template name="list.of.unknowns.titlepage"/>
+          <xsl:call-template name="component.list.of.unknowns.titlepage"/>
         </xsl:otherwise>
       </xsl:choose>
       <xsl:apply-templates select="$nodes" mode="toc">