Content Model | |||
|
|||
Attributes | Common attributes | ||
Name |
Type |
Default |
|
label | CDATA | None | |
Parameter Entities | |||
nav.class | partcontent.mix |
A LoT is a list of titles. It can be used to generate lists of Figures, Tables, Examples, or Equations.
Formatted as a displayed block. A list of titles in a Book usually introduces a forced page break.
Most often, lists of titles are generated automatically by the presentation system and never have to be represented explicitly in the document source.
<!DOCTYPE lot PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <lot><title>List of Figures</title> <lotentry pagenum='5'>The Letters “g” and “h” inside their boxes</lotentry> <lotentry pagenum='15'>Example figure produced by both TeX and troff</lotentry> <!-- ... --> </lot> |