<pages>

The <pages> tag gives the page range for an article or other item in a <biblio> entry. It usually appears alongside <journal>, <volume>, and <number>.

Use the start and end attributes when the page range is known, so PreTeXt can format the citation consistently.

Syntax

Attributes

Attributes for <pages>
AttributeRequired?Values
end = "…"optionalstring
start = "…"optionalstring

Children

The following may appear as children: Text

Parents

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

Examples