> 前言:這裡是我整理的一些常用的 LaTeX 符號。 [TOC] ## Math - $\forall$ - 中文:對於所有;對任意;對任一 - LaTeX:```\forall``` - $\leq$ - 中文:小於等於 - LaTeX:```\leq``` - $\geq$ - 中文:小於等於 - LaTeX:```\geq``` - $=$ - 中文:等於 - LaTeX:```=``` - $\equiv$ - 中文:等價於 - LaTeX:```equiv``` - $\approx$ - 中文:約等於 - LaTeX:```approx``` - $\in$ - 中文:屬於 - LaTeX:```in``` - $\notin$ - 中文:不屬於 - LaTeX:```notin``` - $\{\}$ - 中文:大括號 - LaTeX:```\{\}``` - $a^b$ - 中文:冪次;次方 - LaTeX:```a^b``` - $\mathbb{N,Z...}$ - 中文:正整數集合;自然數... - LaTeX:```\mathbb{N,Z...}``` - $\aleph$ - 通常用來表示一個 $\mathbb{N}$ 的集合? - 比較常看到的是 $\aleph_0$ - $\exists$ - 中文:存在 - LaTeX:```\exists``` - $a \mod b$ - 中文:模、取餘 - LaTeX:```a \mod b``` - $\sum\limits_{i=1}^k$ - 中文:sigma;西格瑪 - LaTeX:```$\sum\limits_{i=1}^k$``` - 補充:加上```limits``` 可以變得更正常 或者是用兩個 ```$``` 包起來也可以達到一樣效果。 - $a \neq b$ - 中文:不等於 - LaTex:```$\neq$``` - $a \mid b$ - 中文:整除 - LaTeX:```$\mid$``` - $\oplus$ - XOR - LaTeX:```\oplus``` ## $\LaTeX$ - 插入圖片 - \includegraphics[width=0.8\textwidth]{路徑} - 注意前面的參數是用中括號 - 超連結 - \href{url}{text}
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.