|
Prev | Next |
$OMhelpKeyCharacter=c
$begin,
$end pair.
It instructs OMhelp to use the single character specified by
c
as the Command Key character
(in place of the default character which is the dollar sign $.)
The character
c
can not be an alphabetic letter,
a decimal digit, or white space.
The effect of this limited to sections that have there
$begin and $end commands in the same file.
keycharexample.omh contains the text
$OMhelpKeyCharacter=@
@begin KeyCharExample@@
@section Command Key Character Example@@
@include keycharinclude.omh@@
@end
This input results
in the following section: KeyCharExample
.
keycharinclude.omh which contains the text
@spell
keycharinclude.omh
keycharexample.omh
@@
@head Include File@@
This is text comes from the file @code keycharinclude.omh@@
which is included by @code keycharexample.omh@@.
Note that the command key character in @code keycharinclude.omh@@
is the same as for @code keycharexample.omh@@.