This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
RE: [docbook-apps] How to Exclude "List of Tables, List of Figures, List of Examples"
- From: "Immell, Tara" <Immell at SelkirkFinancial dot com>
- To: 'Mike Haberman' <mikeh at ncsa dot uiuc dot edu>, Docbook-Apps <docbook-apps at lists dot oasis-open dot org>
- Date: Tue, 30 Sep 2003 13:09:21 -0700
- Subject: RE: [docbook-apps] How to Exclude "List of Tables, List of Figures, List of Examples"
Hi Mike,
This same question was just answered for me recently. See thread below and
this URL gives a good overview:
http://www.sagehill.net/docbookxsl/TOCcontrol.html#TOCcomponents
Anyone know why I can't find this old email thread on the list archive at:
http://lists.oasis-open.org/archives/docbook/200309/maillist.html ?
Tara
-----Original Message-----
From: Immell, Tara
Sent: Thursday, September 18, 2003 10:51
To: 'Bob Stayton'
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Suppressing "List of Tables"
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>
Thanks,
Tara
-----Original Message-----
From: Billard, Trish [mailto:trish.billard@hp.com]
Sent: Thursday, September 18, 2003 9:57
To: anon croaker
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Suppressing "List of Tables"
Hi there,
Are you using a customization layer (your own stylesheet to call the other
stylesheets and set your params)? In ours, we ADDED the LOT, LOE, and LOF:
<!-- specify toc depth -->
<xsl:param name="toc.section.depth">2</xsl:param>
<xsl:param name="generate.toc">
appendix toc
article toc
book toc,figure,table,example
chapter toc
part toc
preface toc
reference toc
section toc
set toc
<!-- Trish added figures, tables, and examples to the TOC --> </xsl:param>
So if you have this kind of entry, you'd remove the table from the list of
things after "book toc"
--Trish
-----Original Message-----
From: anon croaker [mailto:anon_croaker@yahoo.co.uk]
Sent: Thursday, September 18, 2003 9:46 AM
To: docbook-apps@lists.oasis-open.org
Subject: [docbook-apps] Suppressing "List of Tables"
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.
TIA
croaker
________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org.
To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org.
-----Original Message-----
From: Mike Haberman [mailto:mikeh@ncsa.uiuc.edu]
Sent: Tuesday, September 30, 2003 12:46
To: Docbook-Apps
Subject: [docbook-apps] How to Exclude "List of Tables, List of Figures,
List of Examples"
Can anyone show me how to suppress the printing of "List of Tables",
"List of Figures", and "List of Examples" ?
I am using dsssl 1.76
thanks
mike
To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org.
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.