OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC