The Modular DocBook Stylesheets | ||
---|---|---|
Prev | DocBook HTML Parameters | Next |
%generate-part-toc%
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.
(define %generate-part-toc% ;; Should a Part Table of Contents be produced? (lambda () (or (not nochunks) (node-list=? (current-node) (sgml-root-element)))))
Prev | Home | Next |
%generate-legalnotice-link% | Up | %generate-titlepage% |
Copyright © 1997, 1998 Norman Walsh