Type LaTeX commands and see them rendered in real-time
Type | LaTeX Command | Example Output |
---|---|---|
Fractions | \frac{numerator}{denominator} | \(\frac{a}{b}\) |
Subscripts | x_{subscript} | \(x_{i}\) |
Superscripts | x^{superscript} | \(x^{2}\) |
Greek Letters | \alpha, \beta, \gamma, etc. | \(\alpha, \beta, \gamma\) |
Integrals | \int_{lower}^{upper} | \(\int_{a}^{b}\) |
Summation | \sum_{lower}^{upper} | \(\sum_{i=1}^{n}\) |