You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the following cases.
The results show that the second use case(:label: my-equation ) rendering is correct, but as long as \begin{xxx} \end{xxx} is used, the problem of formula and number overlap will occur.
.. math::
\begin{equation}
a=c
\end{equation}
.. math::
:label: my-equation
a=b
.. math::
\begin{align}
a &= b \\
b &= c
\end{align}
Katex render result:
mathjax render result:
mathjax set with
mathjax3_config = {'tex': {'tags': 'ams'}}
It seems that formulas and numbers were overlapped in Katex
The text was updated successfully, but these errors were encountered: