Prev | Next | hilite |
$hilitecmd%cmd_1% ... %cmd_m%$$
$hiliteseq%
before_1%seq_1%after_1%tag_1%
...
before_n%seq_n%after_n%tag_n
%$$
cmd_1
, ... ,
cmd_m
,
specify the commands (with out the $
character)
for which this automatic highlighting and cross referencing is to be done.
Currently, the only valid commands for
automatic highlighting and cross referencing
are the codep
, and verbatim
commands.
tag_j
; see below).
seq_j
requires that one of the characters in
before_j
must
directly precede the sequence (not counting space or tab characters).
If
before_j
is empty,
then it suffices to have
white space
,
or the beginning of the text, precede
seq_j
.
seq_j
requires that one of the characters in
after_j
must
directly follow the sequence (not counting space or tab characters).
If
after_j
is empty,
then it suffices to have a
white space
,
or the end of the text, follow
seq_j
.
hilitecmd
)
and
tag_j
empty,
seq_j
appears in the hilitecolor
in the corresponding output.
hilitecmd
)
and
tag_j
not empty,
seq_j
is linked to the section corresponding to
tag_j
and it appears in the linkcolor
in the corresponding output.
before_j
,
seq_j
,
after_j
, and
tag_j
.
$hilitecmd%codep%$$
$hiliteseq%
%xref% %%
%cref% %cref
%$$
$codep
The OMhelp xref command has been deprecated,
you should use the cref command instead.
This xref, does not have white space after it.
$$
generates the following output:
The OMhelp xref command has been deprecated,
you should use the cref command instead.
This xref, does not have white space after it.