美文网首页
markdown test

markdown test

作者: 宣雄民 | 来源:发表于2019-06-25 22:59 被阅读0次

Markdown Math Notation


  • 行内与独行

xyz
xyz

  • 上标、下标与组合

x^4
x_1
{16}_{8}O{2+}_{2}

  • 汉字、字体与格式

V_{\mbox{初始}}
\displaystyle \frac{x+y}{y+z}
\underline{x+y}
\tag{11}
\overbrace{a+b+c+d}^{2.0}
a+\underbrace{b+c}_{1.0}+d
\vec{x}\stackrel{\mathrm{def}}{=}{x_1,\dots,x_n}

  • 占位符
    x \qquad y
    x \quad y
    x \ y
    x : y
    x , y
    xy
    x ! y

  • 定界符与组合

()\big(\big) \Big(\Big) \bigg(\bigg) \Bigg(\Bigg)
[x+y]
{x+y}
\left(x\right)\left(x{yz}\right)
{n+1 \choose k}={n \choose k}+{n \choose k-1}
\sum_{k_0,k_1,\ldots>0 \atop k_0+k_1+\cdots=n}A_{k_0}A_{k_1}\cdots

  • 四则运算
    x+y=z
    x-y=z
    x \pm y=z
    x \mp y=z
    x \times y=z
    x \cdot y=z
    x \ast y=z
    x \div y=z
    x/y=z
    \frac{x+y}{y+z}
    {x+y} \over {y+z}
    |x+y|

  • 高级运算
    \overline{xyz}
    \sqrt x
    \sqrt[3]{x+y}
    \log(x)
    \lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}
    \displaystyle \lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}
    \sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}
    \displaystyle \sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}
    \int^{\infty}_{0}{xdx}
    \displaystyle \int^{\infty}_{0}{xdx}
    \frac{\partial x}{\partial y}
    \left[ \begin{matrix} 1 &2 &\cdots &4\5 &6 &\cdots &8\\vdots &\vdots &\ddots &\vdots\13 &14 &\cdots &16\end{matrix} \right]

  • 逻辑运算
    x+y=z
    x+y>z
    x+y<z
    x+y \geq z
    x+y \leq z
    x+y \neq z
    x+y \ngeq z
    x+y \not\geq z
    x+y \nleq z
    x+y \not\leq z
    x+y \approx z
    x+y \equiv z

  • 集合运算
    x \in y
    x \notin y
    x \not\in y
    x \subset y
    x \supset y
    x \subseteq y
    x \subsetneq y
    x \supseteq y
    x \supsetneq y
    x \not\subset y
    x \not\supset y
    x \cup y
    x \cap y
    x \setminus y
    x \bigodot y
    x \bigotimes y
    x \mathbb{R} y
    x \mathbb{Z} y
    \emptyset

  • 数学符号
    \infty
    \imath
    \jmath
    \hat{a}
    \check{a}
    \breve{a}
    \tilde{a}
    \bar{a}
    \vec{a}
    \vec{a}
    \grave{a}
    \mathring{a}
    \dot{a}
    \ddot{a}
    \uparrow
    \Uparrow
    \downarrow
    \Downarrow
    \leftarrow
    \Leftarrow
    \rightarrow
    \rightarrow
    1,2,\ldots,n
    x_1^2 + x_2^2 + \cdots + x_n^2
    \vdots
    \ddots

  • 希腊字母

Source Code

### Markdown Math Notation
---
* 行内与独行   

$xyz$
$$xyz$$

* 上标、下标与组合  

$x^4$
$x_1$
${16}_{8}O{2+}_{2}$

* 汉字、字体与格式

$V_{\mbox{初始}}$
$\displaystyle \frac{x+y}{y+z}$
$\underline{x+y}$
$\tag{11}$
$\overbrace{a+b+c+d}^{2.0}$
$a+\underbrace{b+c}_{1.0}+d$
$\vec{x}\stackrel{\mathrm{def}}{=}{x_1,\dots,x_n}$

* 占位符
$x \qquad y$
$x \quad y$
$x \ y$
$x : y$
$x , y$
$xy$
$x ! y$

* 定界符与组合

$()\big(\big) \Big(\Big) \bigg(\bigg) \Bigg(\Bigg)$
$[x+y]$
${x+y}$
$\left(x\right)$,$\left(x{yz}\right)$
${n+1 \choose k}={n \choose k}+{n \choose k-1}$
$\sum_{k_0,k_1,\ldots>0 \atop k_0+k_1+\cdots=n}A_{k_0}A_{k_1}\cdots$

* 四则运算
$x+y=z$
$x-y=z$
$x \pm y=z$
$x \mp y=z$
$x \times y=z$
$x \cdot y=z$
$x \ast y=z$
$x \div y=z$
$x/y=z$
$\frac{x+y}{y+z}$
${x+y} \over {y+z}$
$|x+y|$

* 高级运算
$\overline{xyz}$
$\sqrt x$
$\sqrt[3]{x+y}$
$\log(x)$
$\lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}$
$\displaystyle \lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}$
$\sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}$
$\displaystyle \sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}$
$\int^{\infty}_{0}{xdx}$
$\displaystyle \int^{\infty}_{0}{xdx}$
$\frac{\partial x}{\partial y}$
$\left[ \begin{matrix} 1 &2 &\cdots &4\5 &6 &\cdots &8\\vdots &\vdots &\ddots &\vdots\13 &14 &\cdots &16\end{matrix} \right]$

* 逻辑运算
$x+y=z$
$x+y>z$
$x+y<z$
$x+y \geq z$
$x+y \leq z$
$x+y \neq z$
$x+y \ngeq z$
$x+y \not\geq z$
$x+y \nleq z$
$x+y \not\leq z$
$x+y \approx z$
$x+y \equiv z$

* 集合运算
$x \in y$
$x \notin y$
$x \not\in y$
$x \subset y$
$x \supset y$
$x \subseteq y$
$x \subsetneq y$
$x \supseteq y$
$x \supsetneq y$
$x \not\subset y$
$x \not\supset y$
$x \cup y$
$x \cap y$
$x \setminus y$
$x \bigodot y$
$x \bigotimes y$
$x \mathbb{R} y$
$x \mathbb{Z} y$
$\emptyset$

* 数学符号
$\infty$
$\imath$
$\jmath$
$\hat{a}$
$\check{a}$
$\breve{a}$
$\tilde{a}$
$\bar{a}$
$\vec{a}$
$\vec{a}$
$\grave{a}$
$\mathring{a}$
$\dot{a}$
$\ddot{a}$
$\uparrow$
$\Uparrow$
$\downarrow$
$\Downarrow$
$\leftarrow$
$\Leftarrow$
$\rightarrow$
$\rightarrow$
$1,2,\ldots,n$
$x_1^2 + x_2^2 + \cdots + x_n^2$
$\vdots$
$\ddots$

* 希腊字母

相关文章

网友评论

      本文标题:markdown test

      本文链接:https://www.haomeiwen.com/subject/yxyfcctx.html