[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 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]