Title: Re: [docbook-apps] list of figures in the TOC for an appen
Hi Bob
many thanks, I now have a list of figures at start of an appendix:
<!-- list.of.titles code added to template match="appendix" to generate a list of figures at start of an appendix -->
      <fo:block id="$id">
        <xsl:call-template name="appendix.titlepage"/>
        <xsl:call-template name="list.of.titles">
          <xsl:with-param name="titles" select="'figure'"/>
          <xsl:with-param name="nodes" select=".//figure"/>
        </xsl:call-template>
      </fo:block>
Ron




Hi Ron,
Lists of figures, tables, etc. is only implemented for the book element.  I think perhaps it was intended to be extended to other elements, but never was.
 
I think it might be as easy as adding something like this to an appendix customization:
 
        <xsl:call-template name="list.of.titles">
          <xsl:with-param name="titles" select="'figure'"/>
          <xsl:with-param name="nodes" select=".//figure"/>
        </xsl:call-template>

but I haven't tried it.
 
Bob Stayton
Sagehill Enterprises
DocBook Consulting
[EMAIL PROTECTED]
 
 
----- Original Message -----
From: Ron Catterall
To: [email protected]
Sent: Thursday, March 08, 2007 1:40 PM
Subject: [docbook-apps] list of figures in the TOC for an appendix

With this in my customization layer
<xsl:param name="generate.toc" >
appendix  toc,title,figure
article   toc,title
book      toc,title,table,figure,example,equation
chapter   toc,title
part      toc,title
preface   title
reference toc,title
sect1     title
sect2     title
sect3     title
sect4     title
sect5     title
section     title
</xsl:param>
I get a list of figures at the start of a book, but NO list of figures at the start of an appendix.
What am I doing wrong?

--
Ron Catterall, Phd, DSc                         email: [EMAIL PROTECTED]
Prolongacion de Hidalgo 140                             http://catterall.net/
San Felipe del Agua                                        tel: +52 951 520 1821
Oaxaca      68020  Mexico                          fax: +1 530 348 8309
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


-- 
Ron Catterall, Phd, DSc                         email: [EMAIL PROTECTED]
Prolongacion de Hidalgo 140                             http://catterall.net/
San Felipe del Agua                                        tel: +52 951 520 1821
Oaxaca      68020  Mexico                          fax: +1 530 348 8309



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to