Hello,
The KaTeX plugin is rather excellent and seems like magic, but I was expecting the \displaystyle mode to place the equation on a line of its own and centre-align it on the page (that's how they behave in LaTeX).
I've tested this in TW5.1.9 and 5.1.10-prerelease with Firefox 41.0.1 on Windows 7.
Here's some sample code that demonstrates the issue.
This default "inline" equation works as expected
$$f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi$$. Which is nice.
---
But this "displaystyle" equation is not...
$$\displaystyle f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi$$
...on a line of its own...
---
...and this "displaystyle" equation is not centre-aligned on the page.
$$\displaystyle f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi$$
Any workarounds?
Thanks, Bob