Prev | Next | syntax |
$syntax%code1%italic1%...%codeN%italicN%$$
icode
commands in its place.
code
and italic
font
.
%
code1%
italic1%
...%
codeN%
italicN%
is a delimiter sequence
and %
can be any character that is not a letter.
The characters in code1, ..., codeN
are output in code
font.
The characters in italic1, ..., italicN
are output in italic
font.
All white space
characters
are preserved in the code entries. Thus new lines
in code1, ..., codeN
will correspond to new lines in the output.
Leading and trailing white space in the italic entries
is ignored (and can be used to space the OMhelp input).
$syntax%f(%x%) = g(%x%, %y%)%$$
produces the following output
f(
x) = g(
x,
y)
The input
$syntax%f(%x%) =
g(%x%, %y%)%$$
produces the following output
f(
x) =
g(
x,
y)
The input
$syntax%f(%x%) = %
%g(%x%, %y%)%$$
produces the following output
f(
x) =
g(
x,
y)