Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 514

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="X24generate-chapter-tocX24">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename generate-chapter-toc.html>

<RefMeta>
  <RefEntryTitle>$generate-chapter-toc$</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>$generate-chapter-toc$</RefName>
  <RefPurpose>Should a Chapter Table of Contents be produced?</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
$generate-chapter-toc$
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
If true, an automatically generated
chapter TOC should be included. By default, it<literal>s true.  It</literal>s false if
the output is going to a single file and the current node isn't the
root element.</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define $generate-chapter-toc$ 
  ;; Should a Chapter Table of Contents be produced?
  (lambda ()
    (or (not nochunks)
(node-list=? (current-node) (sgml-root-element)))))
</ProgramListing>
</RefSect1>

</RefEntry>