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] Suppressing "List of Tables"


On Thu, Sep 18, 2003 at 10:51:09AM -0700, Immell, Tara wrote:
> Hi,
> 
> I have a lingering question after looking at
> http://www.sagehill.net/docbookxsl/TOCcontrol.html#TOCcomponents. 
> 
> If all I want to change about my book's output is to stop figure, table,
> example, and equation table of contents from being generated, should my
> customization layer 
> 
> a) contain only the element I want to modify:
> 
> <xsl:param name="generate.toc">
> book      toc,title
> </xsl:param>
> 
> OR
> 
> b) contain all element pairs:
> 
> <xsl:param name="generate.toc">
> appendix  toc,title
> article/appendix  nop
> article   toc,title
> book      toc,title
> chapter   toc,title
> part      toc,title
> preface   toc,title
> qandadiv  toc
> qandaset  toc
> reference toc,title
> sect1     toc
> sect2     toc
> sect3     toc
> sect4     toc
> sect5     toc
> section   toc
> set       toc,title
> </xsl:param>


It should contain the whole thing.
The stylesheet doesn't merge a custom value of
generate.toc, it uses it as a replacement.

That seems a bit clunky, actually, so maybe
there should be another local.generate.toc
parameter for just the changed values.


Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com


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