|
Prev | Next | left_right |
| Syntax |
$latex \left s1 command_list \right s2 $$
|
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 .
|
|