I generate my TOC with:
<xsl:param name="generate.section.toc.level" select="1"/>

<xsl:param name="generate.toc">
 appendix  nop
 article   nop
 book      toc,title,figure,table,example
 chapter   toc
 part      nop
 preface   nop
 qandadiv  nop
 qandaset  nop
 reference nop
 section   nop
 set       toc
 </xsl:param>


The main TOC looks like this:
TOC
List of Figures (half page)
empty page
List of Tables(half page)
empty page
List of Examples(half page)
empty page

Start of chapter one

Any way, I can turn off all these empty pages?


Stephan


Reply via email to