<docinfo>

The <docinfo> tag is a child of <pretext> that holds document-level metadata and configuration. It is where authors place items such as <macros>, numbering settings, and image preambles.

<docinfo> is not rendered directly. Instead, its contents affect how the rest of the document is processed and displayed.

Syntax

Attributes

Attributes for <docinfo>
AttributeRequired?Values
component = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children: <asymptote-preamble> <author-biographies> <blurb> <defaults> <directories> <document-id> <doenetml> <initialism> <latex-image-preamble> <logo> <macros> <math-package> <pf:prefigure-preamble> <rename>

Parents

This element may appear as an immediate child of the following elements: <pretext>

Examples