Next: Options Previous: X Contents: Contents |
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
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 |