Prev | Next | escape |
$escape character$$
\
.
This command changes the escape character to the first character in
character
(not counting leading
white space
).
The escape
command has effect till the next such command
is executed or the end of the current section (which ever comes first).
$escape
command appears in the
root section
section,
the last value specified in the root section
replaces the backslash \
as the default for other sections.
$escape $$
appears in the current section.
It is suggested that you use this as the default, by making
it the last escape command in the root section.
$codei
or $icode
command.
For example, the input
$escape #$$
$codei%
%x% = 1 + %a% + %b%
%y% = 2 + # # %b%
%$$
produces the following output
x = 1 + a + b
y = 2 + b