@nidupb Does it look correct here in Gitter? %acquis=Vprem+II https://gitlab.com/gitlab-org/gitter/webapp/-/blob/develop/docs/messages.md#katex-math-formulas
Perhaps it's the renderer you are using
\Ia
is not a LaTeX function. Neither is \ointM
. You probably want to put "or" into text mode, not math mode. You are probably looking for something like: "$Ia = \sum_{i=1}^\infty\oint M r{Q}^{2}\theta \,dA\; \text{or} \begin{Bmatrix} F = 12\, \mathrm{N}N \ \tau = 26\, \mathrm{N\cdot m}\end{Bmatrix}$"
Hi there! I've been using KaTeX in an app I am working on -- everything great except that display math equations are not centered. Here is an example:
https://zipdocs.lamdera.app/p/pu142-ac656
I am using KaTeX in a custom element. The code is the same as in in another app where the display is centered, so I am at a loss to know what I am doing wrong.