The Modular DocBook Stylesheets
PrevDocBook Print ParametersNext

%generate-lot-list%

Name

%generate-lot-list% — Should a List of Titles be produced?

Synopsis

%generate-lot-list%

Description

If true, a List of Titles will be produced for each Book. This parameter has no meaning except when Books are formatted.

The elements that appear in a List of Titles (Figures, Tables, etc.), are controlled by %generate-lot-list%.

Source Code

(define %generate-lot-list%
  ;; Should a List of Titles be produced?
  (list "TABLE" "FIGURE" "EXAMPLE" "EQUATION"))

PrevHomeNext
%funcsynopsis-style%Up%generate-titlepage%