列表
无序列表
- one
- two
- three
有序列表
- 第一
- 第二
- 第三
引用
注意不同级别引用之间要用空行隔开
一级引用
二级引用
一级引用
图片
代码
代码段直接用四个空格开头,或者用k个反引号括起来
例如:
source code
行内代码可以用k个反引号括起来,这样公式中还可以出现反引号if (a < b&c) {print `hello world`}
```if (a < b&c) {print `hello world`}```
公式
在多行公式的开头加一个换行符\可以保证第一行和后面行左侧对齐(例如公式(1)(2)),否则就如公式(3)(4)示例的一样无法对齐
[图片上传失败...(image-4e36b3-1510284521882)]\y\approx%20z\hfill(2))
[图片上传失败...(image-6003b7-1510284521882)]\sh(y)=\frac{ey+e{-y}}{2}\hfill(4))
![](http://latex.codecogs.com/png.latex?\\x=y\hfill(1)\\y\approx%20z\hfill(2))
![](http://latex.codecogs.com/png.latex?z=\frac{e^x+e^{-x}}{2}\hfill(3)\\sh(y)=\frac{e^y+e^{-y}}{2}\hfill(4))
[图片上传失败...(image-d313aa-1510284521882)]
![](http://latex.codecogs.com/png.latex?A=\begin{bmatrix}1&x&x^2\\1&y&y^2\\1&z&z^2\\\end{bmatrix})
[图片上传失败...(image-cfca2a-1510284521882)]\ldots(n-k+1)}{k!})
![](http://latex.codecogs.com/png.latex?C_n^k=\frac{n(n-1)\ldots(n-k+1)}{k!})
测试发现codecogs.com对\begin{align}生成的公式编号位置不在最右侧,而在下一行,看起来比较奇怪。可以通过添加\notag标签禁止生成公式编号
[图片上传失败...(image-9b54ae-1510284521882)]\end{align})
[图片上传失败...(image-626297-1510284521882)]
![](http://latex.codecogs.com/svg.latex?\begin{align}\sqrt{37}&=\sqrt{\frac{73^2-1}{12^2}}\notag\\&=\sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}}\notag\\&=\sqrt{\frac{73^2}{12^2}}\notag\end{align})
[图片上传失败...(image-70cf8d-1510284521882)]
![](http://latex.codecogs.com/svg.latex?\begin{array}{c|lcr}n&\text{Left}&\text{Center}&\text{Right}\\\hline1&0.24&1&125\\2&-1&189&-8\\3&-20&2000&1+10i\\\end{array})
[图片上传失败...(image-4d8420-1510284521882)]
![](http://latex.codecogs.com/svg.latex?\mathbb{N,Z,Q,R,C})
[图片上传失败...(image-eab6f1-1510284521882)]
![](http://latex.codecogs.com/svg.latex?\left\{\begin{array}{ll}a_1x+b_1y+c_1z&=d_1+e_1\\a_2x+b_2y&=d_2\\a_3x+b_3y+c_3z&=d_3\end{array}\right.)
其中{ll}中小写字母l的数量表示array的最大列数,2个l表示两列
\left和\right必须对称,\right.表示右侧省略
[图片上传失败...(image-ef21c7-1510284521882)]\left(u+1\right)}+a\right]^{3/2})
![](http://latex.codecogs.com/png.latex?\left[\frac{1+\left\{x,y\right\}}{\left(\frac{x}{y}+\frac{y}{x}\right)\left(u+1\right)}+a\right]^{3/2})