Hi,

I have a problem generating a table of contents within an <article> environment.

Processing is done via xalan (fo) -> fop 0.95.

In a book environment, the table of contents in generated after the Preface. 
For the article the abstract is shown and instantly the first Section.

I have no idea which parameter i forgot to enable for the article environment, 
nor any idea's on tracking it down.
----------------------------
<xsl:param name="generate.toc">
article   toc,title,figure,table,example,equation
/appendix toc,title
article/appendix  nop
/article  toc,title
book      toc,title,figure,table,example,equation
/chapter  toc,title
part      toc,title
/preface  toc,title
reference toc,title
/sect1    toc
/sect2    toc
/sect3    toc
/sect4    toc
/sect5    toc
/section  toc
set       toc,title
</xsl:param>

  <!-- go down to section 4 for the toc                -->
  <xsl:param name="toc.section.depth"          select="4"/>

  <!-- generate a TOC in each chapter                  -->
  <xsl:param name="generate.section.toc.level" select="1"/>
---------------------------------------------------



--
skripi-lists(add)myrealbox(dot)com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to