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 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 CatterallTo: [email protected]Sent: Thursday, March 08, 2007 1:40 PMSubject: [docbook-apps] list of figures in the TOC for an appendixWith this in my customization layer<xsl:param name="generate.toc" >appendix toc,title,figurearticle toc,titlebook toc,title,table,figure,example,equationchapter toc,titlepart toc,titlepreface title
reference toc,titlesect1 titlesect2 title
sect3 title
sect4 title
sect5 title
sectiontitle
</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, DScemail: [EMAIL PROTECTED]
Prolongacion de Hidalgo 140http://catterall.net/
San Felipe del Aguatel: +52 951 520 1821
Oaxaca 68020Mexico 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
Prolongacion de Hidalgo 140
San Felipe del Agua
Oaxaca 68020
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
