← Prev in month ← Prev in thread

Multiple TOCs

From
Peter Fleck <>
Date
2018-05-08T15:16:26+00:00
ID
Thread
Multiple TOCs
<xsl:call-template name="make.book.tocs">
   <xsl:with-param name="toc.max.depth" select="4"/>
   <xsl:with-param name="toc.section.depth" select="0"/>
  </xsl:call-template>
  <xsl:call-template name="make.book.tocs">
   <xsl:with-param name="toc.max.depth" select="4"/>
   <xsl:with-param name="toc.section.depth" select="1"/>
  </xsl:call-template>
← Prev in month ← Prev in thread