LoT ::= ((DocInfo?,Title,Subtitle?,TitleAbbrev?)?, LoTentry*)
Name | Type | Default |
Label | CDATA | None |
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
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 V3.1//EN"> <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>
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.