$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
lot — A list of the titles of formal objects (as tables or figures) in a document
lot ::= (beginpage
?, (%bookcomponent.title.content;
)?,lotentry
*)
Name | Type | Default |
label | CDATA | None |
The following parameter entities contain lot:
Parameter Entities | ||
%nav.class; | %partcontent.mix; |
A LoT
is a list of titles. It can be used
to generate lists of Figure
s, Table
s,
Example
s, or Equation
s.
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>