Markdown中使用 LaTeX 编辑数学公式
- 1 介绍
- TeX(计算机排版系统)
- LaTeX(TeX宏集)
- KaTeX 和 MathJax
- 2 注意点
- 单双美元符号包裹问题
- KaTeX 有些不支持
- 3 语法
- 保留字符
- 希腊字母
- 希伯来字母
- 二元运算符
- 二元关系符
- 几何符号
- 逻辑符号
- 集合符号
- 箭头符号
- 特殊符号
- 分数
- 数值函数
- 根式
- 微分与导数
- 模运算
- 极限
- 范围与预测
- 积分
- 大型运算符
- 上下标
- 二项式系数
- 矩阵
- 数组
- 方程与方程组
- 条件定义
- 多行等式
- 自动编号
- 括号
- 括号尺寸
- 空格与换行
- 颜色
- 字体颜色
- 背景颜色
- RGB 颜色
- 字体
- 字体加粗
- 黑体
- 黑板报体
- 斜体
- 罗马体
- 无衬线体
- 手写体
- 哥特字体
- 小脚本风格
- 字号尺寸
- 参考
1 介绍
TeX(计算机排版系统)
七十年代末,Donald E. Knuth在看自己的《电脑编程的艺术》校样时,感觉计算机排版的校样质量低到无法忍受,于是决定自己开发一个高质量的计算机排版系统,这样就有了 TeX 。
TeX 在希腊语中这个词的意思是“科技”和“艺术”。
TeX 是一个排版系统。它提供了许多命令,需要你自己指定文档格式,比如字号,行距,页面分割等等。听起来就很麻烦,所以这需要专业排版的人员来搞。一般用户不可能为了排版而学习他整套系统。
LaTeX(TeX宏集)
LaTeX 是一套建在 TeX 之上的高质量的排版格式,可以生成复杂的表格与数学公式,是当前电子与数学出版行业的事实标准。
LaTeX 是当今世界上最流行和使用最广泛的TEX宏集。
由美国计算机科学家莱斯利·兰伯特在20世纪80年代初期开发,利用这种格式系统的处理,即使用户没有排版和程序设计的知识也可以充分发挥由TeX所提供的强大功能。
LaTeX 是一套建在 TeX 之上的宏。LaTeX 背后的理念是将焦点从格式转移到文档内容。在 LaTeX 命令是为了给文档内容提供结构。已经按照一套排版标准编写好模板,你只需要指定就行了。
KaTeX 和 MathJax
俩都是JavaScript渲染器。将 LaTeX 表达的内容显示出来。
目前来说,在网页上显示数学公式最常用的方案是引入 JavaScript 对 LaTeX 代码渲染,如维基百科、segmentfault 都是采用这样的方案,其中使用最多的库是 MathJax 和 KaTeX。
2 注意点
单双美元符号包裹问题
csdn 中 LaTex 语法使用,Markdown中两种输入公式的方法:一是行内公式(inline),用一对美元符号“$”包裹。二是整行公式(displayed)【占据整行】,用一对紧挨的两个美元符号“$$ ”包裹。
注:
- 有时单美元符号,显示不对时,可以使用双美元符号。
- 防止排版乱,可以使用双美元符号。
语法 | 输出 |
---|---|
$\sigma$ | σ \sigma σ |
$\sqrt[3]{\frac{x^3+y^3}{2}}*$ | x 3 + y 3 2 3 ∗ \sqrt[3]{\frac{x^3+y^3}{2}}* 32x3+y3∗ |
$$\dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a$$ | 2 4 = 0.5 2 c + 2 d + 2 4 = a \dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a 42=0.5c+d+4222=a |
$$
x=\dfrac{-b\pm \sqrt{b^2-4ac}}{2a}
$$
x = − b ± b 2 − 4 a c 2 a x=\dfrac{-b\pm \sqrt{b^2-4ac}}{2a} x=2a−b±b2−4ac
$x=\dfrac{-b\pm \sqrt{b^2-4ac}}{2a}$
x = − b ± b 2 − 4 a c 2 a x=\dfrac{-b\pm \sqrt{b^2-4ac}}{2a} x=2a−b±b2−4ac
KaTeX 有些不支持
CSDN 中的 Markdown 使用的是 KaTeX,KaTex 有些不支持。
详见:https://katex.org/docs/support_table.html
举例:‘\̲i̲i̲i̲i̲n̲t̲’
KaTeX parse error: Expected 'EOF', got '\iiiint' at position 1
3 语法
保留字符
LaTeX 环境中具有特殊含义的保留字符,不能直接使用,必须通过指定的语法实现:
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | # | \# | 6 | { | \{ |
2 | % | \% | 7 | } | \} |
3 | ∧ | ^\wedge | 8 | ∼ | \sim |
4 | & | \& | 9 | ∖ | \backslash |
5 | _ | \_ |
希腊字母
序号 | 标准符号 | LaTeX | 首字母大写 | LaTeX | 使用 var 前缀 | LaTeX | 读音 |
---|---|---|---|---|---|---|---|
1 | α | \alpha | /ˈælfə/ | ||||
2 | β | \beta | /ˈbeɪtə/ | ||||
3 | γ | \gamma | Γ | \Gamma | Γ | \varGamma | /ˈɡæmə/ |
4 | δ | \delta | Δ | \Delta | Δ | \varDelta | /ˈdɛltə/ |
5 | ϵ | \epsilon | ε | \varepsilon | /ˈɛpsɪlɒn/ | ||
6 | ζ | \zeta | /ˈzeɪtə/ | ||||
7 | η | \eta | /ˈeɪtə/ | ||||
8 | θ | \theta | Θ | \Theta | ϑ、Θ | \vartheta 、\varTheta | /ˈθiːtə/ |
9 | ι | \iota | /aɪˈoʊtə/ | ||||
10 | κ | \kappa | ϰ | \varkappa | /ˈkæpə/ | ||
11 | λ | \lambda | Λ | \Lambda | Λ | \varLambda | /ˈlæmdə/ |
12 | μ | \mu | /mjuː/ | ||||
13 | ν | \nu | /njuː/ | ||||
14 | ξ | \xi | Ξ | \Xi | Ξ | \varXi | /zaɪ, ksaɪ/ |
15 | o | o | O | O | /ˈɒmɪkrɒn/ | ||
16 | π | \pi | Π | \Pi | ϖ、Π | \varpi 、\varPi | /paɪ/ |
17 | ρ | \rho | ϱ | \varrho | /roʊ/ | ||
18 | σ | \sigma | Σ | \Sigma | ς、Σ | \varsigma 、\varSigma | /ˈsɪɡmə/ |
19 | τ | \tau | /taʊ, tɔː/ | ||||
20 | υ | \upsilon | Υ | \Upsilon | Υ | \varUpsilon | /ˈʌpsɪlɒn/ |
21 | ϕ | \phi | Φ | \Phi | φ、Φ | \varphi 、\varPhi | /faɪ/ |
22 | χ | \chi | /kaɪ/ | ||||
23 | ψ | \psi | Ψ | \Psi | Ψ | \varPsi | /psaɪ/ |
24 | ω | \omega | Ω | \Omega | Ω | \varOmega | /oʊˈmeɪɡə/ |
25 | ϝ | \digamma | /daɪ’gæmə/ |
希伯来字母
序号 | 符号 | LaTeX | 英文 | 序号 | 符号 | LaTeX | 英文 |
---|---|---|---|---|---|---|---|
1 | ℵ | \aleph | aleph | 3 | ℷ | \gimel | gimel |
2 | ℶ | \beth | beth | 4 | ℸ | \daleth | daleth |
二元运算符
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | + | + | 20 | ∙ | \bullet |
2 | − | - | 21 | ⊕ | \oplus |
3 | × | \times | 22 | ⊖ | \ominus |
4 | ÷ | \div | 23 | ⊙ | \odot |
5 | ± | \pm | 24 | ⊘ | \oslash |
6 | ∓ | \mp | 25 | ⊗ | \otimes |
7 | ◃ | \triangleleft | 26 | ◯ | \bigcirc |
8 | ▹ | \triangleright | 27 | ⋄ | \diamond |
9 | ⋅ | \cdot | 28 | ⊎ | \uplus |
10 | ∖ | \setminus | 29 | △ | \bigtriangleup |
11 | ⋆ | \star | 30 | ▽ | \bigtriangledown |
12 | ∗ | \ast | 31 | ⊲ | \lhd |
13 | ∪ | \cup | 32 | ⊳ | \rhd |
14 | ∩ | \cap | 33 | ⊴ | \unlhd |
15 | ⊔ | \sqcup | 34 | ⊵ | \unrhd |
16 | ⊓ | \sqcap | 35 | ⨿ | \amalg |
17 | ∨ | \vee | 36 | ≀ | \wr |
18 | ∧ | \wedge | 37 | † | \dagger |
19 | ∘ | \circ | 38 | ‡ | \ddagger |
二元关系符
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | = | = | 49 | ⪈ \gneq ⪈ | \gneq |
2 | ≠ | \ne | 50 | ≧ | \geqq |
3 | ≠ | \neq | 51 | ≱ \ngeq ≱ | \ngeq |
4 | ≡ | \equiv | 52 | ≱ \ngeqq | \ngeqq |
5 | ≢ \not\equiv ≡ | \not\equiv | 53 | ≩ | \gneqq |
6 | ≐ | \doteq | 54 | ≩ | \gvertneqq |
7 | ≑ | \doteqdot | 55 | ≶ | \lessgtr |
8 | = d e f \overset{\underset{\mathrm{def}}{}}{=} =def | \overset{\underset{\mathrm{def}}{}}{=} | 56 | ⋚ | \lesseqgtr |
9 | := | := | 57 | ⪋ | \lesseqqgtr |
10 | ∼ | \sim | 58 | ≷ | \gtrless |
11 | ≁ | \nsim | 59 | ⋛ | \gtreqless |
12 | ∽ | \backsim | 60 | ⪌ | \gtreqqless |
13 | ∼ | \thicksim | 61 | ⩽ | \leqslant |
14 | ≃ | \simeq | 62 | ⪇ | \nleqslant |
15 | ⋍ | \backsimeq | 63 | ⪕ | \eqslantless |
16 | ≂ | \eqsim | 64 | ⩾ | \geqslant |
17 | ≅ | \cong | 65 | ≱ \ngeqslant | \ngeqslant |
18 | ≇ | \ncong | 66 | ⪖ | \eqslantgtr |
19 | ≈ | \approx | 67 | ≲ | \lesssim |
20 | ≈ | \thickapprox | 68 | ⋦ | \lnsim |
21 | ≊ | \approxeq | 69 | ⪅ | \lessapprox |
22 | ≍ | \asymp | 70 | ⪉ | \lnapprox |
23 | ∝ | \propto | 71 | ≳ | \gtrsim |
24 | ∝ | \varpropto | 72 | ⋧ | \gnsim |
25 | < | < | 73 | ⪆ | \gtrapprox |
26 | ≮ \nless ≮ | \nless | 74 | ⪊ | \gnapprox |
27 | ≪ | \ll | 75 | ≺ | \prec |
28 | ≪̸ | \not\ll | 76 | ⊀ | \nprec |
29 | ⋘ | \lll | 77 | ⪯ | \preceq |
30 | ⋘̸ | \not\lll | 78 | ⋠ | \npreceq |
31 | ⋖ | \lessdot | 79 | ⪵ | \precneqq |
32 | > | > | 80 | ≻ | \succ |
33 | ≯ \ngtr ≯ | \ngtr | 81 | ⊁ | \nsucc |
34 | ≫ | \gg | 82 | ⪰ | \succeq |
35 | ≫̸ \not\gg ≫ | \not\gg | 83 | ⋡ | \nsucceq |
36 | ⋙ | \ggg | 84 | ⪶ | \succneqq |
37 | ⋙̸ \not\ggg ⋙ | \not\ggg | 85 | ≼ | \preccurlyeq |
38 | ⋗ | \gtrdot | 86 | ⋞ | \curlyeqprec |
39 | ≤ | \le | 87 | ≽ | \succcurlyeq |
40 | ≤ | \leq | 88 | ⋟ | \curlyeqsucc |
41 | ⪇ | \lneq | 89 | ≾ | \precsim |
42 | ≦ | \leqq | 90 | ⋨ | \precnsim |
43 | ≰ \nleq ≰ | \nleq | 91 | ⪷ | \precapprox |
44 | ≰ \nleqq | \nleqq | 92 | ⪹ | \precnapprox |
45 | ≨ | \lneqq | 93 | ≿ | \succsim |
46 | ≨ | \lvertneqq | 94 | ⋩ | \succnsim |
47 | ≥ | \ge | 95 | ⪸ | \succapprox |
48 | ≥ | \geq | 96 | ⪺ | \succnapprox |
几何符号
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | ∥ | \parallel | 14 | ◊ | \lozenge |
2 | ∦ | \nparallel | 15 | ⧫ | \blacklozenge |
3 | ∥ | \shortparallel | 16 | ★ | \bigstar |
4 | ∦ | \nshortparallel | 17 | ◯ | \bigcirc |
5 | ⊥ | \perp | 18 | △ | \triangle |
6 | ∠ | \angle | 19 | △ | \bigtriangleup |
7 | ∢ | \sphericalangle | 20 | ▽ | \bigtriangledown |
8 | ∡ | \measuredangle | 21 | △ | \vartriangle |
9 | 45∘ | 45^\circ | 22 | ▽ | \triangledown |
10 | ◻ | \Box | 23 | ▴ | \blacktriangle |
11 | ◼ | \blacksquare | 24 | ▾ | \blacktriangledown |
12 | ⋄ | \diamond | 25 | ◂ | \blacktriangleleft |
13 | ◊◊ | \Diamond \lozenge | 26 | ▸ | \blacktriangleright |
逻辑符号
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | ∀ | \forall | 20 | ¬ | \neg |
2 | ∃ | \exists | 21 | ̸ R \not\operatorname{R} R | \not\operatorname{R} |
3 | ∄ | \nexists | 22 | ⊥ | \bot |
4 | ∴ | \therefore | 23 | ⊤ | \top |
5 | ∵ | \because | 24 | ⊢ | \vdash |
6 | & | \And | 25 | ⊣ | \dashv |
7 | ∨ | \lor | 26 | ⊨ | \vDash |
8 | ∨ | \vee | 27 | ⊩ | \Vdash |
9 | ⋎ | \curlyvee | 28 | ⊨ | \models |
10 | ⋁ | \bigvee | 29 | ⊪ | \Vvdash |
11 | ∧ | \land | 30 | ⊬ | \nvdash |
12 | ∧ | \wedge | 31 | ⊮ \nVdash ⊮ | \nVdash |
13 | ⋏ | \curlywedge | 32 | ⊭ | \nvDash |
14 | ⋀ | \bigwedge | 33 | ⊯ \nVDash ⊯ | \nVDash |
15 | q ˉ \bar{q} qˉ | \bar{q} | 34 | ⌜ | \ulcorner |
16 | a b c ˉ \bar{abc} abcˉ | \bar{abc} | 35 | ⌝ | \urcorner |
17 | q ‾ \overline{q} q | \overline{q} | 36 | ⌞ | \llcorner |
18 | a b c ‾ \overline{abc} abc | \overline{abc} | 37 | ⌟ | \lrcorner |
19 | ¬ | \lnot |
集合符号
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | {} | \{ \} | 23 | ⊏ | \sqsubset |
2 | ∅ | \emptyset | 24 | ⊃ | \supset |
3 | ∅ | \varnothing | 25 | ⋑ | \Supset |
4 | ∈ | \in | 26 | ⊐ | \sqsupset |
5 | ∉ | \notin | 27 | ⊆ | \subseteq |
6 | ∋ | \ni | 28 | ⊈ | \nsubseteq |
7 | ∩ | \cap | 29 | ⊊ | \subsetneq |
8 | ⋒ | \Cap | 30 | ⊊ | \varsubsetneq |
9 | ⊓ | \sqcap | 31 | ⊑ | \sqsubseteq |
10 | ⋂ | \bigcap | 32 | ⊇ | \supseteq |
11 | ∪ | \cup | 33 | ⊉ | \nsupseteq |
12 | ⋓ | \Cup | 34 | ⊋ | \supsetneq |
13 | ⊔ | \sqcup | 35 | ⊋ | \varsupsetneq |
14 | ⋃ | \bigcup | 36 | ⊒ | \sqsupseteq |
15 | ⨆ | \bigsqcup | 37 | ⫅ | \subseteqq |
16 | ⊎ | \uplus | 38 | ⊈ \nsubseteqq | \nsubseteqq |
17 | ⨄ | \biguplus | 39 | ⫋ | \subsetneqq |
18 | ∖ | \setminus | 40 | ⫋ | \varsubsetneqq |
19 | ∖ | \smallsetminus | 41 | ⫆ | \supseteqq |
20 | × | \times | 42 | ⊉ | \nsupseteqq |
21 | ⊂ | \subset | 43 | ⫌ | \supsetneqq |
22 | ⋐ | \Subset | 44 | ⫌ | \varsupsetneqq |
箭头符号
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | ⇛ | \Rrightarrow | 36 | ⟼ | \longmapsto |
2 | ⇚ | \Lleftarrow | 37 | ⇀ | \rightharpoonup |
3 | ⇒ | \Rightarrow | 38 | ⇁ | \rightharpoondown |
4 | ⇏ | \nRightarrow | 39 | ↼ | \leftharpoonup |
5 | ⟹ | \Longrightarrow | 40 | ↽ | \leftharpoondown |
6 | ⟹ | \implies | 41 | ↿ | \upharpoonleft |
7 | ⇐ | \Leftarrow | 42 | ↾ | \upharpoonright |
8 | ⇍ | \nLeftarrow | 43 | ⇃ | \downharpoonleft |
9 | ⟸ | \Longleftarrow | 44 | ⇂ | \downharpoonright |
10 | ⇔ | \Leftrightarrow | 45 | ⇌ | \rightleftharpoons |
11 | ⇎ | \nLeftrightarrow | 46 | ⇋ | \leftrightharpoons |
12 | ⟺ | \Longleftrightarrow | 47 | ↶ | \curvearrowleft |
13 | ⟺ | \iff | 48 | ↺ | \circlearrowleft |
14 | ⇑ | \Uparrow | 49 | ↰ | \Lsh |
15 | ⇓ | \Downarrow | 50 | ⇈ | \upuparrows |
16 | ⇕ | \Updownarrow | 51 | ⇉ | \rightrightarrows |
17 | → | \rightarrow | 52 | ⇄ | \rightleftarrows |
18 | → | \to | 53 | ↣ | \rightarrowtail |
19 | ↛ \nrightarrow ↛ | \nrightarrow | 54 | ↬ | \looparrowright |
20 | ⟶ | \longrightarrow | 55 | ↷ | \curvearrowright |
21 | ← | \leftarrow | 56 | ↻ | \circlearrowright |
22 | ← | \gets | 57 | ↱ | \Rsh |
23 | ↚ \nleftarrow ↚ | \nleftarrow | 58 | ⇊ | \downdownarrows |
24 | ⟵ | \longleftarrow | 59 | ⇇ | \leftleftarrows |
25 | ↔ | \leftrightarrow | 60 | ⇆ | \leftrightarrows |
26 | ↮ \nleftrightarrow ↮ | \nleftrightarrow | 61 | ↢ | \leftarrowtail |
27 | ⟷ | \longleftrightarrow | 62 | ↫ | \looparrowleft |
28 | ↑ | \uparrow | 63 | ↪ | \hookrightarrow |
29 | ↓ | \downarrow | 64 | ↩ | \hookleftarrow |
30 | ↕ | \updownarrow | 65 | ⊸ | \multimap |
31 | ↗ | \nearrow | 66 | ↭ | \leftrightsquigarrow |
32 | ↙ | \swarrow | 67 | ⇝ | \rightsquigarrow |
33 | ↖ | \nwarrow | 68 | ↠ | \twoheadrightarrow |
34 | ↘ | \searrow | 69 | ↞ | \twoheadleftarrow |
35 | ↦ | \mapsto |
特殊符号
序号 | 符号 | LaTeX | 序号 | 符号 | LaTeX |
---|---|---|---|---|---|
1 | ∞ | \infty | 33 | ♭ | \flat |
2 | ℵ | \aleph | 34 | ♮ | \natural |
3 | ∁ | \complement | 35 | ♯ | \sharp |
4 | ∍ | \backepsilon | 36 | ╱ | \diagup |
5 | ð | \eth | 37 | ╲ | \diagdown |
6 | Ⅎ | \Finv | 38 | ⋅ | \centerdot |
7 | ℏ | \hbar | 39 | ⋉ | \ltimes |
8 | ℑ | \Im | 40 | ⋊ | \rtimes |
9 | ı | \imath | 41 | ⋋ | \leftthreetimes |
10 | ȷ | \jmath | 42 | ⋌ | \rightthreetimes |
11 | 𝕜 | \Bbbk | 43 | ≖ | \eqcirc |
12 | ℓ | \ell | 44 | ≗ | \circeq |
13 | ℧ | \mho | 45 | ≜ | \triangleq |
14 | ℘ | \wp | 46 | ≏ | \bumpeq |
15 | ℜ | \Re | 47 | ≎ | \Bumpeq |
16 | Ⓢ | \circledS | 48 | ≑ | \doteqdot |
17 | ⨿ | \amalg | 49 | ≓ | \risingdotseq |
18 | % | \% | 50 | ≒ | \fallingdotseq |
19 | † | \dagger | 51 | ⊺ | \intercal |
20 | ‡ | \ddagger | 52 | ⊼ | \barwedge |
21 | … | \ldots | 53 | ⊻ | \veebar |
22 | ⋯ | \cdots | 54 | ⩞ | \doublebarwedge |
23 | ⌣ | \smile | 55 | ≬ | \between |
24 | ⌢ | \frown | 56 | ⋔ | \pitchfork |
25 | ≀ | \wr | 57 | ⊲ | \vartriangleleft |
26 | ◃ | \triangleleft | 58 | ⋪ | \ntriangleleft |
27 | ▹ | \triangleright | 59 | ⊳ | \vartriangleright |
28 | ♢ | \diamondsuit | 60 | ⋫ | \ntriangleright |
29 | ♡ | \heartsuit | 61 | ⊴ | \trianglelefteq |
30 | ♣ | \clubsuit | 62 | ⋬ | \ntrianglelefteq |
31 | ♠ | \spadesuit | 63 | ⊵ | \trianglerighteq |
32 | ⅁ | \Game | 64 | ⋭ | \ntrianglerighteq |
分数
类型 | 符号 | LaTeX |
---|---|---|
分数 | 2 4 x = 0.5 x o r 2 4 x = 0.5 x \frac{2}{4}x=0.5x or {2 \over 4}x=0.5x 42x=0.5xor42x=0.5x | \frac{2}{4}x=0.5x or {2 \over 4}x=0.5x |
小型分数 | 24x=0.5x | \tfrac{2}{4}x = 0.5x |
大型分数 (不嵌套) | 2 4 = 0.5 2 c + 2 d + 2 4 = a \dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a 42=0.5c+d+4222=a | \dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a |
大型分数 (嵌套) | 2 c + 2 d + 2 4 = a \cfrac{2}{c + \cfrac{2}{d + \cfrac{2}{4}}} = a c+d+4222=a | \cfrac{2}{c + \cfrac{2}{d + \cfrac{2}{4}}} = a |
数值函数
符号 | LaTeX |
---|---|
exp a b = a b , exp b = e b , 1 0 m \exp_a b = a^b, \exp b = e^b, 10^m expab=ab,expb=eb,10m | \exp_a b = a^b, \exp b = e^b, 10^m |
ln c , lg d = log e , log 10 f \ln c, \lg d = \log e, \log_{10} f lnc,lgd=loge,log10f | \ln c, \lg d = \log e, \log_{10} f |
sin a , cos b , tan c , cot d , sec e , csc f \sin a, \cos b, \tan c, \cot d, \sec e, \csc f sina,cosb,tanc,cotd,sece,cscf | \sin a, \cos b, \tan c, \cot d, \sec e, \csc f |
arcsin a , arccos b , arctan c \arcsin a, \arccos b, \arctan c arcsina,arccosb,arctanc | \arcsin a, \arccos b, \arctan c |
arccot d , arcsec e , arccsc f \operatorname{arccot} d, \operatorname{arcsec} e, \operatorname{arccsc} f arccotd,arcsece,arccscf | \operatorname{arccot} d, \operatorname{arcsec} e, \operatorname{arccsc} f |
sinh a , cosh b , tanh c , coth d \sinh a, \cosh b, \tanh c, \coth d sinha,coshb,tanhc,cothd | \sinh a, \cosh b, \tanh c, \coth d |
sh k , ch l , th m , coth n \operatorname{sh}k, \operatorname{ch}l, \operatorname{th}m, \operatorname{coth}n shk,chl,thm,cothn | \operatorname{sh}k, \operatorname{ch}l, \operatorname{th}m, \operatorname{coth}n |
argsh o , argch p , argth q \operatorname{argsh}o, \operatorname{argch}p, \operatorname{argth}q argsho,argchp,argthq | \operatorname{argsh}o, \operatorname{argch}p, \operatorname{argth}q |
sgn r , ∣ s ∣ \operatorname{sgn}r, \left\vert s \right\vert sgnr,∣s∣ | \operatorname{sgn}r, \left\vert s \right\vert |
min(x,y),max(x,y) | \min(x,y), \max(x,y) |
如果需要使用特殊的函数符号,那么可以采用 \operatorname{}
命令进行自定义:
符号 | LaTeX |
---|---|
mydefine x \operatorname{mydefine}x mydefinex | \operatorname{mydefine}x |
根式
符号 | LaTeX | 符号 | LaTeX |
---|---|---|---|
√ | \surd | π n \sqrt[n]{\pi} nπ | \sqrt[n]{\pi} |
π | \sqrt{\pi} | x 3 + y 3 2 3 \sqrt[3]{\frac{x^3+y^3}{2}} 32x3+y3 | \sqrt[3]{\frac{x^3+y^3}{2}} |
微分与导数
符号 | LaTeX |
---|---|
dt,dt,∂t,∇ψ | dt, \mathrm{d}t, \partial t, \nabla\psi |
d y / d x , d y / d x , d y d x , d y d x , ∂ 2 ∂ x 1 ∂ x 2 y dy/dx, \mathrm{d}y/\mathrm{d}x, \frac{dy}{dx}, \frac{\mathrm{d}y}{\mathrm{d}x}, \frac{\partial^2}{\partial x_1\partial x_2}y dy/dx,dy/dx,dxdy,dxdy,∂x1∂x2∂2y | dy/dx, \mathrm{d}y/\mathrm{d}x, \frac{dy}{dx}, \frac{\mathrm{d}y}{\mathrm{d}x}, \frac{\partial^2}{\partial x_1\partial x_2}y |
′ , ‵ , f ′ , f ′ , f ′ ′ , f ( 3 ) , y ˙ , y ¨ \prime, \backprime, f^\prime, f', f'', f^{(3)}, \dot y, \ddot y ′,‵,f′,f′,f′′,f(3),y˙,y¨ | \prime, \backprime, f^\prime, f', f'', f^{(3)}, \dot y, \ddot y |
模运算
符号 | LaTeX |
---|---|
s k ≡ 0 ( m o d m ) s_k \equiv 0 \pmod{m} sk≡0(modm) | s_k \equiv 0 \pmod{m} |
a m o d b a \bmod b amodb | a \bmod b |
gcd ( m , n ) , lcm ( m , n ) \gcd(m, n), \operatorname{lcm}(m, n) gcd(m,n),lcm(m,n) | \gcd(m, n), \operatorname{lcm}(m, n) |
∣ , ∤ , ∣ , ∤ \mid, \nmid, \shortmid, \nshortmid ∣,∤,∣, | \mid, \nmid, \shortmid, \nshortmid |
极限
符号 | LaTeX |
---|---|
lim n → ∞ x n \lim_{n \to \infty}x_n limn→∞xn | \lim_{n \to \infty}x_n |
lim n → ∞ x n \textstyle \lim_{n \to \infty}x_n limn→∞xn | \textstyle \lim_{n \to \infty}x_n |
范围与预测
符号 | LaTeX |
---|---|
min x , max y , inf s , sup t \min x, \max y, \inf s, \sup t minx,maxy,infs,supt | \min x, \max y, \inf s, \sup t |
lim u , lim inf v , lim sup w \lim u, \liminf v, \limsup w limu,liminfv,limsupw | \lim u, \liminf v, \limsup w |
dim p , deg q , det m , ker ϕ \dim p, \deg q, \det m, \ker\phi dimp,degq,detm,kerϕ | \dim p, \deg q, \det m, \ker\phi |
Pr j , hom l , ∥ z ∥ , arg z \Pr j, \hom l, \lVert z \rVert, \arg z Prj,homl,∥z∥,argz | \Pr j, \hom l, \lVert z \rVert, \arg z |
积分
符号 | LaTeX |
---|---|
∫ 1 3 e 3 / x x 2 d x \int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx 1∫3x2e3/xdx | \int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx |
∫ 1 3 e 3 / x x 2 d x \int_{1}^{3}\frac{e^3/x}{x^2}\, dx ∫13x2e3/xdx | \int_{1}^{3}\frac{e^3/x}{x^2}\, dx |
∫ − N N e x d x \textstyle \int\limits_{-N}^{N} e^x dx −N∫Nexdx | \textstyle \int\limits_{-N}^{N} e^x dx |
∫ − N N e x d x \textstyle \int_{-N}^{N} e^x dx ∫−NNexdx | \textstyle \int_{-N}^{N} e^x dx |
∬ D d x d y \iint\limits_D dx\,dy D∬dxdy | \iint\limits_D dx\,dy |
∭ E d x d y d z \iiint\limits_E dx\,dy\,dz E∭dxdydz | \iiint\limits_E dx\,dy\,dz |
∫ ∭ F d x d y d z d t \int\iiint\limits_F dx\,dy\,dz\,dt ∫F∭dxdydzdt | \iiiint\limits_F dx\,dy\,dz\,dt |
∫ ( x , y ) ∈ C x 3 d x + 4 y 2 d y \int_{(x,y)\in C} x^3\, dx + 4y^2\, dy ∫(x,y)∈Cx3dx+4y2dy | \int_{(x,y)\in C} x^3\, dx + 4y^2\, dy |
∮ ( x , y ) ∈ C x 3 d x + 4 y 2 d y \oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy ∮(x,y)∈Cx3dx+4y2dy | \oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy |
注意:积分符号采用
\int\_{}^{}
命令调用,双重积分符号采用\iint\_{}^{}
,以此类推,最高可以支持四重积分。不过KaTex不支持四重积分。
曲线积分可以使用 \oint
命令调用,但是 MathJax 并不支持该语法,因此在开启了 Unicode 扩展的前提下,可以改为采用 \unicode{}
命令调用:
符号 | LaTeX | 描述 |
---|---|---|
∯∯c | \unicode{8751} \unicode{x222F}_C | 曲面积分符号的 Unicode 码十进制为 8751 ,十六进制为 x222F ; |
∰∰c | \unicode{8752} \unicode{x2230}_C | 三维曲面积分符号的 Unicode 码十进制为 8752 ,十六进制为 x2230 ; |
∱∱c∲∳c∲∲c | \unicode{8753} \unicode{x2231}_c \unicode{8754} \unicode{x2232}_c \unicode{8755} \unicode{x2233}_c | 其它积分符号; |
大型运算符
分类 | 符号 | LaTeX | 符号 | LaTeX |
---|---|---|---|---|
求和 | ∑ a b \sum_{a}^{b} ∑ab | \sum_{a}^{b} | ∑ a b \textstyle \sum_{a}^{b} ∑ab | \textstyle \sum_{a}^{b} |
连乘积 | ∏ a b \prod_{a}^{b} ∏ab | \prod_{a}^{b} | ∏ a b \textstyle \prod_{a}^{b} ∏ab | \textstyle \prod_{a}^{b} |
余积 | ∐ a b \coprod_{a}^{b} ∐ab | \coprod_{a}^{b} | ∐ a b \textstyle \coprod_{a}^{b} ∐ab | \textstyle \coprod_{a}^{b} |
并集 | ⋃ a b \bigcup_{a}^{b} ⋃ab | \bigcup_{a}^{b} | ⋃ a b \textstyle \bigcup_{a}^{b} ⋃ab | \textstyle \bigcup_{a}^{b} |
交集 | ⋂ a b \bigcap_{a}^{b} ⋂ab | \bigcap_{a}^{b} | ⋂ a b \textstyle \bigcap_{a}^{b} ⋂ab | \textstyle \bigcap_{a}^{b} |
析取 | ⋁ a b \bigvee_{a}^{b} ⋁ab | \bigvee_{a}^{b} | ⋁ a b \textstyle \bigvee_{a}^{b} ⋁ab | \textstyle \bigvee_{a}^{b} |
合取 | ⋀ a b \bigwedge_{a}^{b} ⋀ab | \bigwedge_{a}^{b} | ⋀ a b \textstyle \bigwedge_{a}^{b} ⋀ab | \textstyle \bigwedge_{a}^{b} |
上下标
类型 | 符号 | 代码 |
---|---|---|
上标 |
a
2
a^2
a2 a x + 3 a^{x+3} ax+3 | a^2 a^{x+3} |
下标 | a 2 a_2 a2 | a_2 |
组合 |
1
0
30
a
2
+
2
10^{30} a^{2+2}
1030a2+2 a i , j b f ′ a{i,j} b{f'} ai,jbf′ | 10^{30} a^{2+2} a{i,j} b{f'} |
上下标混合 |
x
2
3
x_2^3
x23 x 2 3 {x_2}^3 x23 | x_2^3 {x_2}^3 |
上标的上标 | 1 0 1 0 8 10^{10^{8}} 10108 | 10^{10^{8}} |
混合标识 | KaTeX parse error: Undefined control sequence: \sideset at position 1: \̲s̲i̲d̲e̲s̲e̲t̲{1^2}{3^4}X_a^b 1 2 ! Ω 3 4 {}_1^2!\Omega_3^4 12!Ω34 | \sideset{1^2}{3^4}X_a^b {}_1^2!\Omega_3^4 |
顶标底标 | ωα ωα ωγα ωα | \overset{\alpha}{\omega} \underset{\alpha}{\omega} \overset{\alpha}{\underset{\gamma}{\omega}} \stackrel{\alpha}{\omega} |
导数 | x′,y″,f′,f″ x′,y′′ | x', y'', f', f'' x^\prime, y^{\prime\prime} |
导数点 | x˙,x¨ | \dot{x}, \ddot{x} |
上下划线与向量 |
a
^
b
ˉ
c
⃗
\hat a \ \bar b \ \vec c
a^ bˉ c a b → c d ← d e f ^ \overrightarrow{a b} \ \overleftarrow{c d} \ \widehat{d e f} ab cd def g h i ‾ j k l ‾ \overline{g h i} \ \underline{j k l} ghi jkl | \hat a \ \bar b \ \vec c \overrightarrow{a b} \ \overleftarrow{c d} \ \widehat{d e f} \overline{g h i} \ \underline{j k l} |
弧度 | A B ⌢ \overset{\frown} {AB} AB⌢ | \overset{\frown} {AB} |
箭头 | A ← n + μ − 1 B → T n ± i − 1 C A \xleftarrow{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C An+μ−1Bn±i−1TC | A \xleftarrow{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C |
大括号 | 1 + 2 + ⋯ + 100 ⏞ 5050 \overbrace{ 1+2+\cdots+100 }^{5050} 1+2+⋯+100 5050 | \overbrace{ 1+2+\cdots+100 }^{5050} |
底部大括号 | a + b + ⋯ + z ⏟ 26 \underbrace{ a+b+\cdots+z }_{26} 26 a+b+⋯+z | \underbrace{ a+b+\cdots+z }_{26} |
求和运算 | ∑ k = 1 N k 2 \sum_{k=1}^N k^2 ∑k=1Nk2 | \sum_{k=1}^N k^2 |
文本模式下的求和运算 | ∑ k = 1 N k 2 \textstyle \sum_{k=1}^N k^2 ∑k=1Nk2 | \textstyle \sum_{k=1}^N k^2 |
分式中的求和运算 | ∑ k = 1 N k 2 a \frac{\sum_{k=1}^N k^2}{a} a∑k=1Nk2 | \frac{\sum_{k=1}^N k^2}{a} |
分式中的求和运算 | ∑ k = 1 N k 2 a \frac{\displaystyle \sum_{k=1}^N k^2}{a} ak=1∑Nk2 | \frac{\displaystyle \sum_{k=1}^N k^2}{a} |
分式中的求和运算 | ∑ k = 1 N k 2 a \frac{\sum\limits^{^N}_{k=1} k^2}{a} ak=1∑Nk2 | \frac{\sum\limits^{^N}_{k=1} k^2}{a} |
乘积运算 | ∏ i = 1 N x i \prod_{i=1}^N x_i ∏i=1Nxi | \prod_{i=1}^N x_i |
乘积运算 | ∏ i = 1 N x i \textstyle \prod_{i=1}^N x_i ∏i=1Nxi | \textstyle \prod_{i=1}^N x_i |
副乘运算 | ∐ i = 1 N x i \coprod_{i=1}^N x_i ∐i=1Nxi | \coprod_{i=1}^N x_i |
副乘运算 | ∐ i = 1 N x i \textstyle \coprod_{i=1}^N x_i ∐i=1Nxi | \textstyle \coprod_{i=1}^N x_i |
极限 | lim n → ∞ x n \lim_{n \to \infty}x_n limn→∞xn | \lim_{n \to \infty}x_n |
极限 | lim n → ∞ x n \textstyle \lim_{n \to \infty}x_n limn→∞xn | \textstyle \lim_{n \to \infty}x_n |
积分 | ∫ 1 3 e 3 / x x 2 d x \int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx 1∫3x2e3/xdx | \int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx |
积分 | ∫ 1 3 e 3 / x x 2 d x \int_{1}^{3}\frac{e^3/x}{x^2}\, dx ∫13x2e3/xdx | \int_{1}^{3}\frac{e^3/x}{x^2}\, dx |
积分 | ∫ − N N e x d x \textstyle \int\limits_{-N}^{N} e^x dx −N∫Nexdx | \textstyle \int\limits_{-N}^{N} e^x dx |
积分 | ∫ − N N e x d x \textstyle \int_{-N}^{N} e^x dx ∫−NNexdx | \textstyle \int_{-N}^{N} e^x dx |
双重积分 | ∬ D d x d y \iint\limits_D dx\,dy D∬dxdy | \iint\limits_D dx\,dy |
三重积分 | ∭ E d x d y d z \iiint\limits_E dx\,dy\,dz E∭dxdydz | \iiint\limits_E dx\,dy\,dz |
四重积分 | ∫ ∭ F d x d y d z d t \int\iiint\limits_F dx\,dy\,dz\,dt ∫F∭dxdydzdt | \iiiint\limits_F dx\,dy\,dz\,dt |
路径积分 | ∫ ( x , y ) ∈ C x 3 d x + 4 y 2 d y \int_{(x,y)\in C} x^3\, dx + 4y^2\, dy ∫(x,y)∈Cx3dx+4y2dy | \int_{(x,y)\in C} x^3\, dx + 4y^2\, dy |
环路积分 | ∮ ( x , y ) ∈ C x 3 d x + 4 y 2 d y \oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy ∮(x,y)∈Cx3dx+4y2dy | \oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy |
交集 | ⋂ i = 1 n E i \bigcap_{i=1}^n E_i ⋂i=1nEi | \bigcap_{i=1}^n E_i |
并集 | ⋃ i = 1 n E i \bigcup_{i=1}^n E_i ⋃i=1nEi | \bigcup_{i=1}^n E_i |
二项式系数
类型 | 符号 | LaTeX |
---|---|---|
二项式系数 | ( n k ) \binom{n}{k} (kn) | \binom{n}{k} |
小型二项式系数 | ( n k ) \tbinom{n}{k} (kn) | \tbinom{n}{k} |
大型二项式系数 | ( n k ) \dbinom{n}{k} (kn) | \dbinom{n}{k} |
矩阵
x y z v \begin{matrix} x & y \\ z & v \end{matrix} xzyv
\begin{matrix}
x & y \\
z & v
\end{matrix}
∣ x y z v ∣ \begin{vmatrix} x & y \\ z & v \end{vmatrix} xzyv
\begin{vmatrix}
x & y \\
z & v
\end{vmatrix}
∥ x y z v ∥ \begin{Vmatrix} x & y \\ z & v \end{Vmatrix} xzyv
\begin{Vmatrix}
x & y \\
z & v
\end{Vmatrix}
[ 0 ⋯ 0 ⋮ ⋱ ⋮ 0 ⋯ 0 ] \begin{bmatrix} 0 & \cdots & 0 \\ \vdots & \ddots & \vdots \\ 0 & \cdots & 0 \end{bmatrix} 0⋮0⋯⋱⋯0⋮0
\begin{bmatrix}
0 & \cdots & 0 \\
\vdots & \ddots & \vdots \\
0 & \cdots & 0
\end{bmatrix}
{ x y z v } \begin{Bmatrix} x & y \\ z & v \end{Bmatrix} {xzyv}
\begin{Bmatrix}
x & y \\
z & v
\end{Bmatrix}
( x y z v ) \begin{pmatrix} x & y \\ z & v \end{pmatrix} (xzyv)
\begin{pmatrix}
x & y \\
z & v
\end{pmatrix}
( a b c d ) \bigl( \begin{smallmatrix} a&b\\ c&d \end{smallmatrix} \bigr) (acbd)
\bigl( \begin{smallmatrix}
a&b\\
c&d
\end{smallmatrix} \bigr)
数组
a b S 0 0 1 0 1 1 1 0 1 1 1 0 \begin{array}{ | c | c | c | } a & b & S \\ \hline 0 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{array} a0011b0101S1110
\begin{array}{ | c | c | c | }
a & b & S \\
\hline
0 & 0 & 1 \\
0 & 1 & 1 \\
1 & 0 & 1 \\
1 & 1 & 0
\end{array}
方程与方程组
{ 3 x + 5 y + z 7 x − 2 y + 4 z − 6 x + 3 y + 2 z \begin{cases} 3x + 5y + z \\ 7x - 2y + 4z \\ -6x + 3y + 2z \end{cases} ⎩ ⎨ ⎧3x+5y+z7x−2y+4z−6x+3y+2z
\begin{cases}
3x + 5y + z \\
7x - 2y + 4z \\
-6x + 3y + 2z
\end{cases}
条件定义
f ( n ) = { n / 2 , if n is even 3 n + 1 , if n is odd f(n) = \begin{cases} n/2, & \text{if }n\text{ is even} \\ 3n+1, & \text{if }n\text{ is odd} \end{cases} f(n)={n/2,3n+1,if n is evenif n is odd
f(n) =
\begin{cases}
n/2, & \text{if }n\text{ is even} \\
3n+1, & \text{if }n\text{ is odd}
\end{cases}
多行等式
f ( x ) = ( a + b ) 2 = a 2 + 2 a b + b 2 \begin{align} f(x) & = (a+b)^2\\ & = a^2+2ab+b^2 \end{align} f(x)=(a+b)2=a2+2ab+b2
\begin{align}
f(x) & = (a+b)^2\\
& = a^2+2ab+b^2
\end{align}
f ( x ) = ( a − b ) 2 = a 2 − 2 a b + b 2 \begin{alignat}{2} f(x) & = (a-b)^2 \\ & = a^2-2ab+b^2 \end{alignat} f(x)=(a−b)2=a2−2ab+b2
\begin{alignat}{2}
f(x) & = (a-b)^2 \\
& = a^2-2ab+b^2
\end{alignat}
z = a f ( x , y , z ) = x + y + z \begin{array}{lcl} z & = & a \\ f(x,y,z) & = & x + y + z \end{array} zf(x,y,z)==ax+y+z
\begin{array}{lcl}
z & = & a \\
f(x,y,z) & = & x + y + z
\end{array}
z = a f ( x , y , z ) = x + y + z \begin{array}{lcr} z & = & a \\ f(x,y,z) & = & x + y + z \end{array} zf(x,y,z)==ax+y+z
\begin{array}{lcr}
z & = & a \\
f(x,y,z) & = & x + y + z
\end{array}
自动编号
开启 AMS 扩展包的情况下,会在部分环境的多行公式后自动编号;
KaTeX parse error: No such environment: eqnarray at position 8: \begin{̲e̲q̲n̲a̲r̲r̲a̲y̲}̲ E = mc^2 \\ e^…
\begin{eqnarray}
E = mc^2 \\
e^{i\pi}+1=0
\end{eqnarray}
KaTeX parse error: No such environment: eqnarray* at position 8: \begin{̲e̲q̲n̲a̲r̲r̲a̲y̲*̲}̲ E = mc^2 \\ e^…
\begin{eqnarray*}
E = mc^2 \\
e^{i\pi}+1=0
\end{eqnarray*}
KaTeX parse error: No such environment: eqnarray at position 8: \begin{̲e̲q̲n̲a̲r̲r̲a̲y̲}̲ E = mc^2 \\ e^…
\begin{eqnarray}
E = mc^2 \\
e^{i\pi}+1=0 \nonumber
\end{eqnarray}
KaTeX parse error: No such environment: eqnarray at position 8: \begin{̲e̲q̲n̲a̲r̲r̲a̲y̲}̲ E = mc^2 \nota…
\begin{eqnarray}
E = mc^2 \notag\\
e^{i\pi}+1=0 \tag{b}
\end{eqnarray}
括号
常用的 ()
、[]
、{}
括号符号可以在 LaTeX 环境当中直接进行使用,但是如果处于较大的符号当中,就应该配合 \left
与 \right
命令来使用:
类型 | 符号 | LaTeX |
---|---|---|
圆括号、小括号 | (ab) | \left ( \frac{a}{b} \right ) |
方括号、中括号 |
[
a
b
]
\left [ \frac{a}{b} \right ]
[ba] [ a b ] \left \lbrack \frac{a}{b} \right \rbrack [ba] | \left [ \frac{a}{b} \right ] \left \lbrack \frac{a}{b} \right \rbrack |
花括号、大括号 |
{
a
b
}
\left \{ \frac{a}{b} \right \}
{ba} { a b } \left \lbrace \frac{a}{b} \right \rbrace {ba} | \left \{ \frac{a}{b} \right \} \left \lbrace \frac{a}{b} \right \rbrace |
角括号 | ⟨ a b ⟩ \left \langle \frac{a}{b} \right \rangle ⟨ba⟩ | \left \langle \frac{a}{b} \right \rangle |
单竖线和双竖线 |
∣
a
b
∣
\left \vert \frac{a}{b} \right \vert
ba
∥ c d ∥ \left \Vert \frac{c}{d} \right \Vert dc | \left \vert \frac{a}{b} \right \vert \left \Vert \frac{c}{d} \right \Vert |
取整函数与取顶函数 |
⌊
a
b
⌋
\left \lfloor \frac{a}{b} \right \rfloor
⌊ba⌋ ⌈ c d ⌉ \left \lceil \frac{c}{d} \right \rceil ⌈dc⌉ | \left \lfloor \frac{a}{b} \right \rfloor \left \lceil \frac{c}{d} \right \rceil |
斜线与反斜线 | / a b \ \left / \frac{a}{b} \right \backslash /ba\ | \left / \frac{a}{b} \right \backslash |
上下箭头 |
↑
a
b
↓
\left \uparrow \frac{a}{b} \right \downarrow
⏐
↑ba↓
⏐ ⇑ a b ⇓ \left \Uparrow \frac{a}{b} \right \Downarrow ‖ ⇑ba⇓ ‖ ↕ a b ⇕ \left \updownarrow \frac{a}{b} \right \Updownarrow ↓ ↑ba⇓ ⇑ | \left \uparrow \frac{a}{b} \right \downarrow \left \Uparrow \frac{a}{b} \right \Downarrow \left \updownarrow \frac{a}{b} \right \Updownarrow |
混合括号 | [0,1) ⟨ψ| | \left [ 0,1 \right ) \left \langle \psi \right \vert |
使用\left. 和\right. 不显示某侧的括号; | A B } → X \left. \frac{A}{B} \right \} \to X BA}→X | \left. \frac{A}{B} \right \} \to X |
注意:在 Markdown 当中使用 LaTeX 时,为了避免语法冲突,花括号
{}
必须采用\{
和\}
进行转义,或者改用\lbrace
和\rbrace
的方式;如果是在 Markdown 表格当中使用 LaTeX,则必须采用\vert
或者\Vert
代替直接在公式当中书写|
和||
。
括号尺寸
符号 | LaTeX |
---|---|
( ( ( ( ( … ] ] ] ] ] ( \bigl( \Bigl( \biggl( \Biggl( \dots \Biggr] \biggr] \Bigr] \bigr] ] (((((…]]]]] | ( \bigl( \Bigl( \biggl( \Biggl( \dots \Biggr] \biggr] \Bigr] \bigr] ] |
{ { { { { … ⟩ ⟩ ⟩ ⟩ ⟩ \{ \bigl \{ \Bigl \{ \biggl \{ \Biggl \{ \dots \Biggr\rangle \biggr\rangle \Bigr\rangle \bigr\rangle \rangle {{{{{…⟩⟩⟩⟩⟩ | \{ \bigl \{ \Bigl \{ \biggl \{ \Biggl \{ \dots \Biggr\rangle \biggr\rangle \Bigr\rangle \bigr\rangle \rangle |
∣ ∣ ∣ ∣ ∣ … ∣ ∣ ∣ ∣ \vert \big \vert \Big \vert \bigg \vert \Bigg \vert \dots \Bigg \vert \bigg \vert \Big \vert \big \vert ∣ … | \vert \big \vert \Big \vert \bigg \vert \Bigg \vert \dots \Bigg \vert \bigg \vert \Big \vert \big \vert |
⌊ ⌊ ⌊ ⌊ ⌊ … ⌉ ⌉ ⌉ ⌉ ⌉ \lfloor \bigl\lfloor \Bigl\lfloor \biggl\lfloor \Biggl\lfloor \dots \Biggr\rceil \biggr\rceil \Bigr\rceil \bigr\rceil \rceil ⌊⌊⌊⌊⌊…⌉⌉⌉⌉⌉ | \lfloor \bigl\lfloor \Bigl\lfloor \biggl\lfloor \Biggl\lfloor \dots \Biggr\rceil \biggr\rceil \Bigr\rceil \bigr\rceil \rceil |
↑ ↑ ↑ ↑ ↑ … ⇓ ⇓ ⇓ ⇓ ⇓ \uparrow \big\uparrow \Big\uparrow \bigg\uparrow \Bigg\uparrow \dots \Bigg\Downarrow \bigg\Downarrow \Big\Downarrow \big\Downarrow \Downarrow ↑⏐ ↑⏐ ↑⏐ ↑⏐ ↑…⇓ ‖⇓ ‖⇓ ‖⇓ ‖⇓ | \uparrow \big\uparrow \Big\uparrow \bigg\uparrow \Bigg\uparrow \dots \Bigg\Downarrow \bigg\Downarrow \Big\Downarrow \big\Downarrow \Downarrow |
↕ ↕ ↕ ↕ ↕ … ⇕ ⇕ ⇕ ⇕ ⇕ \updownarrow \big\updownarrow \Big\updownarrow \bigg\updownarrow \Bigg\updownarrow \dots \Bigg\Updownarrow \bigg\Updownarrow \Big\Updownarrow \big\Updownarrow \Updownarrow ↕↓ ↑↓ ↑↓ ↑↓ ↑…⇓ ⇑⇓ ⇑⇓ ⇑⇓ ⇑⇕ | \updownarrow \big\updownarrow \Big\updownarrow \bigg\updownarrow \Bigg\updownarrow \dots \Bigg\Updownarrow \bigg\Updownarrow \Big\Updownarrow \big\Updownarrow \Updownarrow |
/ / / / / … \ \ \ \ \ / \big/ \Big/ \bigg/ \Bigg/ \dots \Bigg\backslash \bigg\backslash \Big\backslash \big\backslash \backslash /////…\\\\\ | / \big/ \Big/ \bigg/ \Bigg/ \dots \Bigg\backslash \bigg\backslash \Big\backslash \big\backslash \backslash |
空格与换行
序号 | 符号 | LaTeX |
---|---|---|
双空格 | a b a \qquad b ab | a \qquad b |
单空格 | a b a \quad b ab | a \quad b |
字符空格 | a b a\ b a b | a\ b |
文本模式中的字符空格 | a b a \text{ } b a b | a \text{ } b |
大空格 | a b a\;b ab | a\;b |
小空格 | a b a\,b ab | a\,b |
极小空格 | a b ab ab | ab |
极小空格(用于区分语法) | a b a b ab | a b |
无空格(用于区分多字母变量) | a b \mathit{ab} ab | \mathit{ab} |
MathJax 3.0 取消了单行公式环境下 \\
的强制换行功能,因此强制换行命令 \\
仅能用于 eqnarray
、align
、array
、matrix
等多行环境当中。除此之外,还可以在 \displaylines{}
行显示命令当中使用 \\
强制换行命令:
符号 | LaTeX |
---|---|
KaTeX parse error: Undefined control sequence: \displaylines at position 1: \̲d̲i̲s̲p̲l̲a̲y̲l̲i̲n̲e̲s̲{y=1729x \\ y=1… | \displaylines{y=1729x \\ y=1729-x} |
颜色
注意:CSDN中Markdown使用KaTex支持LeTeX,如下颜色列表,KaTex好多不支持,建议使用16进制。
编写 LaTeX 的时候,支持将文本、符号或者背景设置为下面表格当中的各种颜色:
e
x
a
m
p
l
e
\textcolor{red}{example}
example
$\textcolor{red}{example}$
$\color{red}{example}$
$\color{00FF00}{example}$
Apricot - Apricot | Emerald - Emerald | OliveGreen - OliveGreen | RubineRed - RubineRed |
Aquamarine - Aquamarine | ForestGreen - ForestGreen | Orange - Orange | Salmon - Salmon |
Bittersweet - Bittersweet | Fuchsia - Fuchsia | OrangeRed - OrangeRed | SeaGreen - SeaGreen |
Black - Black | Goldenrod - Goldenrod | Orchid - Orchid | Sepia - Sepia |
Blue - Blue | Gray - Gray | Peach - Peach | SkyBlue - SkyBlue |
BlueGreen - BlueGreen | Green - Green | Periwinkle - Periwinkle | SpringGreen - SpringGreen |
Blueviolet - Blueviolet | GreenYellow - GreenYellow | PineGreen - PineGreen | Tan - Tan |
BrickRed - BrickRed | JungleGreen - JungleGreen | Plum - Plum | TealBlue - TealBlue |
Brown - Brown | Lavender - Lavender | ProcessBlue - ProcessBlue | Thistle - Thistle |
BurntOrange - BurntOrange | LimeGreen - LimeGreen | Purple - Purple | Turquoise - Turquoise |
CadetBlue - CadetBlue | Magenta - Magenta | RawSienna - RawSienna | Violet - Violet |
CarnationPink - CarnationPink | Mahogany - Mahogany | Red - Red | VioletRed - VioletRed |
CornFlowerBlue - CornFlowerBlue | Melon - Melon | Redviolet - Redviolet | WildStrawberry - WildStrawberry |
Cerulean - Cerulean | Maroon - Maroon | RedOrange - RedOrange | white - white |
Cyan - Cyan | MidnightBlue - MidnightBlue | Rhodamine - Rhodamine | Yellow - Yellow |
Dandelion - Dandelion | Mulberry - Mulberry | RoyalBlue - RoyalBlue | YellowGreen - YellowGreen |
DarkOrchid - DarkOrchid | NavyBlue - NavyBlue | RoyalPurple - RoyalPurple | YellowOrange - YellowOrange |
字体颜色
公式当中可以使用 {\color{hues}text}
调用颜色命令,其中 hues
参数为字体颜色,而 text
参数是公式内容:
符号 | LaTeX |
---|---|
x 2 + 2 x − 1 {\color{Blue}x^2}+{\color{Orange}2x}-{\color{LimeGreen}1} x2+2x−1 | {\color{Blue}x^2}+{\color{Orange}2x}-{\color{LimeGreen}1} |
背景颜色
文本环境中可以使用 \colorbox{hues}{text}
来调用背景颜色命令,其中 hues
参数为背景颜色,而 text
参数是公式内容:
符号 | LaTeX |
---|---|
Thistext \colorbox{yellow}{Thistext} Thistext | \colorbox{yellow}{Thistext} |
该命令应用于数学环境当中时,需要在第 2 个参数加入 $\displaystyle + 公式$
:
符号 | LaTeX |
---|---|
a b \colorbox{yellow}{$\displaystyle \frac{a}{b}$} ba | \colorbox{yellow}{$\displaystyle \frac{a}{b}$} |
注意:在 Markdown 内联 LaTeX 公式
$...$
当中使用$\displaystyle + 公式$
语法时将会引发冲突,因此该语法仅用于多行公式$$...$$
。
RGB 颜色
通过使用 \definecolor
命令可以自定义 LaTeX 公式的颜色:
符号 | LaTeX |
---|---|
e i π + 1 = 0 \textcolor{00FF00}{e^{i \pi} + 1 = 0} eiπ+1=0 | \definecolor{mygreen}{RGB}{0,200,0} {\color{mygreen}e^{i \pi} + 1 = 0 } |
csdn 的 markdown 使用如下
$$\textcolor{00FF00}{e^{i \pi} + 1 = 0}$$
字体
字体加粗
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \boldsymbol{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \boldsymbol{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \boldsymbol{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \boldsymbol{abcdefghijklmnopqrstuvwxyz} |
0123456789 \boldsymbol{0123456789} 0123456789 | \boldsymbol{0123456789} |
黑体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \mathbf{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \mathbf{abcdefghijklmnopqrstuvwxyz} |
0123456789 \mathbf{0123456789} 0123456789 | \mathbf{0123456789} |
黑板报体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫 | \mathbb{abcdefghijklmnopqrstuvwxyz} |
𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡 | \mathbb{0123456789} |
斜体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathit{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathit{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \mathit{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \mathit{abcdefghijklmnopqrstuvwxyz} |
0123456789 \mathit{0123456789} 0123456789 | \mathit{0123456789} |
罗马体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \mathrm{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \mathrm{abcdefghijklmnopqrstuvwxyz} |
0123456789 \mathrm{0123456789} 0123456789 | \mathrm{0123456789} |
无衬线体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathsf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathsf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \mathsf{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \mathsf{abcdefghijklmnopqrstuvwxyz} |
0123456789 \mathsf{0123456789} 0123456789 | \mathsf{0123456789} |
手写体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \mathcal{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \mathcal{abcdefghijklmnopqrstuvwxyz} |
0123456789 \mathcal{0123456789} 0123456789 | \mathcal{0123456789} |
哥特字体
符号 | LaTeX |
---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ | \mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ} |
a b c d e f g h i j k l m n o p q r s t u v w x y z \mathfrak{abcdefghijklmnopqrstuvwxyz} abcdefghijklmnopqrstuvwxyz | \mathfrak{abcdefghijklmnopqrstuvwxyz} |
0123456789 \mathfrak{0123456789} 0123456789 | \mathfrak{0123456789} |
小脚本风格
符号 | LaTeX |
---|---|
ABCDEFGHIJKLMNOPQRSTUVWXYZ {\scriptstyle\text{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} ABCDEFGHIJKLMNOPQRSTUVWXYZ | {\scriptstyle\text{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} |
abcdefghijklmnopqrstuvwxyz {\scriptstyle\text{abcdefghijklmnopqrstuvwxyz}} abcdefghijklmnopqrstuvwxyz | {\scriptstyle\text{abcdefghijklmnopqrstuvwxyz}} |
0123456789 {\scriptstyle\text{0123456789}} 0123456789 | {\scriptstyle\text{0123456789}} |
字号尺寸
符号 | LaTeX |
---|---|
a b c 极小 t i n y {\tiny abc极小tiny} abc极小tiny | {\tiny abc极小tiny} |
a b c 超小 s c r i p t s i z e {\scriptsize abc 超小 scriptsize} abc超小scriptsize | {\scriptsize abc 超小 scriptsize} |
a b c 小 s m a l l {\small abc 小 small} abc小small | {\small abc 小 small} |
a b c 正常 n o r m a l {\normalsize abc 正常 normal} abc正常normal | {\normalsize abc 正常 normal} |
a b c 大 l a r g e {\large abc 大 large} abc大large | {\large abc 大 large} |
a b c 超大 L a r g e {\Large abc 超大 Large} abc超大Large | {\Large abc 超大 Large} |
a b c 特大 L A R G E {\LARGE abc 特大 LARGE} abc特大LARGE | {\LARGE abc 特大 LARGE} |
a b c 巨大 h u g e {\huge abc 巨大 huge} abc巨大huge | {\huge abc 巨大 huge} |
a b c 巨无霸 H u g e {\Huge abc 巨无霸 Huge} abc巨无霸Huge | {\Huge abc 巨无霸 Huge} |
参考
1、官方–latex
2、官方–katex
2、通用 LaTeX 数学公式语法手册