-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Improve HTML math clipping #11599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
公式文本是从哪里来的,剪藏还是? |
之前群里看到的: 01 02 比如我复制出来是这样的:
|
我这里也没有相关的网页,不知道剪藏出来的有没有问题。但至少粘贴是不能直接变为公式的 |
88250
added a commit
that referenced
this issue
May 31, 2024
88250
added a commit
that referenced
this issue
May 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
适配 LaTeX 公式剪藏
https://ld246.com/article/1717126687541
行内公式:使用
\( ... \)
或者\begin{math} ... \end{math}
来插入行内公式。例如:
\( x = 3 \)
独立公式:使用
\[ ... \]
或者\begin{displaymath} ... \end{displaymath}
或者\begin{equation} ... \end{equation}
来插入独立公式。例如:
\[ y = 4 \]
The text was updated successfully, but these errors were encountered: