赞
踩
Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。
快捷键 | 作用 |
---|---|
Enter | 转入编辑模式 |
Shift-Enter | 运行本单元,选中下个单元 |
Ctrl-Enter | 运行本单元 |
Alt-Enter | 运行本单元,在其下插入新单元 |
Y | 单元转入代码状态 |
M | 单元转入markdown状态 |
R | 单元转入raw状态 |
1 | 设定 1 级标题 |
2 | 设定 2 级标题 |
3 | 设定 3 级标题 |
4 | 设定 4 级标题 |
5 | 设定 5 级标题 |
6 | 设定 6 级标题 |
Up | 选中上方单元 |
K | 选中上方单元 |
Down | 选中下方单元 |
J | 选中下方单元 |
Shift-K | 扩大选中上方单元 |
Shift-J | 扩大选中下方单元 |
A | 在上方插入新单元 |
B | 在下方插入新单元 |
X | 剪切选中的单元 |
C | 复制选中的单元 |
Shift-V | 粘贴到上方单元 |
V | 粘贴到下方单元 |
Z | 恢复删除的最后一个单元 |
D,D | 删除选中的单元 |
Shift-M | 合并选中的单元 |
Ctrl-S | 文件存盘 |
S | 文件存盘 |
L | 转换行号 |
O | 转换输出 |
Shift-O | 转换输出滚动 |
Esc | 关闭页面 |
Q | 关闭页面 |
H | 显示快捷键帮助 |
I,I | 中断Notebook内核 |
0,0 | 重启Notebook内核 |
Shift | 忽略 |
Shift-Space | 向上滚动 |
Space | 向下滚动 |
快捷键 | 作用 |
---|---|
Tab | 代码补全或缩进 |
Shift-Tab | 提示 |
Ctrl-] | 缩进 |
Ctrl-[ | 解除缩进 |
Ctrl-A | 全选 |
Ctrl-Z | 复原 |
Ctrl-Shift-Z | 再做 |
Ctrl-Y | 再做 |
Ctrl-Home | 跳到单元开头 |
Ctrl-Up | 跳到单元开头 |
Ctrl-End | 跳到单元末尾 |
Ctrl-Down | 跳到单元末尾 |
Ctrl-Left | 跳到左边一个字首 |
Ctrl-Right | 跳到右边一个字首 |
Ctrl-Backspace | 删除前面一个字 |
Ctrl-Delete | 删除后面一个字 |
Esc | 进入命令模式 |
Ctrl-M | 进入命令模式 |
Shift-Enter | 运行本单元,选中下一单元 |
Ctrl-Enter | 运行本单元 |
Alt-Enter | 运行本单元,在下面插入一单元 |
Ctrl-Shift– | 分割单元 |
Ctrl-Shift-Subtract | 分割单元 |
Ctrl-S | 文件存盘 |
Shift | 忽略 |
Up | 光标上移或转入上一单元 |
Down | 光标下移或转入下一单 |
我们在用markdown写文档时有时候少不了需要插入一些公式,然而markdown公式输入远没有word这么直观.
有很多复杂的格式和符号的英语缩写需要记忆,经常是刚用完,过几天不用又都忘记了
因此在这里将数学公式的Latex编辑方式做一个整理,以方便自己和读者今后使用。
注意将markdown的算式用$或者$$进行包裹
这 是 d o l l o r 符 号 这是dollor符号 这是dollor符号
这是 d o l l o r dollor dollor符号
算式 | markdown |
---|---|
7 x + 5 1 + y 2 \frac{7x+5}{1+y^2} 1+y27x+5 | \frac{7x+5}{1+y^2} |
算式 | markdown |
---|---|
z = z l z=z_l z=zl | z=z_l |
z = z 11 z = z_{11} z=z11 | z_{11} |
省略号 | markdown |
---|---|
⋯ \cdots ⋯ | \cdots |
行间公式 | markdown |
---|---|
d d x e a x = a e a x \frac{d}{dx}e^{ax}=ae^{ax}\quad dxdeax=aeax | \frac{d}{dx}e{ax}=ae{ax}\quad } |
∑ i = 1 n ( X i − X ‾ ) 2 \sum_{i=1}^{n}{(X_i - \overline{X})^2} ∑i=1n(Xi−X)2 | \sum_{i=1}^{n}{(X_i - \overline{X})^2 |
算式 | markdown |
---|---|
2 ; 3 n \sqrt{2};\sqrt[n]{3} 2 ;n3 | \sqrt{2};\sqrt[n]{3} |
算式 | markdown |
---|---|
a ⃗ ⋅ b ⃗ = 0 \vec{a} \cdot \vec{b}=0 a ⋅b =0 | \vec{a} \cdot \vec{b}=0 |
算式 | markdown |
---|---|
∫ 3 2 x 2 d x \int ^2_3 x^2 {\rm d}x ∫32x2dx | \int ^2_3 x^2 {\rm d}x |
∬ \iint ∬ | \iint |
∭ \iiint ∭ | \iiint |
∮ \oint ∮ | \oint |
d \mathrm{d} d | \mathrm{d} |
′ \prime ′ | \prime |
lim \lim lim | \lim |
∞ \infty ∞ | \infty |
∂ \partial ∂ | \partial |
s u m sum sum | \sum |
∇ \nabla ∇ | \nabla |
算式 | markdown |
---|---|
lim n → + ∞ n \lim_{n\rightarrow+\infty} n limn→+∞n | \lim_{n\rightarrow+\infty} n |
算式 | markdown |
---|---|
∑ 1 i 2 \sum \frac{1}{i^2} ∑i21 | \sum \frac{1}{i^2} |
∑ i = 1 n ( X i − X ‾ ) 2 \sum_{i=1}^{n}{(X_i - \overline{X})^2} ∑i=1n(Xi−X)2 | \sum_{i=1}^{n}{(X_i - \overline{X})^2 |
∑ i = 1 10 i \sum_{i=1}^{10}i ∑i=110i | \sum_{i=1}^{10}i |
算式 | markdown |
---|---|
∏ 1 i 2 \prod \frac{1}{i^2} ∏i21 | \prod \frac{1}{i^2} |
∏ i = 1 n i \prod_{i=1}^{n}i ∏i=1ni | \prod_{i=1}^{n}i |
公式编号,两个$紧紧围住
算式 | markdown |
---|---|
∑ e x a m p l e = 5 100 (4) \sum_{example=5}^{100}\tag{4} example=5∑100(4) | \tag(4) |
e i θ = c o s θ + sin θ i (1) e^{i\theta}=cos\theta+\sin\theta i\tag{1} eiθ=cosθ+sinθi(1) | e^{i\theta}=cos\theta+\sin\theta i\tag{1} |
e i = c o s θ + sin θ i (2) e^i=cos\theta+\sin\theta i\tag{2} ei=cosθ+sinθi(2) | e^{i\theta}=cos\theta+\sin\theta i\tag{2} |
算式 | markdown |
---|---|
1
2
3
4
5
6
7
8
9
| |
[
1
2
3
4
5
6
7
8
9
]
\left[ | \left[ |
$ | |
[
1
2
3
4
5
6
7
8
9
]
| |
{
1
2
3
4
5
6
7
8
9
}
| \begin{pmatrix}1 & 2 & 3 \4 & 5 & 6 \7 & 8 & 9 \end{pmatrix } |
∣
1
2
3
4
5
6
7
8
9
∣
| |
∥
1
2
3
4
5
6
7
8
9
∥
|
样式 | name | markdown |
---|---|---|
x ^ \hat{x} x^ | 帽号 | \hat{x} |
x ~ \tilde{x} x~ | 波浪帽号 | \tilde{x} |
x ˘ \breve{x} x˘ | 倒尖帽子 | \breve{x} |
x ˋ \grave{x} xˋ | 声调帽子 | \grave{x} |
x ˇ \check{x} xˇ | 倒尖帽子 | \check{x} |
x ˊ \acute{x} xˊ | 省道帽子 | \acute{x} |
a b c d e f g ^ \widehat{abcdefg} abcdefg | 大帽子 | \widehat{abcdefg} |
a b c d e f g ~ \widetilde{abcdefg} abcdefg | 大帽子 | \widetilde{abcdefg} |
字母 | markdown |
---|---|
A A A | A |
α \alpha α | \alpha |
B B B | B |
β \beta β | \beta |
Γ \Gamma Γ | \Gamma |
γ \gamma γ | \gamma |
Δ \Delta Δ | \Delta |
δ \delta δ | \delta |
E E E | E |
ϵ \epsilon ϵ | \epsilon |
ε \varepsilon ε | \varepsilon |
Z Z Z | Z |
ζ \zeta ζ | \zeta |
H H H | H |
η \eta η | \eta |
Θ \Theta Θ | \Theta |
θ \theta θ | \theta |
I I I | I |
ι \iota ι | \iota |
K K K | K |
ℓ \ell ℓ | \ell |
κ \kappa κ | \kappa |
Λ \Lambda Λ | \Lambda |
λ \lambda λ | \lambda |
M M M | M |
μ \mu μ | \mu |
N N N | N |
ν \nu ν | \nu |
Ξ \Xi Ξ | \Xi |
ξ \xi ξ | \xi |
O O O | O |
ο \omicron ο | \omicron |
Π \Pi Π | \Pi |
π \pi π | \pi |
P P P | P |
ρ \rho ρ | \rho |
Σ \Sigma Σ | \Sigma |
σ \sigma σ | \sigma |
T T T | T |
τ \tau τ | \tau |
Υ \Upsilon Υ | \Upsilon |
υ \upsilon υ | \upsilon |
Φ \Phi Φ | \Phi |
ϕ \phi ϕ | \phi |
φ \varphi φ | \varphi |
X X X | X |
χ \chi χ | \chi |
Ψ \Psi Ψ | \Psi |
ψ \psi ψ | \psi |
Ω \Omega Ω | \Omega |
ω \omega ω | \omega |
三角函数 | markdown |
---|---|
s i n θ sin{\theta} sinθ | \sin{\theta} |
tan θ \tan{\theta} tanθ | \tan{\theta} |
cos x \cos{x} cosx | \cos{\x} |
cot x \cot{x} cotx | \cot{\x} |
sec x \sec{x} secx | \sec{x} |
csc x \csc{x} cscx | \csc{x} |
⊥ \bot ⊥ | \bot |
∠ A \angle A ∠A | \angle A |
算式 | markdown |
---|---|
ln 15 \ln15 ln15 | \ln15 |
log 3 12 \log_3{12} log312 | \log_3^{12} |
lg 7 \lg7 lg7 | \lg7 |
运算符 | markdown |
---|---|
± \pm ± | \pm |
× \times × | \times |
÷ \div ÷ | \div |
∑ \sum ∑ | \sum |
∣ \mid ∣ | \mid |
∤ \nmid ∤ | \nmid |
⨀ \bigodot ⨀ | \bigodot |
⊙ \odot ⊙ | \odot |
⨂ \bigotimes ⨂ | \bigotimes |
⊗ \otimes ⊗ | \otimes |
⨁ \bigoplus ⨁ | \bigoplus |
⊕ \oplus ⊕ | \oplus |
∐ \coprod ∐ | \coprod |
∏ \prod ∏ | \prod |
≠ \neq = | \neq |
≡ \equiv ≡ | \equiv |
≤ \leq ≤ | \leq |
≥ \geq ≥ | \geq |
≈ \approx ≈ | \approx |
KaTeX parse error: Undefined control sequence: \blackslash at position 1: \̲b̲l̲a̲c̲k̲s̲l̲a̲s̲h̲ | \blackslash |
≺ \prec ≺ | \prec |
≻ \succ ≻ | \succ |
⪯ \preceq ⪯ | \preceq |
⪰ \succeq ⪰ | \succeq |
≪ \ll ≪ | \ll |
≫ \gg ≫ | \gg |
≐ \doteq ≐ | \doteq |
∼ \sim ∼ | \sim |
≃ \simeq ≃ | \simeq |
≅ \cong ≅ | \cong |
∥ \parallel ∥ | \parallel |
⋈ \bowtie ⋈ | \bowtie |
⋈ \Join ⋈ | \Join |
⊣ \dashv ⊣ | \dashv |
≍ \asymp ≍ | \asymp |
⌢ \frown ⌢ | \frown |
⊐ \sqsupset ⊐ | \sqsupset |
⊒ \sqsupseteq ⊒ | sqsupseteq |
∝ \propto ∝ | \propto |
⊢ \vdash ⊢ | \vdash |
⌣ \smile ⌣ | \smile |
运算符 | markdown |
---|---|
{ a + x } \lbrace a+x\rbrace {a+x} | \lbrace a+x \rbrace |
⟨ x ⟩ \langle x \rangle ⟨x⟩ | \langle x \rangle |
⌈ x 2 ⌉ \lceil\frac{x}{2}\rceil ⌈2x⌉ | \lceil \frac{x}{2} \rceil |
⌊ x ⌋ \lfloor x\rfloor ⌊x⌋ | \lfloor x \rfloor |
{ ∑ i = 0 n i 2 = 2 a x 2 + 1 } \lbrace \sum_{i=0}^{n}i^{2}=\frac{2a}{x^2+1} \rbrace {∑i=0ni2=x2+12a} | \lbrace \sum_{i=0}{n}i{2}=\frac{2a}{x^2+1} \rbrace |
{ ∑ i = 0 n i 2 = 2 a x 2 + 1 } \left\lbrace \sum_{i=0}^{n}i^{2}=\frac{2a}{x^2+1} \right\rbrace {∑i=0ni2=x2+12a} | \left\lbrace \sum_{i=0}{n}i{2}=\frac{2a}{x^2+1} \right\rbrace |
显示 | markdown | 含义 |
---|---|---|
[ \big [ [ | \big [ | 较大的左中括号 |
[ \bigg [ [ | \big [ | 较大大的左中括号 |
[ \Big [ [ | \big [ | 较大大大大的左中括号 |
[ \Bigg [ [ | \big [ | 较大大大大大的左中括号 |
当然对很多符号都有放大效果
对符号进行加粗
显示效果 | 类型 | markdown |
---|---|---|
123 a v A \mathbf{123avA} 123avA | 加粗普通数学符号 | \mathbf{123avA} |
λ \pmb{\lambda } λλλ | 加粗希腊字母 | \pmb{\lambda } |
η \boldsymbol{\eta} η | 斜体加粗希腊字符 | \boldsymbol{\eta} |
显示 | markdown | 解释 |
---|---|---|
∅ \emptyset ∅ | \emptyset | 空集 |
∈ \in ∈ | \in | |
∉ \notin ∈/ | \notin | |
⊃ \supset ⊃ | \supset | |
⊂ \subset ⊂ | \subset | 子集运算 |
⊄ \not\subset ⊂ | \not\subset | 非子集 |
⊆ \subseteq ⊆ | \subseteq | 真子集运算 |
⊇ \supseteq ⊇ | \supseteq | |
⋂ \bigcap ⋂ | \bigcap | 交 |
⋃ \bigcup ⋃ | \bigcup | |
⋁ \bigvee ⋁ | \bigvee | |
⋀ \bigwedge ⋀ | \bigwedge | |
⨄ \biguplus ⨄ | \biguplus | |
⨆ \bigsqcup ⨆ | \bigsqcup | |
Z \mathbb{Z} Z | \mathbb{Z} | 自然数集 |
R \mathbb{R} R | \mathbb{R} | 实数集 |
∖ \setminus ∖ | \setminus | 差集运算 |
⨀ \bigodot ⨀ | \bigodot | 同或运算 |
⨂ \bigotimes ⨂ | \bigotimes | 同与运算 |
显示 | markdown |
---|---|
∵ \because ∵ | \because |
∴ \therefore ∴ | \therefore |
∀ \forall ∀ | \forall |
∃ \exists ∃ | \exists |
≠ \not= = | \not= |
≯ \not> > | \not> |
≮ \not< < | \not< |
¬ \neg ¬ | \neg |
显示 | markdown |
---|---|
↑ \uparrow ↑ | \uparrow |
↓ \downarrow ↓ | \downarrow |
→ \rightarrow → | \rightarrow |
← \leftarrow ← | \leftarrow |
⇑ \Uparrow ⇑ | \Uparrow |
⇓ \Downarrow ⇓ | \Downarrow |
⇒ \Rightarrow ⇒ | \Rightarrow |
⇐ \Leftarrow ⇐ | \Leftarrow |
⇕ \Updownarrow ⇕ | \Updownarrow |
⟶ \longrightarrow ⟶ | \longrightarrow |
⟵ \longleftarrow ⟵ | \longleftarrow |
⟹ \Longrightarrow ⟹ | \Longrightarrow |
⟸ \Longleftarrow ⟸ | \Longleftarrow |
⇌ \rightleftharpoons ⇌ | \rightleftharpoons |
⟺ \iff ⟺ | \iff |
↗ \nearrow ↗ | \nearrow |
↙ \swarrow ↙ | \swarrow |
↘ \searrow ↘ | \searrow |
↖ \nwarrow ↖ | \nwarrow |
↕ \updownarrow ↕ | \updownarrow |
↼ \leftharpoonup ↼ | \leftharpoonup |
⇀ \rightharpoonup ⇀ | \rightharpoonup |
↽ \leftharpoondown ↽ | \leftharpoondown |
⇁ \rightharpoondown ⇁ | \rightharpoondown |
左括号 | markdown | 右括号 | markdown |
---|---|---|---|
⟨ \langle ⟨ | \langle | ⟩ \rangle ⟩ | \rangle |
⌈ \lceil ⌈ | \lceil | ⌉ \rceil ⌉ | \rceil |
⌊ \lfloor ⌊ | \floor | ⌋ \rfloor ⌋ | \rfloor |
{ \lbrace { | \lbrace | } \rbrace } | \rbrace |
显示 | markdown |
---|---|
f
(
n
)
=
{
n
/
2
,
if
n
is even
3
n
+
1
,
if
n
is odd
f(n) = | f(n) =\begin{cases}n/2, & \text{if n n n is even} \3n+1, & \text{if n n n is odd}\end{cases} |
if
n
is even:
n
/
2
if
n
is odd:
3
n
+
1
}
=
f
(
n
)
\left. | \left.\begin{array}{l} \text{if n n n is even:}&n/2\ \text{if n n n is odd:}&3n+1 \end{array} \right} =f(n) |
补充说明
使用 begin{cases}
来创造一组条件表达式
在每一行条件中插入 &
来指定需要对齐的内容
并在每一行结尾处使用 \\
表示换行,以 end{cases}
结束
显示 | markdown |
---|---|
a+b+c+d \fbox{a+b+c+d} a+b+c+d | \fbox{a+b+c+d} |
a + b + c + d ← \overleftarrow{a+b+c+d} a+b+c+d | \overleftarrow{a+b+c+d} |
a + b + c + d → \overrightarrow{a+b+c+d} a+b+c+d | \overrightarrow{a+b+c+d} |
a + b + c + d ↔ \overleftrightarrow{a+b+c+d} a+b+c+d | \overleftrightarrow{a+b+c+d} |
a + b + c + d ← \underleftarrow{a+b+c+d} a+b+c+d | \underleftarrow{a+b+c+d} |
a + b + c + d → \underrightarrow{a+b+c+d} a+b+c+d | \underrightarrow{a+b+c+d} |
a + b + c + d ↔ \underleftrightarrow{a+b+c+d} a+b+c+d | \underleftrightarrow{a+b+c+d} |
a + b + c + d ‾ \overline{a+b+c+d} a+b+c+d | \overline{a+b+c+d} |
a + b + c + d ‾ \underline{a+b+c+d} a+b+c+d | \underline{a+b+c+d} |
a + b + c + d ⏞ S a m p l e \overbrace{a+b+c+d}^{Sample} a+b+c+d Sample | \overbrace{a+b+c+d}^{Sample} |
a + b + c + d ⏟ S a m p l e \underbrace{a+b+c+d}_{Sample} Sample a+b+c+d | \underbrace{a+b+c+d}_{Sample} |
a + b + c ⏟ 1.0 + d ⏞ 2.0 \overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0} a+1.0 b+c+d 2.0 | \overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0} |
a ⋅ a ⋯ a ⏟ b times \underbrace{a\cdot a\cdots a}_{b\text{ times}} b times a⋅a⋯a | \underbrace{a\cdot a\cdots a}_{b\text{ times}} |
\color{颜色}{主体}
来进行修改文字颜色
需要浏览器支持‘
显示 | 颜色 |
---|---|
c o l o r \color{black}{color} color | black |
c o l o r \color{silver}{color} color | silver |
c o l o r \color{maroon}{color} color | maroon |
c o l o r \color{yellow}{color} color | yellow |
c o l o r \color{olive}{color} color | olive |
c o l o r \color{teal}{color} color | teal |
c o l o r \color{blue}{color} color | blue |
c o l o r \color{purple}{color} color | purple |
c o l o r \color{grey}{color} color | grey |
c o l o r \color{white}{color} color | white |
c o l o r \color{red}{color} color | red |
c o l o r \color{lime}{color} color | lime |
c o l o r \color{green}{color} color | green |
c o l o r \color{auqa}{color} color | auqa |
c o l o r \color{navy}{color} color | navy |
c o l o r \color{fuchsia}{color} color | fuchsia |
c o l o r \color{#000000}{color} color | \color{#000000}{color} |
使用格式{\rm text}
或\rm{text}
显示 | markdown | name |
---|---|---|
t e x t {\rm text} text | {\rm text} | 罗马体 |
t e x t {\it text} text | {\it text} | 意大利体 |
t e x t {\bf text} text | {\bf text} | |
t e x t {\sf text} text | {\sf text} | 等线体 |
KaTeX parse error: Undefined control sequence: \mit at position 2: {\̲m̲i̲t̲ ̲text} | {\mit text} | 数学斜体 |
t e x t {\tt text} text | {\tt text} | 打字机体 |
KaTeX parse error: Undefined control sequence: \scr at position 2: {\̲s̲c̲r̲ ̲text} | {\scr text} | 手写体 |
t e x t {\frak text} text | {\frak text} | 旧德式字体 |
t e x t \Bbb{text} text | \Bbb{text} | 黑板粗体 |
A B C d e f \mathit{ABCdef} ABCdef |
显示 | markdown | name |
---|---|---|
A \mathbb{A} A | \mathbb{A} | 双层显示 |
A \mathcal{A} A | \mathcal{A} | |
A \boldsymbol{A} A | \boldsymbol{A} | 加粗 |
显示 | markdown | 含义 |
---|---|---|
… \ldots … | \dots | 三个点 |
⋯ \cdots ⋯ | \cdots | |
⋅ \cdot ⋅ | \cdot | 点乘 |
˙ ˙ ˙ \dot{\dot{\dot{}}} ˙˙˙ | \dot{\dot{\dot{}}} | 多个点 |
⋮ \vdots ⋮ | \vdots | |
⋱ \ddots ⋱ | \ddots |
显示 | markdown | 含义 |
---|---|---|
ı \imath ı | \imath | 虚数 |
ȷ \jmath ȷ | \jmath | 实数 |
a ˙ \dot{a} a˙ | \dot{a} | 一阶导数 |
a ¨ \ddot{a} a¨ | \ddot{a} | 二阶导数 |
显示 | markdown | 含义 |
---|---|---|
ℜ \Re ℜ | \Re | |
ℑ \Im ℑ | \Im | |
⊥ \bot ⊥ | \bot | |
¬ \neg ¬ | \neg or lnot | |
⊤ \top ⊤ | \top | |
♡ \heartsuit ♡ | \heartsuit | 心形 |
♭ \flat ♭ | \flat | |
□ \Box □ | \Box | 箱 |
♣ \clubsuit ♣ | \clubsuit | |
♮ \natural ♮ | \natural | |
ℵ \aleph ℵ | \aleph | |
℧ \mho ℧ | \mho | |
△ \triangle △ | \triangle | 三角形 |
♢ \diamondsuit ♢ | \diamondsuit | |
◊ \Diamond ◊ | \Diamond | 钻石符号(菱形) |
♠ \spadesuit ♠ | \spadesuit | 黑桃符号 |
♯ \sharp ♯ | \sharp | |
℘ \wp ℘ | \wp | |
ℓ \ell ℓ | \ell | |
† \dag † | \dag | |
‡ \ddag ‡ | \ddag | |
© \copyright c◯ | \copyright | 版权符号 |
£ \pounds £ | \pounds |
显示 | markdown | 含义 |
---|---|---|
⊥ \perp ⊥ | \perp | 垂直符号 |
τ \tau τ | \tau | tau |
∼ \sim ∼ | \sim | 波浪号 |
∀ \forall ∀ | \forall | 任意 |
∃ \exists ∃ | \exists | 存在 |
显示 | markdown |
---|---|
┌ \ulcorner ┌ | \ulcorner |
┐ \urcorner ┐ | \urcorner |
└ \llcorner └ | \llcorner |
┘ \lrcorner ┘ | \lrcorner |
∣ \vert ∣ | \lvert |
∣ \rvert ∣ | \rvert |
∥ \lVert ∥ | \lVert |
∥ \rVert ∥ | rVert |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。