The Modular DocBook Stylesheets
PrevDocBook HTML ParametersNext

%generate-part-toc%

Name

%generate-part-toc% — Should a Part Table of Contents be produced?

Synopsis

%generate-part-toc%

Description

If true, an automatically generated chapter TOC should be included. By default, its true. Its false if the output is going to a single file and the current node isn't the root element.

Source Code

(define %generate-part-toc% 
  ;; Should a Part Table of Contents be produced?
  (lambda ()
    (or (not nochunks)
	(node-list=? (current-node) (sgml-root-element)))))

PrevHomeNext
%generate-legalnotice-link%Up%generate-titlepage%