OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] list of figures in the TOC for an appendix


Title: list of figures in the TOC for an appendix
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
bobs@sagehill.net
 
 
----- Original Message -----
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: ron@catterall.net
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: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]