This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Suppressing "List of Tables"


On Thu, Sep 18, 2003 at 05:45:43PM +0100, anon croaker wrote:
> Hi there
> 
> I'm having trouble customising my Table of Contents. I
> wonder if anyone can offer any advice?
> 
> Currently (using HTML Help XSL (& XML)) my TOC
> contains a "List of Tables" which I want to suppress.
> I've had success customising my output using a set of
> "xsl:param"s. I can't find anything that applies to
> LOTs though.
> 
> I hope I'm making sense.

You want to customize the 'generate.toc' parameter.
Its value is a set of pairs, indicating which tocs
to generate for which elements.  The line in
question:

book      toc,title,figure,table,example,equation

needs to become:

book      toc,title

See:
http://www.sagehill.net/docbookxsl/TOCcontrol.html#TOCcomponents

-- 

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

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]