数据公式编辑-适用于博客园MarkDown

推荐工具网站

  1. http://latex.codecogs.com/eqneditor/editor.php

  2. https://katex.org/docs/supported.html

使用方法

在编辑公式的时候,公式内容的两侧需要加入 $ 符号,例如:

  1. 行内公式 $Latex公式内容$
    \(Latex 公式内容\)

  2. 行外公式 $$Latex 公式内容$$

\[Latex 公式内容 \]

常用语法

-- 公式显示效果 -- 代码
\(n \times n\) $n \times n$
\(n^{2}\) $n^{2}$
\(F_{1}(n)\) $F_{1}(n)$
\(\alpha + \frac{2\beta}{\gamma}\) $\alpha + \frac{2\beta}{\gamma}$
\(\lim_{x \to 0} f(x) = 8\) $\lim_{x \to 0} f(x) = 8$
\(\int \frac{1}{x} dx = \ln \left | x \right | + C\) $\int \frac{1}{x} dx = \ln \left | x \right | + C$
posted @ 2020-07-02 13:33  小6牛牛  阅读(202)  评论(0编辑  收藏  举报