Next: B Previous: Supported tags Contents: Contents |
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
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 |