LaTeX中數學模式有兩種形式:inline和display。前者是指正文插入行間數學公式,後者獨立排列,可以有或沒有編號。
行間公式(inline):用 $...$
將公式括起來
塊間公式(display):用 $$...$$
將公式括起來,預設顯示在行中間
希臘字母 | 代號 | 希臘字母 | 代號 | 希臘字母 | 代號 | 希臘字母 | 代號 |
---|---|---|---|---|---|---|---|
α | \alpha | θ | \theta | o | o | τ | \tau |
β | \beta | ϑ | \vartheta | π | \pi | υ | \upsilon |
γ | \gamma | ι | \iota | ϖ | \varpi | ϕ | \phi |
δ | \delta | κ | \kappa | ρ | \rho | φ | \varphi |
ϵ | \epsilon | λ | \lambda | ϱ | \varrho | χ | \chi |
ε | \varepsilon | μ | \mu | σ | \sigma | ψ | \psi |
ζ | \zeta | ν | \nu | ς | \varsigma | ω | \omega |
η | \eta | ξ | \xi | Σ | \Sigma | Ψ | \Psi |
Γ | \Gamma | Λ | \Lambda | Υ | \Upsilon | Ω | \Omega |
Δ | \Delta | Ξ | \Xi | Φ | \Phi | ||
Θ | \Theta | Π | \Pi |
()
、[]
和 |
表示符號本身,使用 \{\}
來表示 {}
。當要顯示大號的括號或分隔符時,要用 \left
和 \right
命令。
一些特殊的括號:
輸入 | 顯示 | 輸入 | 顯示 |
---|---|---|---|
\langle | ⟨ \langle ⟨ | \rangle | ⟩ \rangle ⟩ |
\lceil | ⌈ \lceil ⌈ | \rceil | ⌉ \rceil ⌉ |
\lfloor | ⌊ \lfloor ⌊ | \rfloor | ⌋ \rfloor ⌋ |
\lbrace | { \lbrace { | \rbrace | } \rbrace } |
\lvert | ∣ \lvert ∣ | \rvert | ∣ \rvert ∣ |
\lVert | ∥ \lVert ∥ | \rVert | ∥ \rVert ∥ |
有時,我們需要在行內使用兩個豎槓表示向量間的某種空間距離,可以這樣寫
$\lVert \boldsymbol{X}_i - \boldsymbol{S}_j \rVert^2$
→
∥
X
i
−
S
j
∥
2
\lVert \boldsymbol{X}_i - \boldsymbol{S}_j \rVert^2
∥Xi−Sj∥2
範例
$$
f(x,y,z) = 3y^2z \left( 3+\frac{7x+5}{1+y^2} \right)
$$
結果
f
(
x
,
y
,
z
)
=
3
y
2
z
(
3
+
7
x
+
5
1
+
y
2
)
f(x,y,z) = 3y^2z \left( 3+\frac{7x+5}{1+y^2} \right)
f(x,y,z)=3y2z(3+1+y27x+5)
有時要用 \left.
或 \right.
進行匹配而不顯示本身。
範例
$$
\left. \frac{{\rm d}u}{{\rm d}x} \right| _{x=0}
$$
結果
d
u
d
x
∣
x
=
0
\left. \frac{{\rm d}u}{{\rm d}x} \right| _{x=0}
dxdu∣∣∣∣x=0
輸入 | 顯示 | 輸入 | 顯示 | 輸入 | 顯示 |
---|---|---|---|---|---|
\backsim | ∽ \backsim ∽ | \cong | ≅ \cong ≅ | \angle A | ∠ A \angle A ∠A |
\sin | sin \sin sin | \cos | cos \cos cos | \tan | tan \tan tan |
\csc | csc \csc csc | \sec | sec \sec sec | \cot | cot \cot cot |
輸入 | 顯示 | 輸入 | 顯示 | 輸入 | 顯示 |
---|---|---|---|---|---|
\int | ∫ \int ∫ | \iint | ∬ \iint ∬ | \iiint | ∭ \iiint ∭ |
\partial | ∂ \partial ∂ | \oint | ∮ \oint ∮ | \prime | ′ \prime ′ |
\lim | lim \lim lim | \infty | ∞ \infty ∞ | \nabla | ∇ \nabla ∇ |
輸入 | 顯示 | 輸入 | 顯示 | 輸入 | 顯示 |
---|---|---|---|---|---|
\because | ∵ \because ∵ | \therefore | ∴ \therefore ∴ | \neg | ¬ \neg ¬ |
\forall | ∀ \forall ∀ | \exists | ∃ \exists ∃ | \not\subset | ⊄ \not\subset ⊂ |
\not< | ≮ \not< < | \not> | ≯ \not> > | \not= | ≠ \not= = |
下標:$x_i$
→
x
i
x_i
xi
上標:$x^i$
→
x
i
x^i
xi
注意 :上下標如果多餘一個字母或者符號,需要用一對{}括起來:
多個字母下標:$x_{i1}$
→
x
i
1
x_{i1}
xi1
多個字母上標:$x^{i1}$
→
x
i
1
x^{i1}
xi1
另外,如果要在左右兩邊都有上下標,可以使用 \sideset
命令;也可以簡單地在符號前面多打一個上下標,此時會以行內公式渲染。
範例:
$$
\sideset{^1_2}{^3_4}\bigotimes \quad or \quad {^1_2}\bigotimes {^3_4}
$$
結果
KaTeX parse error: Undefined control sequence: \sideset at position 2: \̲s̲i̲d̲e̲s̲e̲t̲{^1_2}{^3_4} \b…
根號:$\sqrt[n]{5}$
→
5
n
\sqrt[n]{5}
n5
省略號:$\dots$
→
…
\dots
… || $\cdots$
→
⋯
\cdots
⋯
基本運運算元:+ - * /等可以直接輸入,其他特殊的有:
\pm | \times | \div | \cdot | \cap | \cup | \geq | \leq | \neq | \approx | \equix |
---|---|---|---|---|---|---|---|---|---|---|
± | × | ÷ | ⋅ | ∩ | ∪ | ≥ | ≤ | ≠ \neq = | ≈ | ≡ |
求和:$\sum_1^n$
→
∑
1
n
\sum_1^n
∑1n
累乘:$\prod_{n=1}^{99}x_n$
→
∏
n
=
1
99
x
n
\prod_{n=1}^{99}x_n
∏n=199xn
積分:$\int_1^n$
→
∫
1
n
\int_1^n
∫1n
極限:$\lim\limits _ {x \to \infty}$
→
lim
x
→
∞
\lim\limits _ {x \to \infty}
x→∞lim
分數的表示:$\frac{3}{8}$
→
3
8
\frac{3}{8}
83
範例
$$
\begin{matrix}
1&x&x^2\\
1&y&y^2\\
1&z&z^2\\
\end{matrix}
$$
結果
1
x
x
2
1
y
y
2
1
z
z
2
\begin{matrix} 1&x&x^2\\ 1&y&y^2\\ 1&z&z^2\\ \end{matrix}
111xyzx2y2z2
使用 \cdots
, \ddots
, \vdots
來輸入省略符號。
範例:
$$
X=\left|
\begin{matrix}
x_{11} & x_{12} & \cdots & x_{1d}\\
x_{21} & x_{22} & \cdots & x_{2d}\\
\vdots & \vdots & \ddots & \vdots\\
x_{m1} & x_{m2} & \cdots & x_{md} \\
\end{matrix}
\right|
$$
結果
X
=
∣
x
11
x
12
⋯
x
1
d
x
21
x
22
⋯
x
2
d
⋮
⋮
⋱
⋮
x
m
1
x
m
2
⋯
x
m
d
∣
X=\left| \begin{matrix} x_{11} & x_{12} & \cdots & x_{1d}\\ x_{21} & x_{22} & \cdots & x_{2d}\\ \vdots & \vdots & \ddots & \vdots\\ x_{m1} & x_{m2} & \cdots & x_{md} \\ \end{matrix} \right|
X=∣∣∣∣∣∣∣∣∣x11x21⋮xm1x12x22⋮xm2⋯⋯⋱⋯x1dx2d⋮xmd∣∣∣∣∣∣∣∣∣
在開頭將 matrix
替換為 pmatrix
bmatrix
Bmatrix
vmatrix
Vmatrix
。
範例
$ \begin{matrix} 1 & 2 \\ 3 & 4 \\ \end{matrix} $
$ \begin{pmatrix} 1 & 2 \\ 3 & 4 \\ \end{pmatrix} $
$ \begin{bmatrix} 1 & 2 \\ 3 & 4 \\ \end{bmatrix} $
$ \begin{Bmatrix} 1 & 2 \\ 3 & 4 \\ \end{Bmatrix} $
$ \begin{vmatrix} 1 & 2 \\ 3 & 4 \\ \end{vmatrix} $
$ \begin{Vmatrix} 1 & 2 \\ 3 & 4 \\ \end{Vmatrix} $
結果
matrix | pmatrix | bmatrix | Bmatrix | vmatrix | Vmatrix |
---|---|---|---|---|---|
$ \begin{matrix} 1 & 2 \ 3 & 4 \ \end{matrix} $ | $ \begin{pmatrix} 1 & 2 \ 3 & 4 \ \end{pmatrix} $ | $ \begin{bmatrix} 1 & 2 \ 3 & 4 \ \end{bmatrix} $ | $ \begin{Bmatrix} 1 & 2 \ 3 & 4 \ \end{Bmatrix} $ | $ \begin{vmatrix} 1 & 2 \ 3 & 4 \ \end{vmatrix} $ | $ \begin{Vmatrix} 1 & 2 \ 3 & 4 \ \end{Vmatrix} $ |
範例
$$
\left[
\begin{array}{cc|c}
1 & 2 & 3 \\
4 & 5 & 6 \\
\end{array}
\right]
$$
結果
[
1
2
3
4
5
6
]
\left[ \begin{array}{cc|c} 1 & 2 & 3 \\ 4 & 5 & 6 \\ \end{array}\right]
[142536]
其中 cc|c
代表在一個三列矩陣中的第二和第三列之間插入分割線。
使用 \vec{向量}
來自動產生一個向量。也可以使用 \overrightarrow
等命令自定義字母上方的符號。
範例
$$
\vec{a} \cdot \vec{b}=0
$$
結果
a
⃗
⋅
b
⃗
=
0
\vec{a} \cdot \vec{b}=0
a⋅b=0
範例
$$
xy \text{ with arrows:}
\quad
\overleftarrow{xy} \;
\mid \;
\overleftrightarrow{xy} \;
\mid \;
\overrightarrow{xy}
$$
結果
x
y
with arrows:
x
y
←
∣
x
y
↔
∣
x
y
→
xy \text{ with arrows:} \quad \overleftarrow{xy} \; \mid \; \overleftrightarrow{xy} \; \mid \; \overrightarrow{xy}
xy with arrows:xy∣xy
∣xy
使用 \int_積分下限^積分上限 {被積表示式}
來輸入一個積分。
範例
$$
\int_0^1 {x^2} \,{\rm d}x
$$
結果
∫
0
1
x
2
d
x
\int_0^1 {x^2} \,{\rm d}x
∫01x2dx
本例中 \,
和 {\rm d}
部分可省略,但加入能使式子更美觀
若要對公式的某一部分字元進行字型轉換,可以用 {\字型 {需轉換的部分字元}}
命令,其中 \字型
部分可以參照下表選擇合適的字型。一般情況下,公式預設為斜體字 。
範例中 全部大寫 的字型僅大寫可用。
輸入 | 全字母可用 | 顯示 | 輸入 | 僅大寫可用 | 顯示 |
---|---|---|---|---|---|
\rm | 羅馬體 | s a m p l e \rm {sample} sample | \mathcal | 花體(數學符號等) | s a m p l e \mathcal {sample} sample |
\it | 斜體 | s a m p l e \it {sample} sample | \mathbb | 黑板粗體(定義域等) | s a m p l e \mathbb {sample} sample |
\bf | 粗體 | s a m p l e \bf {sample} sample | \mit | 數學斜體 | KaTeX parse error: Undefined control sequence: \mit at position 1: \̲m̲i̲t̲ ̲{sample} |
\sf | 等線體 | s a m p l e \sf {sample} sample | \scr | 手寫體 | KaTeX parse error: Undefined control sequence: \scr at position 1: \̲s̲c̲r̲ ̲{sample} |
\tt | 打字機體 | s a m p l e \tt {sample} sample | |||
\frak | 舊德式字型 | s a m p l e \frak {sample} sample |
@lymd
\boldsymbol{\alpha}
用來表示向量或者矩陣的加粗斜體,如向量 。
轉換字型十分常用,例如在積分中:
範例
\begin{array}{cc}
\mathrm{Bad} & \mathrm{Better} \\
\hline \\
\int_0^1 x^2 dx & \int_0^1 x^2 \,{\rm d}x
\end{array}
結果
B
a
d
B
e
t
t
e
r
∫
0
1
x
2
d
x
∫
0
1
x
2
d
x
\begin{array}{cc} \mathrm{Bad} & \mathrm{Better} \\ \hline \\ \int_0^1 x^2 dx & \int_0^1 x^2 \,{\rm d}x\end{array}
Bad∫01x2dxBetter∫01x2dx
注意比較兩個式子間 與 的不同。
使用 \operatorname
命令也可以達到相同的效果。
使用 \bbox[底色, (可選)邊距, (可選)邊框 border: 框寬度 框型別 框顏色]
命令來高亮一行公式。
邊距及框寬度支援 絕對畫素 px
或 相對大小 em
,框型別支援 實線 solid
或 虛線 dashed
。
範例
$$
\bbox[yellow]{ e^x=\lim_{n\to\infty} \left( 1+\frac{x}{n} \right)^n \qquad (1)}
$$
結果
KaTeX parse error: Undefined control sequence: \bbox at position 2: \̲b̲b̲o̲x̲[yellow]{ e^…
範例
$$
\bbox[#9ff, 5px]{ #此處向外新增 5 畫素的邊距
e^x=\lim_{n\to\infty} \left( 1+\frac{x}{n} \right)^n \qquad (1)}
$$
結果
KaTeX parse error: Undefined control sequence: \bbox at position 2: \̲b̲b̲o̲x̲[#9ff, 5px]{e^x…
範例
$$
#此處使用 0.5 倍行高作為邊距,附加 2 畫素的實線邊框(Ctrl+Alt+Y 可見)
\bbox[#2f3542, 0.5em, border:2px solid #f1f2f6]{ \color{#f1f2f6}{e^x=\lim_{n\to\infty} \left( 1+\frac{x}{n} \right)^n \qquad (1)}}
$$
結果
KaTeX parse error: Undefined control sequence: \bbox at position 2: \̲b̲b̲o̲x̲[#2f3542, 0.5em…
使用 \color{顏色}{文字}
來更改特定的文字顏色。
更改文字顏色需要瀏覽器支援 ,如果瀏覽器不知道你所需的顏色,那麼文字將被渲染為黑色。對於較舊的瀏覽器(HTML4 & CSS2),以下顏色是被支援的:
輸入 | 顯示 | 輸入 | 顯示 |
---|---|---|---|
black | s a m p l e \color{black}{sample} sample | grey | s a m p l e \color{grey}{sample} sample |
silver | s a m p l e \color{silver}{sample} sample | white | s a m p l e \color{white}{sample} sample |
maroon | s a m p l e \color{maroon}{sample} sample | red | s a m p l e \color{red}{sample} sample |
yellow | s a m p l e \color{yellow}{sample} sample | lime | s a m p l e \color{lime}{sample} sample |
olive | s a m p l e \color{olive}{sample} sample | green | s a m p l e \color{green}{sample} sample |
teal | s a m p l e \color{teal}{sample} sample | auqa | s a m p l e \color{auqa}{sample} sample |
blue | s a m p l e \color{blue}{sample} sample | navy | s a m p l e \color{navy}{sample} sample |
purple | s a m p l e \color{purple}{sample} sample | fuchsia | s a m p l e \color{fuchsia}{sample} sample |
對於較新的瀏覽器(HTML5 & CSS3),HEX 顏色將被支援:
輸入 \color {#rgb} {text}
來自定義更多的顏色,其中 #rgb
或 #rrggbb
的 r
g
b
可輸入 0-9
和 a-f
來表示紅色、綠色和藍色的純度(飽和度)。
範例
\begin{array}
{|rrrrrrrr|}
\hline
\verb+#000+ & \color{#000}{text} & & & \verb+#00F+ & \color{#00F}{text} & & \\
& & \verb+#0F0+ & \color{#0F0}{text} & & & \verb+#0FF+ & \color{#0FF}{text} \\
\verb+#F00+ & \color{#F00}{text} & & & \verb+#F0F+ & \color{#F0F}{text} & & \\
& & \verb+#FF0+ & \color{#FF0}{text} & & & \verb+#FFF+ & \color{#FFF}{text} \\
\hline
\end{array}
結果
#000
t
e
x
t
#00F
t
e
x
t
#0F0
t
e
x
t
#0FF
t
e
x
t
#F00
t
e
x
t
#F0F
t
e
x
t
#FF0
t
e
x
t
#FFF
t
e
x
t
\begin{array}{|rrrrrrrr|}\hline \verb+#000+ & \color{#000}{text} & & & \verb+#00F+ & \color{#00F}{text} & & \\ & & \verb+#0F0+ & \color{#0F0}{text} & & & \verb+#0FF+ & \color{#0FF}{text} \\ \verb+#F00+ & \color{#F00}{text} & & & \verb+#F0F+ & \color{#F0F}{text} & & \\ & & \verb+#FF0+ & \color{#FF0}{text} & & & \verb+#FFF+ & \color{#FFF}{text} \\\hline\end{array}
#000#F00texttext#0F0#FF0texttext#00F#F0Ftexttext#0FF#FFFtexttext
範例
\begin{array}{|rrrrrrrr|}
\hline
\verb+#000+ & \color{#000}{text} & \verb+#005+ & \color{#005}{text} & \verb+#00A+ & \color{#00A}{text} & \verb+#00F+ & \color{#00F}{text} \\
\verb+#500+ & \color{#500}{text} & \verb+#505+ & \color{#505}{text} & \verb+#50A+ & \color{#50A}{text} & \verb+#50F+ & \color{#50F}{text} \\
\verb+#A00+ & \color{#A00}{text} & \verb+#A05+ & \color{#A05}{text} & \verb+#A0A+ & \color{#A0A}{text} & \verb+#A0F+ & \color{#A0F}{text} \\
\verb+#F00+ & \color{#F00}{text} & \verb+#F05+ & \color{#F05}{text} & \verb+#F0A+ & \color{#F0A}{text} & \verb+#F0F+ & \color{#F0F}{text} \\
\hline
\verb+#080+ & \color{#080}{text} & \verb+#085+ & \color{#085}{text} & \verb+#08A+ & \color{#08A}{text} & \verb+#08F+ & \color{#08F}{text} \\
\verb+#580+ & \color{#580}{text} & \verb+#585+ & \color{#585}{text} & \verb+#58A+ & \color{#58A}{text} & \verb+#58F+ & \color{#58F}{text} \\
\verb+#A80+ & \color{#A80}{text} & \verb+#A85+ & \color{#A85}{text} & \verb+#A8A+ & \color{#A8A}{text} & \verb+#A8F+ & \color{#A8F}{text} \\
\verb+#F80+ & \color{#F80}{text} & \verb+#F85+ & \color{#F85}{text} & \verb+#F8A+ & \color{#F8A}{text} & \verb+#F8F+ & \color{#F8F}{text} \\
\hline
\verb+#0F0+ & \color{#0F0}{text} & \verb+#0F5+ & \color{#0F5}{text} & \verb+#0FA+ & \color{#0FA}{text} & \verb+#0FF+ & \color{#0FF}{text} \\
\verb+#5F0+ & \color{#5F0}{text} & \verb+#5F5+ & \color{#5F5}{text} & \verb+#5FA+ & \color{#5FA}{text} & \verb+#5FF+ & \color{#5FF}{text} \\
\verb+#AF0+ & \color{#AF0}{text} & \verb+#AF5+ & \color{#AF5}{text} & \verb+#AFA+ & \color{#AFA}{text} & \verb+#AFF+ & \color{#AFF}{text} \\
\verb+#FF0+ & \color{#FF0}{text} & \verb+#FF5+ & \color{#FF5}{text} & \verb+#FFA+ & \color{#FFA}{text} & \verb+#FFF+ & \color{#FFF}{text} \\
\hline
\end{array}
結果
#000 t e x t #005 t e x t #00A t e x t #00F t e x t #500 t e x t #505 t e x t #50A t e x t #50F t e x t #A00 t e x t #A05 t e x t #A0A t e x t #A0F t e x t #F00 t e x t #F05 t e x t #F0A t e x t #F0F t e x t #080 t e x t #085 t e x t #08A t e x t #08F t e x t #580 t e x t #585 t e x t #58A t e x t #58F t e x t #A80 t e x t #A85 t e x t #A8A t e x t #A8F t e x t #F80 t e x t #F85 t e x t #F8A t e x t #F8F t e x t #0F0 t e x t #0F5 t e x t #0FA t e x t #0FF t e x t #5F0 t e x t #5F5 t e x t #5FA t e x t #5FF t e x t #AF0 t e x t #AF5 t e x t #AFA t e x t #AFF t e x t #FF0 t e x t #FF5 t e x t #FFA t e x t #FFF t e x t \begin{array}{|rrrrrrrr|}\hline \verb+#000+ & \color{#000}{text} & \verb+#005+ & \color{#005}{text} & \verb+#00A+ & \color{#00A}{text} & \verb+#00F+ & \color{#00F}{text} \\ \verb+#500+ & \color{#500}{text} & \verb+#505+ & \color{#505}{text} & \verb+#50A+ & \color{#50A}{text} & \verb+#50F+ & \color{#50F}{text} \\ \verb+#A00+ & \color{#A00}{text} & \verb+#A05+ & \color{#A05}{text} & \verb+#A0A+ & \color{#A0A}{text} & \verb+#A0F+ & \color{#A0F}{text} \\ \verb+#F00+ & \color{#F00}{text} & \verb+#F05+ & \color{#F05}{text} & \verb+#F0A+ & \color{#F0A}{text} & \verb+#F0F+ & \color{#F0F}{text} \\\hline \verb+#080+ & \color{#080}{text} & \verb+#085+ & \color{#085}{text} & \verb+#08A+ & \color{#08A}{text} & \verb+#08F+ & \color{#08F}{text} \\ \verb+#580+ & \color{#580}{text} & \verb+#585+ & \color{#585}{text} & \verb+#58A+ & \color{#58A}{text} & \verb+#58F+ & \color{#58F}{text} \\ \verb+#A80+ & \color{#A80}{text} & \verb+#A85+ & \color{#A85}{text} & \verb+#A8A+ & \color{#A8A}{text} & \verb+#A8F+ & \color{#A8F}{text} \\ \verb+#F80+ & \color{#F80}{text} & \verb+#F85+ & \color{#F85}{text} & \verb+#F8A+ & \color{#F8A}{text} & \verb+#F8F+ & \color{#F8F}{text} \\\hline \verb+#0F0+ & \color{#0F0}{text} & \verb+#0F5+ & \color{#0F5}{text} & \verb+#0FA+ & \color{#0FA}{text} & \verb+#0FF+ & \color{#0FF}{text} \\ \verb+#5F0+ & \color{#5F0}{text} & \verb+#5F5+ & \color{#5F5}{text} & \verb+#5FA+ & \color{#5FA}{text} & \verb+#5FF+ & \color{#5FF}{text} \\ \verb+#AF0+ & \color{#AF0}{text} & \verb+#AF5+ & \color{#AF5}{text} & \verb+#AFA+ & \color{#AFA}{text} & \verb+#AFF+ & \color{#AFF}{text} \\ \verb+#FF0+ & \color{#FF0}{text} & \verb+#FF5+ & \color{#FF5}{text} & \verb+#FFA+ & \color{#FFA}{text} & \verb+#FFF+ & \color{#FFF}{text} \\\hline\end{array} #000#500#A00#F00#080#580#A80#F80#0F0#5F0#AF0#FF0texttexttexttexttexttexttexttexttexttexttexttext#005#505#A05#F05#085#585#A85#F85#0F5#5F5#AF5#FF5texttexttexttexttexttexttexttexttexttexttexttext#00A#50A#A0A#F0A#08A#58A#A8A#F8A#0FA#5FA#AFA#FFAtexttexttexttexttexttexttexttexttexttexttexttext#00F#50F#A0F#F0F#08F#58F#A8F#F8F#0FF#5FF#AFF#FFFtexttexttexttexttexttexttexttexttexttexttexttext
使用刪除線功能必須宣告 $$
符號。
在公式內使用 \require{cancel}
來允許片段刪除線的顯示。
宣告片段刪除線後,使用 \cancel{字元}
、\bcancel{字元}
、\xcancel{字元}
和 \cancelto{字元}
來實現各種片段刪除線效果。
範例
$$
\require{cancel}
\begin{array}{rl}
\verb|y+\cancel{x}| & y+\cancel{x} \\
\verb|\cancel{y+x}| & \cancel{y+x} \\
\verb|y+\bcancel{x}| & y+\bcancel{x} \\
\verb|y+\xcancel{x}| & y+\xcancel{x} \\
\verb|y+\cancelto{0}{x}| & y+\cancelto{0}{x} \\
\verb+\frac{1\cancel9}{\cancel95} = \frac15+& \frac{1\cancel9}{\cancel95} = \frac15 \\
\end{array}
$$
結果
KaTeX parse error: Undefined control sequence: \require at position 2: \̲r̲e̲q̲u̲i̲r̲e̲{cancel} \begin…
分別使用 circle
和 roundedbox
包圍的公式
範例
$$
\require{enclose}
\begin{array}{c}
\enclose{circle}{f(\top),\, f^2(\top),\, f^3(\top) \,\cdots\, f^n(\top)} \\
\enclose{roundedbox}{f(\bot),\, f^2(\bot),\, f^3(\bot) \,\cdots\, f^n(\bot)} \\
\end{array}
$$
結果
$$
$$
\require{enclose}
\begin{array}{c}
\enclose{circle}{f(\top),, f^2(\top),, f^3(\top) ,\cdots, f^n(\top)} \
\enclose{roundedbox}{f(\bot),, f^2(\bot),, f^3(\bot) ,\cdots, f^n(\bot)} \
\end{array}
使用 box
框住所有公式
範例
$$
\require{enclose}
\enclose{box}{
\begin{array}{c}
f(\top),\, f^2(\top),\, f^3(\top) \,\cdots\, f^n(\top) \\
f(\bot),\, f^2(\bot),\, f^3(\bot) \,\cdots\, f^n(\bot) \\
\end{array}
}
$$
結果
$$
$$
\require{enclose}
\enclose{box}{
\begin{array}{c}
f(\top),, f^2(\top),, f^3(\top) ,\cdots, f^n(\top) \
f(\bot),, f^2(\bot),, f^3(\bot) ,\cdots, f^n(\bot) \
\end{array}
}
符號 | 表示式 | 符號 | 表示式 |
---|---|---|---|
← | \lefrarrow | ⟵ | \longleftarrow |
→ | \rightarrow | ⟶ | \longrightarrow |
↔ | \leftrightarrow | ⟷ | \longleftrightarrow |
⇐ | \Leftarrow | ⟸ | \Longleftarrow |
⇒ | \Rightarrow | ⟹ | \Longrightarrow |
⇔ | \Leftrightarrow | ⟺ | \Longleftrightarrow |
範例
$$
\begin{equation}
E=mc^2
\end{equation}
$$
結果
KaTeX parse error: No such environment: equation at position 8: \begin{̲e̲q̲u̲a̲t̲i̲o̲n̲}̲ E=mc^2 \end{eq…
各種括號用 () [] { } \langle\rangle 等命令表示,注意花括號通常用來輸入命令和環境的引數,所以在數學公式中它們前面要加 \。可以在上述分隔符前面加 \big \Big \bigg \Bigg 等命令來調整大小。
範例
$$
\max \limits_{a<x<b} \Bigg\{f(x)\Bigg\}
$$
結果
max
a
<
x
<
b
{
f
(
x
)
}
\max \limits_{a<x<b} \Bigg\{f(x)\Bigg\}
a<x<bmax{f(x)}
範例
\quad #空格
$$
\max \limits_{a<x<b} \Bigg\{\quad f(x)\quad\Bigg\}
$$
max a < x < b { f ( x ) } \max \limits_{a<x<b} \Bigg\{\quad f(x)\quad\Bigg\} a<x<bmax{f(x)}
範例
$$
f(n) =
\begin{cases}
n/2, & \text {if $n$ is even}\\
3n+1, & \text {if $n$ is odd}
\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$ is even}\\ 3n+1, & \text {if $n$ is odd} \end{cases}
f(n)={n/2,3n+1,if n is evenif n is odd
若想讓文字在左側對齊顯示,則有如下方式:
範例
$$
\left.
\begin{array}{l}
\text{if $n$ is even:} & n/2 \\
\text{if $n$ is odd:} & 3n+1 \\
\end{array}
\right\}
=f(n)
$$
結果
if n is even: n / 2 if n is odd: 3 n + 1 } = f ( n ) \left. \begin{array}{l} \text{if $n$ is even:} & n/2 \\ \text{if $n$ is odd:} & 3n+1 \\ \end{array} \right\} =f(n) if n is even:if n is odd:n/23n+1}=f(n)
範例
$$
\left\{
\begin{array}{c}
a_1x+b_1y+c_1z=d_1\\
a_2x+b_2y+c_2z=d_2\\
a_3x+b_3y+c_3z=d_3
\end{array}
\right. # 注意right後面有個小數點
$$
結果
{
a
1
x
+
b
1
y
+
c
1
z
=
d
1
a
2
x
+
b
2
y
+
c
2
z
=
d
2
a
3
x
+
b
3
y
+
c
3
z
=
d
3
\left\{ \begin{array}{c} a_1x+b_1y+c_1z=d_1\\ a_2x+b_2y+c_2z=d_2\\ a_3x+b_3y+c_3z=d_3 \end{array} \right.
⎩⎨⎧a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3
在一些情況下,條件表示式中某些行的行高為非標準高度,此時使用 \\[2ex]
語句代替該行末尾的 \\
來讓編輯器適配。
不適配[2ex]
$$
f(n) =
\begin{cases}
\frac{n}{2}, & \text{if $n$ is even} \\
3n+1, & \text{if $n$ is odd} \\
\end{cases}
$$
適配[2ex]
$$
f(n) =
\begin{cases}
\frac{n}{2}, & \text{if $n$ is even} \\
3n+1, & \text{if $n$ is odd} \\
\end{cases}
$$
不適配[2ex] | 適配[2ex] |
---|---|
$f(n) = \begin{cases} \frac{n}{2}, & \text{if n n n is even} \ 3n+1, & \text{if n n n is odd} \ \end{cases}$ | $f(n) = \begin{cases} \frac{n}{2}, & \text{if n n n is even} \ 3n+1, & \text{if n n n is odd} \ \end{cases}$ |
一個 [ex]
指一個 「X-Height」,即 x 字母高度。可以根據情況指定多個 [ex]
,如 [3ex]
、[4ex]
等。
其實可以在任意換行處使用 \\[2ex]
語句,只要你覺得合適。
通常,一個格式化後的表格比單純的文字或排版後的文字更具有可讀性。
陣列和表格均以 \begin{array}
開頭,並在其後定義列數及每一列的文字對齊屬性,c
l
r
分別代表居中、左對齊及右對齊。若需要插入垂直分割線,在定義式中插入 |
,若要插入水平分割線,在下一行輸入前插入 \hline
。
與矩陣相似,每行元素間均須要插入 &
,每行元素以 \\
結尾,最後以 \ end{array}
結束陣列。
使用單個陣列或表格時無需宣告 $
或 $$
符號。
範例
\begin{array}{c|lcr}
n & \text{左對齊} & \text{居中對齊} & \text{右對齊} \\
\hline
1 & 0.24 & 1 & 125 \\
2 & -1 & 189 & -8 \\
3 & -20 & 2000 & 1+10i \\
\end{array}
結果
n
左對齊
居中對齊
右對齊
1
0.24
1
125
2
−
1
189
−
8
3
−
20
2000
1
+
10
i
\begin{array}{c|lcr} n & \text{左對齊} & \text{居中對齊} & \text{右對齊} \\ \hline 1 & 0.24 & 1 & 125 \\ 2 & -1 & 189 & -8 \\ 3 & -20 & 2000 & 1+10i \\ \end{array}
n123左對齊0.24−1−20居中對齊11892000右對齊125−81+10i
左對齊居中對齊右對齊
多個陣列\表格可 互相巢狀 並組成一組陣列或表格。
使用巢狀前必須宣告 $$
符號。
範例
$$
\begin{array}{c} % 總表格
\begin{array}{cc} % 第一行內分成兩列
\begin{array}{c|cccc} % 第一列"最小值"陣列
\text{min} & 0 & 1 & 2 & 3 \\
\hline
0 & 0 & 0 & 0 & 0 \\
1 & 0 & 1 & 1 & 1 \\
2 & 0 & 1 & 2 & 2 \\
3 & 0 & 1 & 2 & 3 \\
\end{array}
&
\begin{array}{c|cccc} % 第二列"最大值"陣列
\text{max} & 0 & 1 & 2 & 3 \\
\hline
0 & 0 & 1 & 2 & 3 \\
1 & 1 & 1 & 2 & 3 \\
2 & 2 & 2 & 2 & 3 \\
3 & 3 & 3 & 3 & 3 \\
\end{array}
\end{array} % 第一行表格組結束 \\
\begin{array}{c|cccc} % 第二行 Delta 值陣列
\Delta & 0 & 1 & 2 & 3 \\
\hline
0 & 0 & 1 & 2 & 3 \\
1 & 1 & 0 & 1 & 2 \\
2 & 2 & 1 & 0 & 1 \\
3 & 3 & 2 & 1 & 0 \\
\end{array} % 第二行表格結束
\end{array} % 總表格結束
$$
結果
min
0
1
2
3
0
0
0
0
0
1
0
1
1
1
2
0
1
2
2
3
0
1
2
3
max
0
1
2
3
0
0
1
2
3
1
1
1
2
3
2
2
2
2
3
3
3
3
3
3
Δ
0
1
2
3
0
0
1
2
3
1
1
0
1
2
2
2
1
0
1
3
3
2
1
0
\begin{array}{c} \begin{array}{cc} \begin{array}{c|cccc} \text{min} & 0 & 1 & 2 & 3 \\ \hline 0 & 0 & 0 & 0 & 0 \\ 1 & 0 & 1 & 1 & 1 \\ 2 & 0 & 1 & 2 & 2 \\ 3 & 0 & 1 & 2 & 3 \\ \end{array} & \begin{array}{c|cccc} \text{max} & 0 & 1 & 2 & 3 \\ \hline 0 & 0 & 1 & 2 & 3 \\ 1 & 1 & 1 & 2 & 3 \\ 2 & 2 & 2 & 2 & 3 \\ 3 & 3 & 3 & 3 & 3 \\ \end{array} \end{array} \\ \begin{array}{c|cccc} \Delta & 0 & 1 & 2 & 3 \\ \hline 0 & 0 & 1 & 2 & 3 \\ 1 & 1 & 0 & 1 & 2 \\ 2 & 2 & 1 & 0 & 1 \\ 3 & 3 & 2 & 1 & 0 \\ \end{array} \end{array}
min012300000101112012230123max012300123111232222333333Δ012300123110122210133210
範例
$$
h(\theta)=\sum_{j=0}^n \theta_j x_j
$$
結果
h
(
θ
)
=
∑
j
=
0
n
θ
j
x
j
h(\theta)=\sum_{j=0}^n \theta_j x_j
h(θ)=j=0∑nθjxj
範例
$$
J(\theta) = \frac{1}{2m} \sum_{i=0}^m (y^i-h_\theta (x^i))^2
$$
結果
J
(
θ
)
=
1
2
m
∑
i
=
0
m
(
y
i
−
h
θ
(
x
i
)
)
2
J(\theta) = \frac{1}{2m} \sum_{i=0}^m (y^i-h_\theta (x^i))^2
J(θ)=2m1i=0∑m(yi−hθ(xi))2
範例
$$
\frac{\partial J(\theta)}{\partial\theta_j} = -\frac{1}{m}\sum_{i=0}^m (y^i - h_\theta (x^i))x^i_j
$$
結果
∂
J
(
θ
)
∂
θ
j
=
−
1
m
∑
i
=
0
m
(
y
i
−
h
θ
(
x
i
)
)
x
j
i
\frac{\partial J(\theta)}{\partial\theta_j} = -\frac{1}{m}\sum_{i=0}^m (y^i - h_\theta (x^i))x^i_j
∂θj∂J(θ)=−m1i=0∑m(yi−hθ(xi))xji
範例:
$$
\begin{align}
\frac{\partial J(\theta)}{\partial \theta_j}
& = - \frac{1}{m} \sum_{i=0}^m (y^i-h_\theta(x^i))\frac{\partial}{\partial\theta_j}(y^i-h_\theta(x^i))\\
& = -\frac{1}{m}\sum_{i=0}^m(y^i-h_\theta(x^i))\frac{\partial}{\partial\theta_j}(\sum_{j=0}^n\theta_j x^i_j - y^i)\\
& = - \frac{1}{m}\sum_{i=0}^m(y^i-h_\theta (x^i))x^i_j
\end{align}
$$
結果
KaTeX parse error: No such environment: align at position 8: \begin{̲a̲l̲i̲g̲n̲}̲ \frac{\partial…