Home | History | Annotate | Download | only in lib

Lines Matching full:toc

27 <!-- set toc-levels -->
28 <xsl:param name="generate.toc">
29 set toc,title
30 book toc,title,figure,table,example,equation
31 chapter toc,title
32 section toc
33 sect1 toc
34 sect2 toc
35 sect3 toc
38 qandaset toc
39 qandadiv toc
40 appendix toc,title
43 preface toc,title
44 reference toc,title
79 <!-- don`t put an expanded set-level TOC, only book titles -->
80 <xsl:template match="book" mode="toc">
81 <xsl:param name="toc-context" select="."/>
83 <xsl:when test="local-name($toc-context) = 'set'">
85 <xsl:with-param name="toc-context" select="$toc-context"/>
91 <xsl:with-param name="toc-context" select="$toc-context"/>
97 |bridgehead[$bridgehead.in.toc !=
119 or (generate-id($home) != generate-id(.) or $nav.context = 'toc')
120 or ($chunk.tocs.and.lots != 0 and $nav.context != 'toc')
179 <xsl:when test="$home != . or $nav.context = 'toc'">
190 <xsl:if test="$chunk.tocs.and.lots != 0 and $nav.context != 'toc'">
196 <xsl:if test="$chunk.tocs.and.lots != 0 and $nav.context != 'toc'">
200 <xsl:text>-toc</xsl:text>
204 <xsl:with-param name="key" select="'nav-toc'"/>
222 <xsl:variable name="toc">
225 <xsl:with-param name="attribute" select="'toc'"/>
229 <xsl:variable name="toc.params">
231 <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
237 <xsl:if test="(contains($toc.params, 'toc') and $toc != '0') or $toc = '1'">
238 <xsl:call-template name="process.qanda.toc"/>
259 <xsl:variable name="toc">
263 <xsl:with-param name="attribute" select="'toc'"/>
267 <xsl:variable name="toc.params">
269 <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
273 <xsl:if test="(contains($toc.params, 'toc') and $toc != '0') or $toc = '1'">
274 <tr class="toc" colspan="2">
276 <xsl:call-template name="process.myqanda.toc"/>
333 <xsl:template name="process.myqanda.toc">
339 <xsl:template name="process.qanda.toc">
348 <xsl:call-template name="process.qanda.toc"/>