Prev Next mref

Multiple Tag Based Cross References
Syntax $mref%tag1%tag2%...%tagN%$$
See Also cref , tref , rref , href

Description
Links multiple sections using the cross reference tag for each section as the text displayed for the link.

%
tag1%tag2%...%tagN%
is a delimiter sequence where % can be any character that is not a letter. The values tag1, ..., tagN specify the cross reference tags for the links. Leading and trailing white space in the cross reference tags is ignored.

Example
The following input
 
	(see also: $mref/cref/$$)
produces the following output
     
(see also: cref )
Note that cref is the tag for the other section of explicit cross referencing.

The following input
 
	(See also: $mref/cref/_index/_contents/$$.)
produces the following output
     
(See also: cref , _index , _contents .)
Note that the cross reference tags _index, and _contents are automatically generated by OMhelp and do not appear as arguments to a begin command.

Reference
Multiple cross references are separated by commas.
Input File: mref.omh