Use the Math block to display mathematical formulas in your presentation. It accepts TeX input and renders the result in real time.
Here's a sample formula you can use to give it a try:
f(x) = \int_{-\infty}^\infty
\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
KaTeX
Math typesetting is powered by the open-source KaTeX project. See the KaTeX documentation for a complete list of supported TeX functions.
Inline math
You can also include math within a text block by wrapping the formula in one of these delimiters:
-
\( inline math here \)for inline math -
\[ display math here \]for display math on its own line -
$$ display math here $$for display math on its own line

