The
listOfAbbreviations and bibliography elements are documented on their own pages: Abbreviations and Citations.Table of Contents
Generates an automatic table of contents from headings in the document.Properties
Example usage
List of Figures
Generates an automatic list of all images and charts that have acaption property.
Properties
Only images and charts with a
caption property appear in the list of figures. The figure numbering prefix (e.g., “Figure”, “Fig.”, “Abb.”) is controlled by defaults.styles.figureCaption.prefix.Example usage
List of Tables
Generates an automatic list of all tables that have acaption property.
Properties
Only tables with a
caption property appear in the list of tables. The table numbering prefix (e.g., “Table”, “Tab.”, “Tabelle”) is controlled by defaults.styles.tableCaption.prefix.List of Code Listings
Generates an automatic list of all code blocks that have acaption property.
Properties
Only code blocks with a
caption property appear in the list. The listing numbering prefix (e.g., “Listing”, “Code”, “Quellcode”) is controlled by defaults.styles.codeCaption.prefix. Diagram code blocks (e.g., mermaid, plantuml) with captions appear in the List of Figures instead — unless renderAsImage is false. See Diagrams.