|
Prev | Next | frac |
| Syntax |
$latex \frac{numerator}{denominator} $$
|
\frac command
where numerator and denominator
are any valid Latex commands.
$latex \[
\frac{y+z/2}{y^{2}+1}
\] $$
results in the following output
\[
\frac{y+z/2}{y^{2}+1}
\]
The input
$latex \[
\frac{x+y}{1 + \frac{y}{z+1}}
\] $$
results in the following output
\[
\frac{x+y}{1 + \frac{y}{z+1}}
\]