Next: , Previous: , Up: Cross-references   [Contents][Index]


5.9 @inforef: Cross-references to Info-only Material

@inforef is used for making cross-references to Info documents—even from a printed manual. This was originally used for Info files that were not generated from any Texinfo source. The command is now obsolete and should not be used.

The command takes either two or three arguments, in the following order:

  1. The node name.
  2. The cross-reference name (optional).
  3. The Info file name.

The template is:

@inforef{node-name, cross-reference-name, info-file-name}

For example,

@inforef{Advanced, Advanced Info commands, info},
for more information.

produces (in Info):

*Note Advanced Info commands: (info)Advanced,
for more information.

and (in the printed output):

See Info file info, node ‘Advanced’, for more information.

(This particular example is not realistic, since the Info manual is written in Texinfo, so all formats are available. In fact, we don’t know of any extant Info-only manuals.)

The converse of @inforef is @cite, which is used to refer to printed works for which no Info form exists. See @cite{reference}.