# LaTeX-like math expressions now supported in posts

**URL:** https://discourse.paraview.org/t/latex-like-math-expressions-now-supported-in-posts/2369
**Category:** Announcements
**Created:** [August 6, 2019, 2:26pm UTC](https://discourse.paraview.org/t/latex-like-math-expressions-now-supported-in-posts/2369 "2019-08-06T14:26:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [August 6, 2019, 2:26pm UTC](https://discourse.paraview.org/t/latex-like-math-expressions-now-supported-in-posts/2369/1 "2019-08-06T14:26:41Z")

</div>

We have enabled [MathJax](https://www.mathjax.org) via the [Discourse Math plugin](https://github.com/discourse/discourse-math). Now posts may include nicely formatted math expressions such as

f(x) = \int\_{-y}^{y} \phi(y)sin(y) dy

The code for the expression above is as you would write an inline math expression in a LaTeX document:

```nohighlight
$f(x) = \int_{-y}^{y} \phi(y)sin(y) dy$

```

Helpfully, the formatted math appears in the preview panel as you edit your post!

Most LaTeX math functions are support, at least the most common. For details, see [MathJax TeX and LaTeX Support](http://docs.mathjax.org/en/latest/tex.html#mathjax-tex-and-latex-support).

Enjoy!
