Version 5.9.3

Directories & Lists

Creating directories, indexes, bookmarks and other navigation aids.

There are three methods for tables of contents and similar lists, differing in effort and flexibility:

MethodHow it worksRunsSuitable when …
Markers<Mark> marks positions in the text, sd:pagenumber() returns the page number; the Publisher takes care of storing the data2you only need page numbers for known names
XML data setentries are collected manually, saved with <SaveDataset> and processed in the next run2 to 3the list needs its own structure or additional information (e.g. article lists)
Single runpages are reserved with <InsertPages> and created at the end with <SavePages>1the length of the list is known in advance

On this page