<list-of>

The empty <list-of> tag asks PreTeXt to generate a list of selected elements, such as figures, tables, or theorems. Place it where the list should appear, often in back matter, and use the elements attribute to name what should be included.

A generated list can also be grouped by divisions with divisions or forced to appear even when empty with empty. See also <index-list>.

Syntax

Attributes

Attributes for <list-of>
AttributeRequired?Values
divisions = "…"optionalstring
elements = "…"requiredstring
empty = "…"optional"yes""no"
scope = "…"optionalstring

Children

This tag must be empty (i.e., no children or text allowed).

Parents

This element may appear as an immediate child of the following elements: <appendix> <article> <chapter> <conclusion> <introduction> <page> <paragraphs> <section> <subsection> <subsubsection> <worksheet>

Examples