Prev | Next | left_right |
$latex \left s1 command_list \right s2 $$
s1
and
s2
must be one of the
enclosing symbols
.
The enclosing symbols are called delimiters in LaTex
but we avoid that reference because of the special meaning
of a
delimiter sequence
in OMhelp.
$latex
\left ( \frac{ x^1 }{ y_2 } \right )
$$
results in the following output:
@(@
\left ( \frac{ x^1 }{ y_2 } \right )
@)@
$latex
( \frac{ x^1 }{ y_2 } )
$$
results in the following output:
@(@
( \frac{ x^1 }{ y_2 } )
@)@
$latex
\left \{ \frac{ x^1 }{ y_2 } \right .
$$
results in the following output:
@(@
\left \{ \frac{ x^1 }{ y_2 } \right .
@)@
|
|