Output table of contents.
Type & position: | command, main part |
Syntax: | !tableofcontents !depth <value> |
Description: | Dieses Kommando gibt ein komplettes Inhaltsverzeichnis aus, welches durch ausgabeformatspezifische Kommandos eingefasst und in Hypertexten auf einer eigenen Seite dargestellt wird. Dieses Kommando sollte direkt nach !begin_document bzw. nach !maketitle eingesetzt werden. Der Umfang des Inhaltsverzeichnis lässt sich durch den Schalter !use_compressed_tocs oder durch Angabe des Schalters !depth verkleinern. Das Beispiel zeigt, wie Sie ein Inhaltsverzeichnis ausgeben, das nur die Nodes (1. Ebene) enthält. |
Description: | Generates a full table of contents with specific commands of the destination format. I recommend to use this command right after using !begin_document maketitle. You can influence the depth of the table with the switch behind the command. The example shows how to output a table of contents that contains only the chapters. |
Example: | !tableofcontents !depth 1 |
See also: | Tables of contents, !use_compressed_tocs, !toc, !depth |