[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] Simplesects in the TOC
There is a customization layer, but the behavior changed when I upgraded the stylesheets with no change to the customization layer.
I noticed the change in chunked XHTML generation. It only seems to happen in sections that are broken into simplesect blocks. Chapters don't have the problem.
Here is the modifications I made to control the chunking and TOCs:
<xsl:param name="chunk.section.depth" select="2" />
<xsl:param name="chunk.first.sections" select="1" />
<xsl:param name="generate.section.toc.level" select="2" />
<xsl:param name="generate.toc">
article toc,title
chapter toc
book toc,title,figure,table,example
part toc
section toc
appendix toc
reference toc
preface toc
</xsl:param>
TIA,
Eric
-----Original Message-----
From: Bob Stayton [mailto:bobs@sagehill.net]
Sent: Mon 3/2/2009 8:00 PM
To: Eric Johnson; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Simplesects in the TOC
Simplesects in the TOCHi Eric,
I cannot duplicate this problem. Are you testing with your customization layer, or with the stock stylesheets?
FO or HTML?
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
----- Original Message -----
From: Eric Johnson
To: docbook-apps@lists.oasis-open.org
Sent: Monday, March 02, 2009 4:38 PM
Subject: [docbook-apps] Simplesects in the TOC
I just updated to the latest version on the stylesheets and now all of my simplesects are showing up in my TOCs. Is this a bug? Is there a work around?
I tried adding setting simplesect.in.toc=0 to explicitly turn it off, but nothing happened.
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]