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]

how to turn off empty pages in TOC


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



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