列表
無序列表
- one
- two
- three
有序列表
- 第一
- 第二
- 第三
引用
注意不同級別引用之間要用空行隔開
一級引用
二級引用
一級引用
圖片
代碼
代碼段直接用四個空格開頭春弥,或者用k個反引號括起來
例如:
source code
行內(nèi)代碼可以用k個反引號括起來吻氧,這樣公式中還可以出現(xiàn)反引號if (a < b&c) {print `hello world`}
```if (a < b&c) {print `hello world`}```
公式
在多行公式的開頭加一個換行符\可以保證第一行和后面行左側(cè)對齊(例如公式(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!})
測試發(fā)現(xiàn)codecogs.com對\begin{align}生成的公式編號位置不在最右側(cè)继阻,而在下一行,看起來比較奇怪松捉∨可以通過添加\notag標(biāo)簽禁止生成公式編號
[圖片上傳失敗...(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的數(shù)量表示array的最大列數(shù),2個l表示兩列
\left和\right必須對稱蔑歌,\right.表示右側(cè)省略
[圖片上傳失敗...(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})