// vim: set filetype=pp2html:
=A
\X{mode=index_only}
The \B<\\A> tag is used to set an \I<\X> or an invislible \I within the input text.
This can then be used in \C<\\XREF> tags to create cross references.
\B
\\A{name="some name for this anchor"}
\B
:\B:The \I option is mandatory and specifies a name for this anchor. All anchor names within a
document must be unique.\BR
\B For each page header there is an anchor tag created autmatically which
uses the page header as name.
\B
No body is allowed.
\B
This text contains an \\A{name="a-name"}invisible anchor.
produces
This text contains an \A{name="a-name"}invisible anchor.
This anchor can be used in a cross reference like:
See also the \\XREF{name="a-name"}.
which produces:
See also the \XREF{name="a-name"}.
\B
\B<\\XREF>