-
Bear Version: 2.5.1 (13605)
-
OS Version: 15.6
-
What were you doing:
-
What feature did you use: Math Latex
-
What happened: The LaTeX mathematical expressions are not being rendered correctly.
-
What did you expect to happen:The LaTeX code should be automatically rendered into properly formatted mathematical expressions with correct typography.
I can see that item 5 overlaps with item 6 in the image. Could you post the markdown to help us fix it?
- 两个平面的夹角:$\cos\theta = \frac{|\overrightarrow n_1 \cdot \overrightarrow n_2|}{|\overrightarrow n_1||\overrightarrow n_2|} = \frac{A_1A_2 + B_1B_2 + C_1C_2}{\sqrt{A_1 ^ 2 + B_1 ^ 2 + C_1 ^ 2} \cdot \sqrt{A_2 ^ 2 + B_2 ^ 2 + C_2 ^ 2}}$。
- 平面 $\Pi_1$ 与平面 $\Pi_2$ 垂直的充要条件为:$A_1A_2 + B_1B_2 + C_1C_2 = 0$,这是因为此时平面 $\Pi_1$ 与平面 $\Pi_2$ 的法向量的数量积为 0。
- 平面 $\Pi_1$ 与平面 $\Pi_2$ 平行的充要条件为:$\frac{A_1}{A_2} + \frac{B_1}{B_2} + \frac{C_1}{C_2}$,这是因为此时平面 $\Pi_1$ 与平面 $\Pi_2$ 的法向量平行,从而两个法向量对应的坐标成比例。
- 点到平面的距离公式:$d =\frac{| Ax_0 + By_0 + Cz_0 + D |}{\sqrt{A ^ 2 + B ^ 2 + C ^ 2}}$。
Thanks, that was what we needed. We should have a fix in a future version.