<rename>

The <rename> tag appears in <docinfo> and changes the printed name of a standard block type, such as a theorem-like or remark-like element. This is useful for localization or house-style customization.

Use the element attribute to identify the tag being renamed, and optionally add xml:lang to restrict the change to one language.

Syntax

Attributes

Attributes for <rename>
AttributeRequired?Values
element = "…"requiredstring
xml:lang = "…"optionalstring

Children

The following may appear as children: Text

Parents

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

Examples