Next: B   Previous: Supported tags   Contents: Contents

A

The \A tag is used to set an anchor or an invislible mark within the input text. This can then be used in \XREF tags to create cross references.

Syntax

\A{name="some name for this anchor"}

Options

name
The name option is mandatory and specifies a name for this anchor. All anchor names within a document must be unique.
Note: For each page header there is an anchor tag created autmatically which uses the page header as name.

Body

No body is allowed.

Example


  This text contains an \A{name="a-name"}invisible anchor.

produces


  This text contains an invisible anchor.

This anchor can be used in a cross reference like:


  See also the \XREF{name="a-name"}<anchor example>.

which produces:


  See also the anchor example.

See also

\XREF

Next: B   Previous: Supported tags   Contents: Contents