Next: Options   Previous: X   Contents: Contents

XREF

The \XREF tag is used to make a cross reference to another page of the same document. The text used for this reference is the body of this tag whereas the target is specified by the name option.

Syntax

\XREF{name="page-header"}<reference text>

Options

name
The value of this parameter must be a valid anchor name. Note: For each page header there is an anchor tag created autmatically which uses the page header as name.

Body

The body is the text which is used as hyperlink text for this cross reference.

Example


  See the chapter \XREF{name="C"}<about the \C tag>.

produces


  See the chapter about the \C tag.

See also

\A, \SECTIONREF, \PAGEREF, \L

Next: Options   Previous: X   Contents: Contents