On this page:
indexed-scheme
idefterm
pidefterm
indexed-file
indexed-envvar
Version: 4.1

11.8 Indexing

(indexed-scheme datum ...)

A combination of scheme and as-index, with the following special cases when a single datum is provided:

(idefterm pre-content ...)  element?

  pre-content : any/c

Combines as-index and defterm. The content normally should be plural, rather than singular. Consider using deftech, instead, which always indexes.

(pidefterm pre-content ...)  element?

  pre-content : any/c

Like idefterm, but plural: adds an “s” on the end of the content for the index entry. Consider using deftech, instead.

(indexed-file pre-content ...)  element?

  pre-content : any/c

A combination of file and as-index, but where the sort key for the index iterm does not include quotes.

(indexed-envvar pre-content ...)  element?

  pre-content : any/c

A combination of envvar and as-index.