Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

[BUG] Katex multi-line formula rendering failed #91

Open
haowu97 opened this issue May 6, 2021 · 0 comments
Open

[BUG] Katex multi-line formula rendering failed #91

haowu97 opened this issue May 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@haowu97
Copy link

haowu97 commented May 6, 2021

Describe the bug

All multi-line formulas cannot be rendered. Such as

\begin{aligned}
P\left(\bigcup_{i=1}^{n} A_{i}\right)=&\sum_{1 \leqslant i \leqslant n} P\left(A_{i}\right)-\sum_{1 \leqslant i_{1}<i_{2} \leqslant n} P\left(A_{i_{1}} \cap A_{i_{2}}\right) & \\
&+\sum_{1 \leqslant i_{1}<i_{2}<i_{3} \leqslant n} P\left(A_{i_{1}} \cap A_{i_{2}} \cap A_{i_{3}}\right) \\
&-\cdots+(-1)^{n+1} P\left(A_{1} \cap A_{2} \cap \cdots \cap A_{n}\right)
\end{aligned}
\begin{array}{l}
\bigcup_{i=1}^{\infty} A_{i}=\left\{x \in S: x \in A_{i} \text { for some } i\right\} \\
\bigcap_{i=1}^{\infty} A_{i}=\left\{x \in S: x \in A_{i} \text { for all } i\right\}
\end{array}

Note that in-line formulas and single-line formulas are rendered normally.

Screenshots

image

@haowu97 haowu97 added the bug Something isn't working label May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant